docs(retrofit): use retrofit-DATE-DESCRIPTOR naming + .opsx-ignore details#38
Merged
WilcoLouwerse merged 3 commits intomainfrom May 5, 2026
Merged
Conversation
…tails
**Naming convention** — retrofit ghost changes are renamed from
`retrofit-{descriptor}-{date}` to `retrofit-{date}-{descriptor}` so they sort
chronologically together with non-retrofit OpenSpec changes (which already
use date-prefixed naming, e.g. `2026-03-25-contacts-actions/`).
The skills (`/opsx-annotate`, `/opsx-reverse-spec`, `/opsx-coverage-scan`)
have been updated to match in ConductionNL/hydra@5a5244b.
**.opsx-ignore details** — clarify that `/opsx-coverage-scan` filters
buckets 1/2a/2b/4 (Bucket 3 is REQ-level, unaffected) and that the annotate
and reverse-spec skills honor the ignore list transitively via the report.
References the OpenRegister .opsx-ignore as a worked example.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 tasks
5 tasks
Companion to ConductionNL/hydra#222 / its fix. App Mode is the canonical retrofit "definition of done" check now — replaces the old line that prescribed /opsx-verify {app} (the skill never had an --app mode and that phrasing led to confusion: the per-change verify mode depends on `openspec status`, which doesn't see archived retrofits). The new "When the retrofit is done" section enumerates each App Mode check (retrofit ghost changes archived; dangling @SPEC; symlinks; naming; cohort frontmatter; frontmatter format) plus the workflow items that App Mode does not cover (PR merges, Bucket 3/4 triage, post-verify Specter re-sync). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Three retrofit sub-patterns add zero new REQs but still produce a ghost change as a documentation artifact: - Cross-capability annotation patch (e.g. b2b-crossrefs) - Private-helper inheritance (e.g. schema-hooks) - Scanner misclassification cleanup (e.g. tenant-isolation-audit) These don't require cohort frontmatter on the affected capabilities — the cohort flag is for REQ provenance, not annotation provenance. Pairs with the /opsx-verify --app classifier fix in ConductionNL/hydra@<commit>. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rjzondervan
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
retrofit-{date}-{descriptor}(wasretrofit-{descriptor}-{date})..opsx-ignorefiles mark retrofit changes as read-only for/opsx-*skills.Naming convention — retrofit ghost changes are renamed from
retrofit-{descriptor}-{date}toretrofit-{date}-{descriptor}so they sort chronologically together with non-retrofit OpenSpec changes (which already use date-prefixed naming, e.g.2026-03-25-contacts-actions/).The skills (
/opsx-annotate,/opsx-reverse-spec,/opsx-coverage-scan) have been updated to match in ConductionNL/hydra@5a5244b..opsx-ignore details — clarify that
/opsx-coverage-scanfilters buckets 1/2a/2b/4 (Bucket 3 is REQ-level, unaffected) and that the annotate and reverse-spec skills honor the ignore list transitively via the report. References the OpenRegister.opsx-ignoreas a worked example.