-
Notifications
You must be signed in to change notification settings - Fork 1
Round 41 — OpenSpec backfill founding + operator-algebra cadence + in-round v2 supersedure + DORA substrate #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
d435126
Round 41: OpenSpec coverage audit + backfill-program ADR
AceHack e51ec1b
Round 41: operator-algebra spec extension (cadence ship)
AceHack 92d7db2
Round 41: close Viktor P0 findings on operator-algebra spec
AceHack 56f34b5
Round 41: file Viktor P1 findings as Round 42 BACKLOG absorb
AceHack 6e6e211
Round 41: ROUND-HISTORY entry — OpenSpec backfill founding + first ca…
AceHack 36797ba
Round 41: memory-folder role-restructure — design plan + BACKLOG pointer
AceHack 85fb352
Round 41: actualise Rounds 37-40 BP-WINDOW ledgers (PR #30 merged)
AceHack e461d9c
Round 41: Soraya tool-coverage audit on RecursiveSigned skeleton
AceHack 15e9654
Round 41: capture Soraya's 4 tool-coverage prereqs on RecursiveSigned
AceHack 6cbf574
Round 41: extend ROUND-HISTORY with arcs 5-7 (post-narrative commits)
AceHack 085c0e3
Round 41: Aarav skill-tune-up ranking (catch-up from round-18 stale)
AceHack 47d92d8
Round 41: ADR — claims-tester/complexity-reviewer hand-off contract
AceHack 459b218
Round 41: extend ROUND-HISTORY with Arc 8 (router-coherence ADR)
AceHack d76a09b
Round 41: correct Prereq 1 sizing — no TLC CI job exists
AceHack 098fa25
Round 41: BP-WINDOW ledger — 459b218 + d76a09b rows
AceHack 2042a85
Round 41: file formal-analysis-gap-finder round-42 run — verifier-run…
AceHack 7c4b01a
Round 41: BP-WINDOW ledger — 2042a85 row
AceHack fcfa3d9
Round 41: CONFLICT-RESOLUTION — Hiroshi ↔ Daisy hand-off row
AceHack 47b82d7
Round 41: BP-WINDOW ledger — fcfa3d9 row
AceHack 779d7ef
Round 41: file harsh-critic findings on ADR 47d92d8 as round-42 super…
AceHack 531dc68
Round 41: BP-WINDOW ledger — 779d7ef row
AceHack 160fcfa
Round 41: Arc 9 narrative — self-correction sweep
AceHack ec00be9
Round 41: BP-WINDOW ledger — 160fcfa row
AceHack 09f0889
Round 41: v2 ADR — router-coherence supersedure closes 10 Kira findin…
AceHack 4efe545
Round 41: v1 ADR — append Superseded-by header per GOVERNANCE §2
AceHack 1e31d34
Round 41: Arc 10 narrative + BP-WINDOW rows for v2 supersedure
AceHack 4537365
Round 41: close BACKLOG supersedure entry — discharged in-round by v2
AceHack 913d054
Round 41: BP-WINDOW row for BACKLOG-close commit 4537365
AceHack d98ef2b
Round 41: grandfather O(·) claims inventory — honours v2 C-P0-1 withi…
AceHack 7b581da
Round 41: Arc 11 narrative + BP-WINDOW row for grandfather inventory
AceHack 46075d6
Round 41: DORA 2025 reports — reference substrate land in docs/
AceHack 0111e3f
Round 41: Arc 12 narrative + BP-WINDOW row for DORA substrate
AceHack 3525631
Round 41: markdownlint CI fix on PR #31
AceHack e75b8a8
Merge remote-tracking branch 'origin/main' into round-41-rebase
AceHack 61412f5
Round 41: address 8 Copilot inline review findings on PR #31
AceHack 269909a
Round 41: fix markdownlint MD024 — remove duplicate Round 41 block
AceHack 124e741
Round 41: revert 324→365 (historically wrong); finish Copilot follow-ups
AceHack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Phase 1 grep commands walk the whole repo (".") but don't exclude
references/upstreams/**, which the repo explicitly warns against for recursive scans because it contains many full upstream clones. Add an exclude (e.g.,--exclude-dir=references/--glob '!references/upstreams/**') to these and the other grep loops in this plan so the counts/runtime are meaningful.