Harness Component — Command
Projects
List known projects and their instinct statistics
Runtimeuniversal
Intentbuild
Definition
Projects Command
List project registry entries and per-project instinct/observation counts for 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" projects
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation):
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py projects
Usage
/projects
What to Do
- Read
~/.claude/homunculus/projects.json - For each project, display:
- Project name, id, root, remote
- Personal and inherited instinct counts
- Observation event count
- Last seen timestamp
- Also display global instinct totals
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
Promote
commandPromote project-scoped instincts to global scope
225,587universal
Prune
commandDelete pending instincts older than 30 days that were never promoted
225,587universal