universal-agent-memory 1.0.8 → 1.0.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-agent-memory",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Universal AI agent memory system - CLAUDE.md templates, memory, worktrees for Claude Code, Factory.AI, VSCode, OpenCode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,7 +1,15 @@
1
1
  <!--
2
- CLAUDE.md Universal Template - v10.7
2
+ CLAUDE.md Universal Template - v10.8
3
3
 
4
4
  CHANGES IN THIS VERSION:
5
+ - STRONGER ENFORCEMENT: Mandatory printed checklists at each step
6
+ - HARD STOPS: Cannot proceed without printing verification blocks
7
+ - EXPLICIT CHECKBOXES: Force agent to confirm each action taken
8
+ - PRE-COMPLETION CHECKLIST: 10-item verification before "done"
9
+ - Visual blocks with ╔══╗ formatting for better visibility
10
+ - Three required blocks marked with 🔴 (must print or fail)
11
+
12
+ PREVIOUS (v10.7):
5
13
  - Added Verification Patterns (P27-P31) from Terminal-Bench failure analysis
6
14
  - Pattern 27: Output Directory Cleanup (ODC) - remove non-required files
7
15
  - Pattern 28: Service Smoke Test (SST) - test services before completing