npx claudepluginhub LeanEntropy/civax-cc-agents --plugin railway-deployer/promotePromotes project-scoped instincts to global scope. Auto-detects qualified cross-project candidates or promotes specific instinct-id. Supports --force and --dry-run flags.
/promoteGenerates promotion content for accepted papers across Twitter/X, LinkedIn, blog, and news platforms after interactive platform selection.
/promotePromotes project-scoped instincts to global scope by auto-detecting candidates from ≥2 projects meeting confidence threshold or specific instinct-id. Supports --dry-run, --force. Writes to ~/.claude/homunculus/instincts/personal/.
/promotePromotes a Tasuku learning by ID to permanent project documentation like CLAUDE.md, auto-detecting target file or via --to FILE. Supports --keep to retain original.
/promotePromotes project-scoped instincts to global scope. Auto-detects qualified cross-project candidates or promotes specific instinct-id. Supports --force and --dry-run flags.
Promote verified staging changes to production environment.
/railway-deployer:promote [--tag v1.2.3]
Verify staging is healthy
Compare branches
Create promotion
Tag release (if --tag provided)
Monitor production deployment
develop (staging)
│
├── Verify staging healthy
│
├── Create PR or merge
│ │
│ ▼
└──────► main (production)
│
└── Tag release (optional)
Promoting staging → production...
Staging Health Check:
✓ Deployment: healthy
✓ Last deploy: 2 hours ago
✓ No errors in recent logs
Changes to promote:
- abc123 feat: add user dashboard
- def456 fix: resolve login timeout
- ghi789 docs: update API docs
Create PR for promotion? [Y/n] Y
✓ PR #42 created: develop → main
Title: "Release v1.2.3"
After PR is merged, run:
/railway-deployer:promote --tag v1.2.3