From 62e346459f601c66c96c48636a51ad7072423146 Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Wed, 22 Apr 2026 16:04:31 +0200 Subject: [PATCH] Restore README's canonical About contract for metadata tests The metadata suite matches literal README source against about_description.txt and package metadata. README.md had drifted to an HTML-only About nav item plus custom intro copy, so the metadata guard failed even though the runtime code was fine. Constraint: Metadata tests match raw README source, not rendered HTML Rejected: Relax metadata.test.js | would hide README/package drift instead of fixing the contract Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep README's about_description.txt link and canonical description text in sync with package.json and about_description.txt Tested: node --test test/metadata.test.js; npm test Not-tested: Node 18 CI runner outside local Node 22 environment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a2afb9..dad62e9 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Commands

+Canonical copy: [about_description.txt](./about_description.txt) +

guard many agent. keep one repo clean.

- GitGuardex is a safety layer for parallel agent work in git repos. Every task gets an isolated - worktree, claimed files, and a PR-only finish path instead of one shared checkout where agents - stomp each other. + Guardian T-Rex for your multi-agent repo. Isolated worktrees, file locks, and PR-only merges stop parallel Codex & Claude agents from overwriting each other's work. Auto-wires Oh My Codex, Oh My Claude, OpenSpec, and Caveman.

---