worclaude 2.2.3 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -33,6 +33,11 @@ files (see git-conventions.md for the canonical list).
|
|
|
33
33
|
|
|
34
34
|
## Notes for Next Session
|
|
35
35
|
- {anything the next session should know}
|
|
36
|
+
|
|
37
|
+
## Workflow Observability
|
|
38
|
+
- **Agents invoked:** {ALL agents used this session — explicit @agent calls AND agents invoked implicitly by commands like /verify, /review-plan, /refactor-clean. Write "none" if no agents were used.}
|
|
39
|
+
- **Commands used:** {all slash commands run earlier in this session, e.g. /start, /verify, /refactor-clean. Do NOT include the current /commit-push-pr or /end that is writing this summary. Write "none" if no other commands were used.}
|
|
40
|
+
- **Verification result:** {if /verify was run: passed/failed with brief summary; otherwise "not run".}
|
|
36
41
|
```
|
|
37
42
|
- Keep it concise — this is for machine consumption at session start,
|
|
38
43
|
not a detailed report
|
|
@@ -28,6 +28,9 @@ If you are working in a git worktree (not the main checkout):
|
|
|
28
28
|
- Filename: YYYY-MM-DD-HHMM-{short-branch-name}.md
|
|
29
29
|
- Same format as /commit-push-pr session summaries
|
|
30
30
|
- Mark the task as "IN PROGRESS" since /end means work is unfinished
|
|
31
|
+
- Fill in the ## Workflow Observability section: list agents invoked and
|
|
32
|
+
slash commands used so far (excluding the current /end). Verification
|
|
33
|
+
result is "not run" unless /verify was executed earlier in the session.
|
|
31
34
|
4. git add -A
|
|
32
35
|
5. git commit -m "wip: handoff for [task description]"
|
|
33
36
|
Use exactly this message format — no trailers or Co-Authored-By lines.
|