Skip to content

docs: add AGENTS.md and .github/skills task recipes#62

Merged
CharmingGroot merged 1 commit into
release/v0.1from
docs/agents-and-skills
Jul 22, 2026
Merged

docs: add AGENTS.md and .github/skills task recipes#62
CharmingGroot merged 1 commit into
release/v0.1from
docs/agents-and-skills

Conversation

@CharmingGroot

Copy link
Copy Markdown
Owner

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 to pasu-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 new AuditSink backend (the pasu-core seam, feature-gating heavy deps like otel, non-blocking/fail-safe record()).
  • CLAUDE.md + CONTRIBUTING.md cross-reference AGENTS.md; CHANGELOG entry.

Docs-only. All internal links verified to resolve; AGENTS.md renders (GFM).

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>
@CharmingGroot
CharmingGroot merged commit 10ec56b into release/v0.1 Jul 22, 2026
4 checks passed
@CharmingGroot
CharmingGroot deleted the docs/agents-and-skills branch July 22, 2026 05:26
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