Harness Component — Command
Promote
Promote project-scoped instincts to global scope
Runtimeuniversal
Intentbuild
Definition
Promote Command
Promote instincts from project scope to global scope in continuous-learning-v2.
Implementation
Run the instinct CLI using the plugin root path:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" promote [instinct-id] [--force] [--dry-run]
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py promote [instinct-id] [--force] [--dry-run]
Usage
/promote # Auto-detect promotion candidates
/promote --dry-run # Preview auto-promotion candidates
/promote --force # Promote all qualified candidates without prompt
/promote grep-before-edit # Promote one specific instinct from current project
What to Do
- Detect current project
- If
instinct-idis provided, promote only that instinct (if present in current project) - Otherwise, find cross-project candidates that:
- Appear in at least 2 projects
- Meet confidence threshold
- Write promoted instincts to
~/.claude/homunculus/instincts/personal/withscope: global
More from affaan-m/everything-claude-code
Add Language Rules
commandWorkflow command scaffold for add-language-rules in everything-claude-code.
225,587claude-code
Database Migration
commandWorkflow command scaffold for database-migration in everything-claude-code.
225,587claude-code
Evolve
commandAnalyze instincts and suggest or generate evolved structures
225,587universal
Feature Development
commandWorkflow command scaffold for feature-development in everything-claude-code.
225,587claude-code
Projects
commandList known projects and their instinct statistics
225,587universal
Prune
commandDelete pending instincts older than 30 days that were never promoted
225,587universal