Adopt agentic-os catalog pre-commit suite #1

Closed
opened 2026-06-05 06:02:30 +00:00 by coilysiren · 0 comments
Owner

The repo shipped as a v0 scaffold with no .pre-commit-config.yaml, so the
agentic-os catalog suite never ran. That let verbose comment blocks (51
violations) and non-compliant trifecta docs accumulate.

Onboard the repo to the catalog suite:

  • Wire .pre-commit-config.yaml to the managed agentic-os block at v0.14.0.
  • Trim every comment block to the code-comments cap (<=2 lines, <=90 chars).
  • Split README under the 4000-char cap (Dependencies -> docs/dependencies.md).
  • Restructure AGENTS.md to the required H2 set + See-also + citation.
  • Add the FEATURES See-also, the CLAUDE.md -> @AGENTS.md bridge, and the
    .ward/ward.yaml catalog: block.

pre-commit run --all-files passes all hooks after this.

The repo shipped as a v0 scaffold with no `.pre-commit-config.yaml`, so the agentic-os catalog suite never ran. That let verbose comment blocks (51 violations) and non-compliant trifecta docs accumulate. Onboard the repo to the catalog suite: - Wire `.pre-commit-config.yaml` to the managed agentic-os block at v0.14.0. - Trim every comment block to the code-comments cap (<=2 lines, <=90 chars). - Split README under the 4000-char cap (Dependencies -> docs/dependencies.md). - Restructure AGENTS.md to the required H2 set + See-also + citation. - Add the FEATURES See-also, the CLAUDE.md -> @AGENTS.md bridge, and the `.ward/ward.yaml` catalog: block. `pre-commit run --all-files` passes all hooks after this.
Commenting is not possible because the repository is archived.
No description provided.