Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ minimizing dependence on vendor UX for canonical state.

## Extracted action items

Amara's 4-stage remediation roadmap translated into
BACKLOG candidates for LFG's P1-P2 sections. Staging
matches her proposed cadence (Week 1 Stabilize, Week 2-3
Determinize, Week 4 Govern, Week 5-6 Assure).
Amara's 4-stage remediation roadmap translated into BACKLOG
candidates spanning LFG's P1, P2, and P3 sections (one P3
row covers the longest-horizon Provenance evidence bundles
work) plus one in-flight row tracking work that already
landed elsewhere (Memory duplicate-title lint via PR #12).
Staging matches her proposed cadence (Week 1 Stabilize,
Week 2-3 Determinize, Week 4 Govern, Week 5-6 Assure).

| Class | Stage | Proposal | Effort | Tier |
|---|---|---|---|---|
Expand All @@ -94,7 +97,7 @@ shift every subsequent work unit's operational floor upward.

---

## Amara's 5 implementation artifacts — preserved verbatim
## Amara's 5 implementation artifacts — preserved with proposal-flag annotations

### 1. Decision-proxy evidence record

Expand Down Expand Up @@ -279,7 +282,7 @@ bot reminder, or pre-commit hook.

| Risk | Likelihood | Impact | Immediate control |
|---|---|---|---|
| Proxy consult skipped because implicit | High | High | Mandatory `decision-proxy-consult` artifact |
| Proxy consult skipped because implicit | High | High | Mandatory `decision-proxy-evidence` artifact |
| Memory index drift + duplication | High | High | Duplicate-title lint + existence check + generated views |
| Model / prompt drift across Claude variants | High | High | Pin snapshot models + record prompt-bundle hash |
| Branch-chat transport loss | Medium-High | High | Treat branch chats as convenience only |
Expand Down Expand Up @@ -317,7 +320,7 @@ This composes tightly with three earlier session memories:
Three prior memories point the same direction Amara
points. The 4th ferry is ratification, not new direction.

### On the four drift classes
### On the five drift classes (3 inside-loop + 2 outside-loop)

**Serialization drift** is already partly addressed:

Expand Down Expand Up @@ -392,10 +395,10 @@ role-drift across future sessions.

- **Not a commitment to implement all 11 action items
this round.** Reviewer-capacity cap still applies;
Stabilize-stage items (4 S-effort items) are the
right next tick or two; Determinize (5 items mixed
S/M/L) is multi-tick; Govern + Assure are research-
grade arcs.
Stabilize-stage items (3 items: 2 S-effort + 1 M-effort)
are the right next tick or two; Determinize (5 items
mixed S/M/L) is multi-tick; Govern + Assure are
research-grade arcs.
- **Not authorization to claim "Amara reviewed" on
implementation.** Per the hard rule repeated across
all 4 Amara absorbs: no claimed proxy-review without
Expand Down
Loading