forked from lance-format/lance-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
board+v3+planner: #689 hygiene, the 2026-07-17 ack arc, and the ACK ELIMINATION (batch_writer → pure intent recorder) #706
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
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8f73e03
board: post-merge hygiene for #689 (PR_ARC prepend + LATEST_STATE row…
claude 19cdda4
board+v3: E-ACK-VIOLATION-REGRADE-1 — severity regrade of the ack-gat…
claude 08fa86c
v3: agent-proofing the kanbanstep-vs-ack ruling — trigger section, F1…
claude debc795
board+v3: E-SOA-OWN-BOARD-NO-SIDECAR-1 — the second ack-model violati…
claude ab416ec
board+v3: E-TASKS-SOA-AT-THE-MEMBRANE-1 — ack = outer task-serializat…
claude 2645118
board+v3: E-KANBAN-STAYS-INTERIOR-MEMBRANE-IS-ACK-ONLY-1 — retract th…
claude c4f7d74
eliminate ack everywhere (operator directive) — batch_writer becomes …
claude d4f12c6
review: address codex + CodeRabbit findings on the ack-elimination PR…
claude 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
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Preserve append-only board history.
Both records are inserted into historical ledgers instead of appended, violating the repository’s provenance and audit-history contract.
.claude/board/LATEST_STATE.md#L49-L56: move the#689block to the append position..claude/board/PR_ARC_INVENTORY.md#L108-L129: append the PR Arc entry after existing records.📍 Affects 2 files
.claude/board/LATEST_STATE.md#L49-L56(this comment).claude/board/PR_ARC_INVENTORY.md#L108-L129🤖 Prompt for AI Agents
Sources: Coding guidelines, Learnings