check_catalog_block: drop required system, add required org/deployed/archived #78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to coilysiren/agentic-os-kai#353. The catalog-graph schema now treats
systemas legacy and introducesorg,deployed,archivedas declared fields plustierandbranchas derived (see agentic-os-kai'sscripts/build-catalog-graph.py).Change
agentic_os/check_catalog_block.py:systemfromREQUIRED_KEYS.org,deployed,archivedtoREQUIRED_KEYS.deployedandarchivedas bool. Type-checkorgas str.rev:across consumer repos viamake apply-agentic-os-hooks.Why
systemwas manually declared, drifted from reality, and answered a question nobody asks. The new fields encode the structural questions instead (which org, deployed-or-not, archived-or-not, tier and branch derived from edges).Consumer sweep
After this lands, run
coily exec apply-agentic-os-hooksfrom agentic-os-kai to bump the rev pin in every catalog repo. Each repo's catalog block must also be backfilled with the new fields (tracked separately in agentic-os-kai's sibling follow-up).