docs: add repository agent operating layer#28
Merged
Conversation
edsiper
marked this pull request as ready for review
July 13, 2026 19:36
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
edsiper
force-pushed
the
agent/agent-operating-layer
branch
from
July 13, 2026 19:38
1cee3c6 to
1c9bef1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.mdas the canonical repository guideCLAUDE.mdadapter and four reusable workflows underdocs/ai/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.shgit diff --cached --checkMarkdownlint, ShellCheck, and actionlint remain covered by the existing GitHub workflows; those tools were not installed in the local environment.