sealed-repos.gitignore still names ward-mcp, so mcp-beaver is sealed by nothing #1091

Closed
opened 2026-08-16 05:53:51 +00:00 by coilyco-ops · 0 comments
Owner

aos-cli/repositories/sealed-repos.gitignore lists coilyco-flight-deck/ward-mcp. That repository is now coilyco-flight-deck/mcp-beaver, so the entry matches nothing.

Why it is worth a fix rather than a note

The list is keyed by repository slug and the failure is silent. The file still names the repository, so a reader checking whether it is sealed sees an entry and stops looking. Nothing errors and no check goes red.

Also in scope

coilyco-flight-deck/umbra sits where coilyco-flight-deck/cli-guard used to, out of alphabetical order with everything around it. That is the same edit-in-place slip from one rename earlier.

Ordering in that block is inert: * seals everything above it and the negations are in their own block below. So this half is readability, not behaviour.

Acceptance

  • The sealed list names coilyco-flight-deck/mcp-beaver.
  • No entry names a slug that no longer resolves.
`aos-cli/repositories/sealed-repos.gitignore` lists `coilyco-flight-deck/ward-mcp`. That repository is now `coilyco-flight-deck/mcp-beaver`, so the entry matches nothing. ## Why it is worth a fix rather than a note The list is keyed by repository slug and the failure is silent. The file still names the repository, so a reader checking whether it is sealed sees an entry and stops looking. Nothing errors and no check goes red. ## Also in scope `coilyco-flight-deck/umbra` sits where `coilyco-flight-deck/cli-guard` used to, out of alphabetical order with everything around it. That is the same edit-in-place slip from one rename earlier. Ordering in that block is inert: `*` seals everything above it and the negations are in their own block below. So this half is readability, not behaviour. ## Acceptance * The sealed list names `coilyco-flight-deck/mcp-beaver`. * No entry names a slug that no longer resolves.
Sign in to join this conversation.
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/agentic-os#1091
No description provided.