Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions memory-bank/features/FT-113/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ audience: humans_and_agents
## Аннотированный индекс

- [`brief.md`](brief.md) — problem, scope и canonical verify contract.
- [`implementation-plan.md`](implementation-plan.md) — active execution и
verification plan; resulting active revision ожидает final clean re-review.
- [`implementation-plan.md`](implementation-plan.md) — archived execution trace
и concrete closure evidence для завершённой delivery-unit.

Изменения generic template находятся в `template/memory-bank/`; этот package
остаётся source-repository delivery trace и не попадает в downstream payload.
22 changes: 17 additions & 5 deletions memory-bank/features/FT-113/brief.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ purpose: "Фиксирует delivery-единицу по описанию BDD
derived_from:
- ../../flows/feature.md
status: active
delivery_status: planned
delivery_status: done
audience: humans_and_agents
source_issue: https://github.com/dapi/memory-bank/issues/113
must_not_define:
Expand Down Expand Up @@ -138,7 +138,19 @@ flow, а не как отдельный route, каталог или обяза

### Evidence

- `EVID-01` Pending: внешний clean artifact-review record с reviewer identity,
immutable candidate revision, findings/dispositions и итоговым verdict.
- `EVID-02` Pending: concrete local/CI carriers для всех команд `CHK-02`,
привязанные к той же candidate revision.
- `EVID-01` Plan Ready review records в PR #114: first frozen-candidate review
[comment 5286741057](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286741057),
final active-plan re-review
[comment 5286756775](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286756775)
и post-main-merge review
[comment 5286806415](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286806415);
каждый verdict имеет `0 critical` и `0 important` findings. Отдельный
delivered-diff/documentation review
[comment 5286839502](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286839502)
подтверждает delivery scope и фиксирует обязательный отдельный lifecycle
transition перед closure.
- `EVID-02` Merged PR #114, merge commit
[`48f67fa93ebfca40603b06e7f764751c61c2df43`](https://github.com/dapi/memory-bank/commit/48f67fa93ebfca40603b06e7f764751c61c2df43)
и зелёный CI run
[`31747394563`](https://github.com/dapi/memory-bank/actions/runs/31747394563)
для reviewed head `37eaf34beff23ddc12f76f53662163577bdf6042`.
33 changes: 22 additions & 11 deletions memory-bank/features/FT-113/implementation-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: "FT-113: Implementation Plan"
doc_kind: feature
doc_function: derived
purpose: "Active execution и verification plan для FT-113."
purpose: "Archived execution trace и closure evidence для FT-113."
derived_from:
- brief.md
- ../../flows/feature.md
status: active
status: archived
audience: humans_and_agents
---

Expand All @@ -19,11 +19,12 @@ flow, policy и indexes, сохранив ownership существующих art

## Lifecycle Note

Candidate implementation уже существует в commit `110fbc7ec0db62cfdad67749db5a7ed20696d3fa`.
Draft plan прошёл clean artifact review; resulting active revision должна быть
заморожена и получить final clean re-review до закрытия Plan Ready. Наличие
candidate implementation не переводит lifecycle в Execution или Done задним
числом.
Draft plan прошёл clean artifact review, resulting active revision получила
final clean re-review, а post-main-merge revision сохранила принятую semantics.
PR #114 смержен commit-ом `48f67fa93ebfca40603b06e7f764751c61c2df43`;
отдельная revision `41f85dffce49f46f00fc094c8df8b7504ace1801`
зафиксировала обязательный `delivery_status: in_progress`. Эта последующая
revision фиксирует closure. Delivery и review evidence перечислены ниже.

## Grounding Evidence

Expand Down Expand Up @@ -92,7 +93,17 @@ and Use Case selection rules. Derived resolutions are explicitly labelled in

## Evidence

- `EVID-01` pending: external clean artifact-review record with reviewer,
immutable candidate revision, findings/dispositions and verdict.
- `EVID-02` pending: local and CI outputs for every `CHK-02` command, all bound
to the same candidate revision.
- `EVID-01`: Plan Ready artifact-review records in PR #114:
[draft candidate](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286741057),
[active-plan final re-review](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286756775)
and [post-main-merge review](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286806415)
report `0 critical` and `0 important` findings. Separate
[delivered-diff review](https://github.com/dapi/memory-bank/pull/114#issuecomment-5286839502)
reported `0 critical` and `1 important`: the missing recorded `in_progress`
transition. Revision `41f85dffce49f46f00fc094c8df8b7504ace1801`
resolved that finding before this closure revision.
- `EVID-02`: merged PR #114 at
[`48f67fa93ebfca40603b06e7f764751c61c2df43`](https://github.com/dapi/memory-bank/commit/48f67fa93ebfca40603b06e7f764751c61c2df43)
and successful CI run
[`31747394563`](https://github.com/dapi/memory-bank/actions/runs/31747394563)
for reviewed head `37eaf34beff23ddc12f76f53662163577bdf6042`.
Loading