AGENTS.md ยท diff
git:20260721.bd1e67a to git:20260804.bbd52a0
17 added, 2 removed. Audit A to A.
- # Provider workspace bootstrap
+ # AGENTS.md
<!-- aiwg-managed -->
- <!-- Generated by AIWG. Project/operator context belongs in WORKSPACE.md. -->
+ <!-- Generated by AIWG. Edit AGENTS.override.md for operator additions. -->
<!-- AIWG:provider-bootstrap:start -->
# Provider workspace bootstrap
Read and follow [WORKSPACE.md](./WORKSPACE.md) first.
Then read [AIWG.md](./AIWG.md) for AIWG discovery, quickrefs, and framework routing.
These are explicit reading instructions. Plain Markdown links are not claimed to auto-load.
<!-- AIWG:provider-bootstrap:end -->
+
+ ## Framework Context
+
+ See [AIWG.md](./AIWG.md) for the full AIWG framework context
+ (active frameworks, addons, agents, behaviors, rules).
+ Tracker and delivery source of truth: [.aiwg/aiwg.config](.aiwg/aiwg.config).
+
+ Deployed artifacts live under your provider's native directory
+ (for example `.codex/agents/`, `.warp/agents/`, `.github/agents/`).
+ Use `aiwg discover "<intent>"` and `aiwg show <type> <name>` to browse
+ skills, agents, rules, and commands across the installation.
+
+ ---
+
+ *See `AGENTS.override.md` for operator-authored additions.*