docs: consolidate process handoff under execution contract - #135
Open
dapi wants to merge 4 commits into
Open
Conversation
Подсистема `flows/templates/process/` не была достижима штатным путём: decision tree в `flows/routing.md` содержит 8 веток и ветки Process среди них нет, а ни один flow-документ не ссылается на process-card или lifecycle-protocol как на шаг своего lifecycle. Инстанцированных артефактов она тоже не породила — каталога `processes/` и файлов `PROCESS-*` в репозитории нет. Ссылки на неё существовали только в индексах шаблонов и priming-манифестов. Отдельно `process/session-handoff.md` дублировал `flows/execution-handoff.md`: оба решают задачу «зафиксировать состояние, чтобы безопасно продолжить прерванную работу», но с разными схемами полей и без перекрёстных ссылок. Из двух остаётся `execution-handoff.md` — он wired в систему через корневой README, `flows/feature.md` и priming. Удалено в обеих копиях дерева (шаблон и project-local инстанс), ссылки подчищены в `flows/templates/README.md` и `flows/priming/README.md`. `doc_kind: process` в схеме `dna/governance.md` сохранён: им пользуется `flows/execution-handoff.md`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014HazPfqSjJ288za5J7XEme
This reverts commit a12203b.
…bsystem * origin/main: docs: make the review mechanism an explicit, verifiable choice (#139) docs: add WAIT status for external events without a human gate (#138) docs: bound review convergence across delivery flows (#137) chore: pin memory-bank-cli v2.3.0 in CI (#136) refactor: make project-local memory bank a projection of the payload (#134)
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.
Что и почему
Шаблон
process/session-handoff.mdи Execution Handoff предлагали два формата передачи состояния одной задачи. Теперь карточка процесса и lifecycle protocol используют существующийflows/execution-handoff.md: процедура остаётся у process document, а передаваемый снимок исполнения содержит ссылки на первичные источники.Изменения
process/session-handoff.mdи его project-local симлинк.process-card.md,lifecycle-protocol.md, индекс процессов и оба process priming-манифеста.flows/priming/process.yamlссылаются на единый Execution Handoff Contract. Его схема и правила не меняются.Routing и проверка
template/memory-bank/flows/execution-handoff.md.git diff --check, semantic/simplify review и required CI.code-converge --document-review --max-cycles 0; structured verdict и CI должны относиться к одной revision.Результаты
Revision:
9d9440044a3ead86987713550c2ab3709b677df9.ruby tools/validate-priming-manifests-test.rb— 1 test, 3 assertions, 0 failures.ruby tools/validate-priming-manifests.rb template/memory-bank— 16 manifests validated.memory-bank-cli doctor --profile template— 0 errors, 0 warnings.git diff --check— OK; semantic/simplify review выполнен.code-converge --document-review --max-cycles 0 --max-ci-recoveries 0 --review-base f1f04de843aef45a2425d4a7351d577bbf89e940 --log-format kv. Структурированный результат:review_completed status=clean,findings_total=0;run_completed status=success exit_code=0.