docs: add AGENTS.md and .github/skills task recipes#62
Merged
Conversation
Give coding agents (and new contributors) a vendor-neutral entry point on top of the existing CLAUDE.md / CONTRIBUTING.md. - AGENTS.md: orientation — what pasu is, the fail-closed prime directive, build/ test commands (portable vs eBPF, "you can't build eBPF on macOS → lean on CI"), the acyclic crate map, working-rule essentials, and a common-tasks index. Defers to CLAUDE.md as the binding authority (no rule duplication — pointers only). - .github/skills/add-llm-provider.md: step-by-step recipe for adding a provider wire format to pasu-proxy (parse.rs + stream.rs + main.rs + tests + docs), with the "tool-call decision rides in the response" insight and the boundary rules. - .github/skills/add-audit-sink.md: recipe for a new AuditSink backend (the pasu-core seam, feature-gating heavy deps, non-blocking record(), fail-safe). - CLAUDE.md / CONTRIBUTING.md cross-reference AGENTS.md; CHANGELOG updated. Signed-off-by: Ho Geun Choi <ohyes9711@gmail.com>
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.
Adds a vendor-neutral agent/contributor entry point on top of the existing CLAUDE.md (authority) + CONTRIBUTING.md.
AGENTS.md— orientation: what pasu is, the fail-closed prime directive, build/test (portable vs eBPF; "can't build eBPF on macOS → lean on CI"), the acyclic crate map, working-rule essentials, and a common-tasks index. Defers to CLAUDE.md as binding authority — pointers, not duplicated rules..github/skills/add-llm-provider.md— recipe for adding a provider wire format topasu-proxy(the exact file set: parse.rs + stream.rs + main.rs + tests + docs), the "tool-call decision rides in the response" insight, and boundary rules. (Done 3× already — OpenAI/Anthropic/Gemini.).github/skills/add-audit-sink.md— recipe for a newAuditSinkbackend (the pasu-core seam, feature-gating heavy deps likeotel, non-blocking/fail-saferecord()).Docs-only. All internal links verified to resolve; AGENTS.md renders (GFM).