End sessions with confidence. This skill automates the entire wrap-up process: context preservation, git commit, and PARA second-brain updates.
Without a proper wrap-up:
With this skill:
Append to memory/YYYY-MM-DD.md:
## 2026-04-01 Session Summary
**Key topics:**
- Configured qwen settings
- Built compaction survival WAL
- Analyzed Claude Code leak
**Decisions:**
- Use ToolRegistry pattern for all new skills
- Adopt mcp-server-discovery for tool ecosystem
**Code/config that worked:**
- `~/.qwen/settings.json` template
- `memory-stack-core` WAL implementation
**Problems solved:**
- Go builds segfault in PRoot → decided to external build
**Lessons learned:**
- Layered memory is crucial for long-running agents
- Permission gating prevents accidental deletes
**Open loops:**
- Build ollama binary on external machine
- Integrate ToolRegistry into core agent
If significant, add to curated long-term memory:
## 2026-04-01
**Prefers:** Action over explanation; concise communication; revenue-focused decisions
**Learned:** ToolRegistry pattern from claw-code leak provides clean tool manifest system
**Decided:** Phase 2 adoption: replace ad-hoc skill calls with registry-based execution
**Open:** Need external build server for Rust/Go binaries
PARA = Projects, Areas, Resources, Archives.
Updates (automatic):
notes/areas/open-loops.md — mark completed items with ✅, add new unfinishednotes/projects// — update progressnotes/resources/ — add new reference materialgit add -A
git commit -m "wrap-up: 2026-04-01 session summary"
git push
Automatic, no confirmation (by design — you already approved by running wrap_up).
Output concise report to user:
## Session Wrap-Up Complete ✅
**Captured to daily log:** (12 entries)
**Updated:** MEMORY.md (added 3 items)
**PARA:** notes/areas/open-loops.md (marked 2 complete, added 1 new)
**Committed:** wrap-up: 2026-04-01 session summary
**Pushed:** origin main
Ready for new session! ⚡
tool("session-wrap-up-premium", "wrap_up", {
"commit_message": "wrap-up: auto-generated",
"push": true,
"update_para": true
})
Or via slash command in interactive mode: /wrap_up
Optional session-wrap-up-config.json:
{
"git": {
"auto_push": true,
"branch": "main"
},
"para": {
"enabled": true,
"open_loops_file": "notes/areas/open-loops.md"
},
"template": {
"sections": ["topics", "decisions", "code", "problems", "lessons", "loops"]
}
}
memory/wal-archive.jsonl$29 one-time. Includes lifetime updates.
Based on ClawHub's session-wrap-up skill, enhanced with PARA and git automation.
共 1 个版本