You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Dream Consolidation: session-end hook extracts knowledge from completed
tasks via LLM, stores with source_agent="dream" and confidence 0.6
- Scoped Context Assembly: task enricher now uses task scope for targeted
retrieval ("auth" -> "auth jwt cookies patterns" instead of generic query)
- Progressive Context Compaction: compact_summary field on nodes, used by
FormatCompact() when available (falls back to truncation)
- Command Risk Classification: ADR documenting T0-T3 risk tiers for future
destructive MCP tools
prompt:=fmt.Sprintf(`You completed these tasks in a development session:
535
+
536
+
%s
537
+
538
+
Extract any NEW architectural decisions, patterns, or constraints that were established or discovered during this work. Only include items that would be valuable for future sessions.
Proposed (documentation only - no runtime implementation yet)
5
+
6
+
## Context
7
+
TaskWing exposes MCP tools (ask, task, plan, code, debug, remember) to AI assistants via stdio transport. Currently all tools are available immediately with no risk gating. As TaskWing adds more capable tools (file writes, git operations, node deletion), a classification scheme is needed to prevent destructive actions without explicit user approval.
0 commit comments