Skip to content

docs: add repository agent operating layer#28

Merged
edsiper merged 1 commit into
masterfrom
agent/agent-operating-layer
Jul 13, 2026
Merged

docs: add repository agent operating layer#28
edsiper merged 1 commit into
masterfrom
agent/agent-operating-layer

Conversation

@edsiper

@edsiper edsiper commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • add a concise, vendor-neutral AGENTS.md as the canonical repository guide
  • add a one-line CLAUDE.md adapter and four reusable workflows under docs/ai/
  • add portable CMake/CTest build, test, and verification wrappers
  • ignore local clangd and CTest scratch output

Why

The repository had CI and project-specific build knowledge, but no repository-owned entry point for coding agents and no single repeatable local verification command. This consolidates verified guidance without duplicating tool-specific rules or inventing compatibility guarantees.

Impact

Codex CLI, Claude Code, future agents, and human contributors share the same checked-in operating instructions and commands. Production source code and public APIs are unchanged.

Validation

  • ./scripts/agent-verify.sh (build succeeded; 4/4 tests passed)
  • ./scripts/agent-test.sh -R '^cprof-test-profile$' (1/1 passed)
  • bash -n scripts/agent-build.sh scripts/agent-test.sh scripts/agent-verify.sh
  • git diff --cached --check

Markdownlint, ShellCheck, and actionlint remain covered by the existing GitHub workflows; those tools were not installed in the local environment.

@edsiper
edsiper marked this pull request as ready for review July 13, 2026 19:36
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
@edsiper
edsiper force-pushed the agent/agent-operating-layer branch from 1cee3c6 to 1c9bef1 Compare July 13, 2026 19:38
@edsiper
edsiper merged commit 45228f8 into master Jul 13, 2026
19 of 20 checks passed
@edsiper
edsiper deleted the agent/agent-operating-layer branch July 13, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant