chore(monorepo): import hmwebviewer history at a717900

git-subtree-dir: apps/viewer-3d
git-subtree-mainline: 5e10bb1be4
git-subtree-split: a71790070d
This commit is contained in:
2026-07-29 09:04:52 +09:00
78 changed files with 15921 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
description: Append a status entry to PROGRESS.md summarizing what you just did.
---
Append a new entry to the TOP of the `## Work log` section in `PROGRESS.md`. Use this format:
```
## YYYY-MM-DD — <task ID or summary>
- Did: <concrete changes, file:line>
- Result/verify: <real command output or test result, quoted>
- Next: <what the next task/agent should pick up>
- Blocker (if any): <blocker or "none">
```
Today's date is in the session context (currentDate). Also flip the matching task row in `PLAN.md` to `done` (or `in_progress(@you)` if mid-task).
Arguments: $ARGUMENTS — free text summary; if omitted, infer from recent work.