chore(ward): drop retired Backstage catalog keys #10
No reviewers
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/bluesky-mcp!10
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/mg96"
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?
Part of the coilysiren/inbox#365 teardown. Dead keys only, no behavior change.
Removes
catalog.kind,type,system,owner, andlifecycle. These are the retired Backstage vocab:agentic_os/pre_commit/check_catalog_block.pyexplicitly ignores them, and the catalog-graph builder no longer reads them.dependsOnis 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 atype:orkind: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.