chore(ward): drop retired Backstage catalog keys #290
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app!290
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.