AGENTS.md · git:20260913.830cd58 · 2026-09-13 · sha256 c91f7e78e38a44c0
AGENTS.md git:20260913.830cd58A
Immutable. This exact content is served forever at /api/v1/blob/c91f7e78e38a44c0.
# Repository guidance This is Maintainer Skills Lab, an independent library of maintainer workflows. Keep changes scoped to this repository. Source skills and agent profiles are shared; client outputs are generated by `tools/kit.py`. Edit `skills/` and `agents/`, then run `python3 tools/kit.py sync` to update the checked-in provider folders and links. Include the source and its generated outputs in the same change. Never edit provider copies independently. ## Before editing - Read README.md and relevant implementation files. - Check git status and existing PRs. Preserve unrelated or user-authored changes. - Use a `codex/` branch for a coherent change and continue a matching open PR rather than creating duplicates. ## Verification Run the affected checks, and run the complete small suite before publishing an implementation change: ```sh python3 tools/kit.py check python3 tools/kit.py sync --check python3 -m unittest discover -s tests -v python3 examples/bugfix/run.py python3 tools/kit.py build ``` Source validation, fixture execution, and actual agent evaluation are different claims. Record which happened. Never mark a client as tested solely because its files parse. Native agent exports inherit model and execution policy. ## Maintenance - Prefer one useful, complete improvement over activity-only changes. - Commit and push real verified work. Don't manufacture empty commits, alter dates, add timestamp-only logs, or split changes solely to inflate activity. - Keep documentation focused on available features, usage, and verified limitations. - Don't send promotional messages or contact other people without a user request. - Existing user authorization covers commits, pushes, and PRs for this project; do not repeatedly ask for those permissions. - Do not purchase services or run paid APIs as part of routine checks.