Back to Everything Claude Code

Instinct Status Command

.opencode/commands/instinct-status.md

1.10.0603 B
Original Source

Instinct Status Command

Show instinct status from continuous-learning-v2: $ARGUMENTS

Your Task

Run:

bash
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" status

If CLAUDE_PLUGIN_ROOT is unavailable, use:

bash
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status

Behavior Notes

  • Output includes both project-scoped and global instincts.
  • Project instincts override global instincts when IDs conflict.
  • Output is grouped by domain with confidence bars.
  • This command does not support extra filters in v2.1.