Skip to content

FE-674: Planning sync after V3.1 shipped#125

Open
kostandinang wants to merge 1 commit into
mainfrom
ka/fe-674-v3-1-closure-sync
Open

FE-674: Planning sync after V3.1 shipped#125
kostandinang wants to merge 1 commit into
mainfrom
ka/fe-674-v3-1-closure-sync

Conversation

@kostandinang
Copy link
Copy Markdown
Contributor

@kostandinang kostandinang commented May 11, 2026

What

Planning sync after V3.1 shipped. Updates memory/PLAN.md, docs/archive/PLAN_HISTORY.md, and docs/design/SIDE_CHAT.md §13 to match production. No code.

Should land on main first so downstream FE-674 + FE-675 stacks rebase onto a shared baseline.

Changes

  • PLAN.md — V3.0 and V3.1 retired to Recently Completed; V4a (FE-675 side-chat persistence) promoted to Next; V4b (item versioning + branched exploration) added to Horizon.
  • PLAN_HISTORY.md — new "2026-05-11 Sync Archive" with five entries.
  • SIDE_CHAT.md — §13 shipped-state rows updated with PR refs; §5.3 V3.1 prose rewritten to reflect the shipped three-label vocabulary and per-class actions.

No SPEC.md changes — V3.1 outcomes are covered by existing tracked rows.

Watch

Outer-loop walkthrough on a dense spec (does agent grouping help legibility?) hasn't happened yet. Captured as a Watch on the V3.1 entry.

Test plan

  • CI green

V3.1 implementation closed end-to-end on PR #124. This sync reflects that
across the canonical planning docs.

PLAN.md:
- Move §Active item 1 (V3.0 cascade) to §Recently Completed — already
  shipped via FE-674 PRs #115-#118.
- Promote continuous-workspace from §Next to §Active (item 1).
- Move V3.1 from §Horizon to §Recently Completed with full ship note;
  remove the duplicate §Horizon entry.
- Promote V4a side-chat-persistence into §Next (item 2), pointing at
  FE-675 V4a half.
- Add V4b item-versioning + branched-exploration to §Horizon, gated on
  FE-701 + V4a.
- Trim §Recently Completed to 3 most recent entries.
- Update Track B dependency tree: V3.0 + V3.1 both marked completed;
  V4a stacked under V3.1; V4b stacked under semantic-changeset ledger.

PLAN_HISTORY.md:
- Append 2026-05-11 Sync Archive section with the five entries rotated
  out of §Recently Completed (V3.1 slice 4 reconciliation classifier,
  FE-674 planning sync, FE-698 prompt/context scenario substrate, V2
  plumbing, V1.1 Explore vertical slice, graph-view structured-list).

SIDE_CHAT.md §13:
- Mark V3.0 and V3.1 as shipped with the actual PR references.
- Split V4 row into V4a (next, FE-675) and V4b (horizon, FE-675/FE-701).
- Rewrite §5.3 V3.1 prose to reflect the shipped classifier vocabulary,
  lifecycle, per-class actions, and bulk affordances. Note that A88
  outer-loop walkthrough is still the qualitative validation step.

CARDS.md: not on main; intentionally left absent (frontier item is now
continuous-workspace, not yet card-scoped).

No SPEC.md changes — V3.1 outcomes are already covered by D139 + I114
shipped earlier in the stack; no new D### or I### required by the V3.1
implementation as delivered.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kostandinang kostandinang marked this pull request as ready for review May 11, 2026 14:15
@cursor
Copy link
Copy Markdown

cursor Bot commented May 11, 2026

PR Summary

Low Risk
Low risk: documentation-only updates (no src/ changes) that mainly reclassify roadmap items and clarify shipped V3.1 reconciliation behavior.

Overview
Marks Side-chat V3.0/V3.1 as shipped across memory/PLAN.md and docs/design/SIDE_CHAT.md, updating the V3.1 reconciliation description to the shipped classifier lifecycle (null → queued → classifying → classified | failed), the three-class vocabulary (auto-confirm/auto-edit/substantive), and the documented per-class + bulk actions (including per-row Re-run).

Reorders the live roadmap: promotes continuous workspace to Active, moves side-chat persistence to V4a in Next, adds V4b to Horizon, and archives the completed V3.x work into a new 2026-05-11 Sync Archive section in docs/archive/PLAN_HISTORY.md.

Reviewed by Cursor Bugbot for commit 71dc802. Bugbot is set up for automated code reviews on this repo. Configure here.

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 11, 2026

🤖 Augment PR Summary

Summary: Documentation-only sync to close the V3.x side-chat arc and align the planning ledger with what shipped in FE-674.

Changes:

  • Updated memory/PLAN.md to mark Side-chat V3.0/V3.1 as completed, promote Continuous Workspace to Active, and add V4a persistence (Next) + V4b (Horizon).
  • Added a 2026-05-11 “Sync Archive” section to docs/archive/PLAN_HISTORY.md capturing rotated-out plan entries.
  • Revised docs/design/SIDE_CHAT.md to describe the shipped V3.1 classifier lifecycle, labels, per-class actions, and bulk affordances; split V4 into V4a/V4b.

Technical Notes: No src/ changes; this PR serves as a planning baseline for downstream stacked PRs to rebase onto cleanly.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread docs/design/SIDE_CHAT.md
**V3.0 grouping is mechanical, not agent-classified.** Needs are grouped in the overlay by `kind` (`supersedes` first, then `needs_confirmation`) and within each kind by relation type. There is no auto-confirm / auto-edit / substantive ML classification in V3.0.

**V3.1 — agent-grouped resolution.** Once the reconciliation agent ships (MULTI_CHAT.md Phase 3), it reclassifies open needs into:
**V3.1 — agent-grouped resolution (shipped, FE-674 PR #124).** The reconciliation classifier (server `POST /reconciliation-needs/run-agent`) walks every open need through the lifecycle `null → queued → classifying → classified | failed` (I114) and persists exactly one of:
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

POST /reconciliation-needs/run-agent here doesn’t match the spec-scoped path referenced elsewhere in this PR (e.g. POST /api/specifications/:id/reconciliation-needs/run-agent); consider aligning the docs to one canonical endpoint to avoid confusion.

Severity: low

Other Locations
  • docs/archive/PLAN_HISTORY.md:175

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


## 2026-05-11 Sync Archive

Archived out of `memory/PLAN.md` after side-chat V3.1 closed end-to-end (PR #124) and the live ledger narrowed to V3.0 + V3.1 + the multi-chat substrate. Five older entries rotated out.
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph says “Five older entries rotated out,” but the section below lists six archived bullets; consider reconciling the count so the archive note stays accurate.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@kostandinang kostandinang changed the title FE-674: V3.1 closure sync — PLAN, PLAN_HISTORY, SIDE_CHAT §13 FE-674: Planning sync after V3.1 shipped May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant