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

Merged
coilysiren merged 1 commit from aos/claude/mg96 into main 2026-08-14 05:14:34 +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.
chore(ward): drop retired Backstage catalog keys
Some checks failed
ci / gate (pull_request) Failing after 3m12s
e0c06f1af8
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>
Author
Member

The red ci / gate here is not this PR. Tracked as coilyco-flight-deck/infrastructure#824.

Job gate (id 32525) fails on cargo metadata, because rustup cannot download channel-rust-1.90.0.toml.sha256 and the request times out. The identical failure is on main right now in run 151, job test (id 32835), on the same runner 625b878f-8f28-44d0-ac30-9cdcfec21d03. galaxy-gen main has been red since run 150 at 03:04, with run 149 at 02:57 the last green.

This PR removes five retired Backstage keys from .ward/ward.yaml. It cannot cause a download timeout.

Holding the merge until the runner can reach static.rust-lang.org again, so it lands against a real green rather than a re-run that happened to get through. The change itself is reviewed and fine.

The red `ci / gate` here is not this PR. Tracked as coilyco-flight-deck/infrastructure#824. Job `gate` (id 32525) fails on `cargo metadata`, because rustup cannot download `channel-rust-1.90.0.toml.sha256` and the request times out. The identical failure is on `main` right now in run 151, job `test` (id 32835), on the same runner `625b878f-8f28-44d0-ac30-9cdcfec21d03`. galaxy-gen `main` has been red since run 150 at 03:04, with run 149 at 02:57 the last green. This PR removes five retired Backstage keys from `.ward/ward.yaml`. It cannot cause a download timeout. Holding the merge until the runner can reach `static.rust-lang.org` again, so it lands against a real green rather than a re-run that happened to get through. The change itself is reviewed and fine.
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-gaming/galaxy-gen!81
No description provided.