Imported from qwts/agent-org (
AGENTS.md). Install upstream withnpx skills add qwts/agent-org. Copyright stays with the author.
AGENTS.md
Canonical, vendor-neutral agent context for this repository, per ENG-0006. The shared working agreement — PR-first, validation before push, commit and PR hygiene, the untrusted-input threat model — is defined once in the org-wide agent conventions and applies here without restatement.
What this repository is
The template for an organization's org repository: org.json (identity, the pinned SOP source, the capability map), the governance data under governance/, the validators under tools/, and the docs that define the contract. Map: README.md.
What is specific to this repository
org.jsonis validated bynode tools/org.mjs: everyrefis a 40-hex commit SHA, every capability name is kebab-case, and unknown keys fail.- Editing
governance/repos.jsonorgovernance/agents.jsonrequires regenerating the derived files withnode tools/repos.mjs --write;npm run checkfails on an un-regenerated edit, and CI runs the same check. - Docs under
docs/,README.md, and this file passnpm run lint:markdownbefore a PR is opened.docs-gov.config.jsonconfigures the documentation-governance gate for the shared docs-gov tool; a new doc is linked fromREADME.mdor its orphan rule fails it. - No secrets in any file. The profile is the secret-free projection the agent identity runtime consumes; credentials are minted by that runtime.