chore(ward): drop retired Backstage catalog keys #10

Merged
coilysiren merged 1 commit from aos/claude/mg96 into main 2026-08-14 03:07:15 +00:00
Member

Part of the coilysiren/inbox#365 teardown. Dead keys only, no behavior change.

Removes catalog.kind, type, system, owner, and lifecycle. These are the retired Backstage vocab: agentic_os/pre_commit/check_catalog_block.py explicitly ignores them, and the catalog-graph builder no longer reads them. dependsOn is the only load-bearing key in the block and is untouched here.

The edit is line-based rather than a YAML round-trip, so the diff is exactly the deleted lines and the rest of the file is byte-identical. Only two-space-indented direct children of catalog: are considered, so a type: or kind: under any other key is left alone. Every touched file was re-parsed before commit.

Swept fleet-wide in one pass. Sibling PRs are open against the other repos that still carried these keys.

Part of the coilysiren/inbox#365 teardown. Dead keys only, no behavior change. Removes `catalog.kind`, `type`, `system`, `owner`, and `lifecycle`. These are the retired Backstage vocab: `agentic_os/pre_commit/check_catalog_block.py` explicitly ignores them, and the catalog-graph builder no longer reads them. `dependsOn` is the only load-bearing key in the block and is untouched here. The edit is line-based rather than a YAML round-trip, so the diff is exactly the deleted lines and the rest of the file is byte-identical. Only two-space-indented direct children of `catalog:` are considered, so a `type:` or `kind:` under any other key is left alone. Every touched file was re-parsed before commit. Swept fleet-wide in one pass. Sibling PRs are open against the other repos that still carried these keys.
kind, type, system, owner, and lifecycle are ignored by
check_catalog_block.py and no longer read by the catalog-graph builder.

Refs coilysiren/inbox#365

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Kai Siren <coilysiren@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/bluesky-mcp!10
No description provided.