Files
everything-claude-code/.opencode/commands/instinct-status.md
Harry Kwok 5818e8adc7 feat: project-scoped instinct isolation
* feat: add project-scoped instinct isolation

* fix(continuous-learning-v2): harden instinct loading and promotion safety; sync v2.1 command docs

* fix(ci): make copilot-setup-steps a valid GitHub Actions workflow

* fix(hooks): stabilize docs warning inline JS regex parsing
2026-03-01 12:07:13 -08:00

697 B

description, agent
description agent
Show learned instincts (project + global) with confidence build

Instinct Status Command

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

Your Task

Run:

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

If CLAUDE_PLUGIN_ROOT is unavailable, use:

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.