milestone: M1 landed; flip "currently working toward" to M2
M1 "Walkable + clickable world" landed 2026-05-16 with Phase B.6
(d640ed7). All four demo targets work end-to-end retail-faithfully:
walk Holtburg, open inn door, click NPC, pick up item.
Freeze list applied: L.2 (collision), B.4 (interaction outbound),
B.5 (pickup) — these phases are off-limits until M7 polish unless
something is actively broken.
CLAUDE.md "currently working toward" advanced to M2 — "Kill a drudge."
Phases to ship: F.2 (Inventory panel), F.3 (Combat math + damage),
F.5a (dev panels Attributes/Skills/Equipped/Inventory), L.1c
(combat animation wiring), L.1b (command router prereq).
Also removes the "record a demo video" requirement from milestone
discipline (CLAUDE.md rule #3 + milestones doc operating rule #3) —
user finds video recording pointless. Milestones are now textual
events: writeup + freeze flip + CLAUDE.md "currently working toward"
update. Saved as feedback memory.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d640ed74e1
commit
fb92122731
2 changed files with 65 additions and 31 deletions
35
CLAUDE.md
35
CLAUDE.md
|
|
@ -623,10 +623,21 @@ acdream operates at **two altitudes** above the daily commit:
|
|||
section). Phase-level index. This is where you orient when you know
|
||||
the milestone and need the next concrete sub-phase.
|
||||
|
||||
**Currently working toward: M1 — Walkable + clickable world.** L.2
|
||||
collision + B.4 interaction. Demo target: walk through Holtburg without
|
||||
getting stuck, open the inn door, click an NPC, pick up an item.
|
||||
Estimated 4–6 weeks from 2026-05-12.
|
||||
**M1 landed 2026-05-16** via Phase B.6 (`d640ed7`). L.2 collision +
|
||||
B.4 interaction + B.5 pickup + B.6 server-driven auto-walk all
|
||||
shipped. The four demo targets work end-to-end: walk Holtburg, open
|
||||
inn door, click NPC, pick up item. Freeze list active — M1's phases
|
||||
are off-limits until M7 polish. Writeup at top of M1 block in
|
||||
`docs/plans/2026-05-12-milestones.md`.
|
||||
|
||||
**Currently working toward: M2 — "Kill a drudge."** Equip a sword,
|
||||
walk to a drudge, swing, see damage in chat, watch the swing
|
||||
animation, drudge dies and drops loot, pick up the loot, open
|
||||
inventory and see it. Phases to ship: F.2 (Inventory panel), F.3
|
||||
(Combat math + damage flow), F.5a (visible-at-login dev panels —
|
||||
Attributes / Skills / Equipped / Inventory list, minimal ImGui),
|
||||
L.1c (combat animation wiring), L.1b (command router prereq).
|
||||
~6–10 weeks from 2026-05-16.
|
||||
|
||||
**Work-order autonomy — the meta-rule.** You decide what to work on
|
||||
next, always. **The user does NOT pick between phases, milestones, or
|
||||
|
|
@ -660,14 +671,14 @@ four below actually work.
|
|||
explicitly post-M7. The freeze list per milestone lives in the
|
||||
milestones doc.
|
||||
|
||||
3. **Each milestone hit gets a recorded demo video.** When M1 lands,
|
||||
record ~30 seconds of the demo scenario, drop it at
|
||||
`docs/milestones/M1-walkable-clickable.mp4`, and pin a still + a
|
||||
one-paragraph writeup at the top of `2026-05-12-milestones.md`. The
|
||||
freeze list updates. The "currently working toward" line in this
|
||||
CLAUDE.md updates to M2. **Crossing a milestone is a real event with
|
||||
an artifact** — that's the morale instrument. Phases ship; milestones
|
||||
land.
|
||||
3. **Crossing a milestone is a textual event, not a video event.**
|
||||
When a milestone's demo scenario is functionally complete, update
|
||||
`2026-05-12-milestones.md` with a one-paragraph writeup describing
|
||||
what works end-to-end, flip the freeze list, and update the
|
||||
"currently working toward" line in this CLAUDE.md to the next
|
||||
milestone. Do NOT ask the user to record a demo video — they find
|
||||
it pointless. The milestones doc + the CLAUDE.md flip ARE the
|
||||
milestone artifact. Phases ship; milestones land.
|
||||
|
||||
4. **State both altitudes at session start.** First action of any
|
||||
session: "Currently working toward M1 — Walkable + clickable world.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue