mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
* 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
24 lines
441 B
Markdown
24 lines
441 B
Markdown
---
|
|
description: Promote project instincts to global scope
|
|
agent: build
|
|
---
|
|
|
|
# Promote Command
|
|
|
|
Promote instincts in continuous-learning-v2: $ARGUMENTS
|
|
|
|
## Your Task
|
|
|
|
Run:
|
|
|
|
```bash
|
|
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" promote $ARGUMENTS
|
|
```
|
|
|
|
If `CLAUDE_PLUGIN_ROOT` is unavailable, use:
|
|
|
|
```bash
|
|
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py promote $ARGUMENTS
|
|
```
|
|
|