chore(repo): initialize planarchy workspace
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Memory Management - Consolidate Script
|
||||
# Optimize and consolidate memory
|
||||
|
||||
set -e
|
||||
|
||||
echo "Running memory consolidation..."
|
||||
npx @claude-flow/cli hooks worker dispatch --trigger consolidate
|
||||
|
||||
echo "Memory consolidation complete"
|
||||
npx @claude-flow/cli memory stats
|
||||
Reference in New Issue
Block a user