Files
.tweakcc/system-prompts/system-prompt-agent-memory-instructions.md
wassname 5801e299d5 Phase 2: version conflicts, hooks, compression (+108 -179)
- Resolve 8 upstream version conflicts (bump ccVersions to 2.1.63)
- Merge askuserquestion "don't reference the plan" guidance from v2.1.47
- Move git guardrails to hooks: --no-verify, broad staging, interactive mode
- Gut redundant prompt sub-files (destructive-ops, skip-hooks, sleep, computer)
- Compress 10 system-prompt files 56% (1529w -> 672w)
- Improve context compaction summary to preserve decision path
- Update CLAUDE.md: fix principles, add Southbridge-sourced loading model

Always-loaded: ~7.5k words (down from ~10.8k stock, ~31% total reduction)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:35:01 +08:00

706 B

  1. Agent Memory Instructions: If user mentions "memory"/"remember"/"learn"/"persist", or the agent would benefit from cross-conversation knowledge, add domain-specific memory instructions to systemPrompt:

    "Update your agent memory as you discover [domain-specific items]. Write concise notes about what you found and where."

    Examples:

    • Code-reviewer: "...code patterns, style conventions, common issues, architectural decisions."
    • Architect: "...codepaths, library locations, key decisions, component relationships."