feat: executor-narrative channel — tdd note command and friction-log rendering (issue #77) - #94
Merged
Merged
Conversation
TDD-Run: 16 TDD-Cycle: 1 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 1 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 2 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 2 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 2 TDD-Phase: refactor
TDD-Run: 16 TDD-Cycle: 3 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 3 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 4 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 4 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 5 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 5 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 6 TDD-Phase: refactor
TDD-Run: 16 TDD-Cycle: 7 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 7 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 7 TDD-Phase: refactor
TDD-Run: 16 TDD-Cycle: 8 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 8 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 9 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 9 TDD-Phase: green
TDD-Run: 16 TDD-Cycle: 10 TDD-Phase: red
TDD-Run: 16 TDD-Cycle: 10 TDD-Phase: green
Merged
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
tdd note "<text>"— a free-text executor-narrative command scoped to the open cycle and phase, or to the run after it endsnotetable (run_id,cycle_id,phase,text,at) withMIGRATIONS[7] = ""entry## Executor narrativesection between cycles and Blockers_replyenvelopes when integrity events exist and the cycle has no note yet; silenced once a note is recorded_handle_refactorandcmd_cycle_skip's final-cycle path)Commits
Quality gates
uv run ruff check src tests— All checks passeduv run pytest tests/— 461 passedTest coverage note
All decision-point operators in new code are covered by at least one test (pseudo-mutation analysis passed). 10 cycles, 10 tests in
tests/test_executor_notes.py. Cycle 6 passed on arrival as predicted by the plan; sensitivity check confirmed it can fail under mutation.Closes #77