ninja-terminals 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +2 -17
- package/cli.js +23 -0
- package/lib/auth.js +195 -0
- package/lib/hypothesis-validator.js +346 -0
- package/lib/post-session.js +426 -0
- package/lib/pre-dispatch.js +265 -0
- package/lib/prompt-delivery.js +127 -0
- package/lib/settings-gen.js +82 -23
- package/package.json +8 -6
- package/public/app.js +282 -13
- package/public/index.html +45 -0
- package/public/style.css +300 -0
- package/server.js +358 -33
- package/ORCHESTRATOR-PROMPT.md +0 -295
- package/orchestrator/evolution-log.md +0 -33
- package/orchestrator/identity.md +0 -60
- package/orchestrator/metrics/.gitkeep +0 -0
- package/orchestrator/metrics/raw/.gitkeep +0 -0
- package/orchestrator/metrics/session-2026-03-23-setup.md +0 -54
- package/orchestrator/metrics/session-2026-03-24-appcast-build.md +0 -55
- package/orchestrator/playbooks.md +0 -71
- package/orchestrator/security-protocol.md +0 -69
- package/orchestrator/tool-registry.md +0 -96
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
# Tool Registry
|
|
2
|
-
|
|
3
|
-
> This file is SELF-EVOLVING. The orchestrator updates it based on measured results.
|
|
4
|
-
> Every change must be logged in evolution-log.md with evidence.
|
|
5
|
-
> Last updated: 2026-03-23 (initial inventory)
|
|
6
|
-
|
|
7
|
-
## Rating Scale
|
|
8
|
-
- **S** — Essential. Use every session. Proven high-value.
|
|
9
|
-
- **A** — Very useful. Use frequently. Measurably improves outcomes.
|
|
10
|
-
- **B** — Useful in specific contexts. Worth having.
|
|
11
|
-
- **C** — Marginal. Rarely needed. Consider removing.
|
|
12
|
-
- **?** — Not yet rated. Needs testing.
|
|
13
|
-
|
|
14
|
-
## Active Tools (Currently Installed & Working)
|
|
15
|
-
|
|
16
|
-
### MCP Servers (Project — .mcp.json)
|
|
17
|
-
|
|
18
|
-
| Tool | Purpose | Rating | Notes |
|
|
19
|
-
|------|---------|--------|-------|
|
|
20
|
-
| postforme | Video render, social publish, Meta ads | S | Core tool for PostForMe project |
|
|
21
|
-
| studychat | RAG KB, DMs, C2C messaging | A | Knowledge persistence, user comms |
|
|
22
|
-
| gmail | Email search, read, attachments | B | Occasional use for research |
|
|
23
|
-
| chrome-devtools | Browser automation, screenshots | A | Verification, web interaction |
|
|
24
|
-
| netlify-billing | Deploy status, billing | B | Monitoring only |
|
|
25
|
-
| render-billing | Deploy status, billing | B | Monitoring only |
|
|
26
|
-
|
|
27
|
-
### MCP Servers (Global — ~/.claude/settings.json)
|
|
28
|
-
|
|
29
|
-
| Tool | Purpose | Rating | Notes |
|
|
30
|
-
|------|---------|--------|-------|
|
|
31
|
-
| builder-pro-mcp | Code review, security scan, auto-fix | A | Quality gates |
|
|
32
|
-
| gkchatty-production | Knowledge base | C | DO NOT USE unless David requests |
|
|
33
|
-
| atlas-architect | Blender 3D automation | B | Niche — only for avatar project |
|
|
34
|
-
| claude-in-chrome | Browser automation (alternative) | A | Used by orchestrator for visual supervision |
|
|
35
|
-
|
|
36
|
-
### Claude Code Built-In Features
|
|
37
|
-
|
|
38
|
-
| Feature | Purpose | Rating | Notes |
|
|
39
|
-
|---------|---------|--------|-------|
|
|
40
|
-
| Agent tool (subagents) | Parallel research, isolated tasks | A | Use for research-heavy work |
|
|
41
|
-
| Glob/Grep/Read | File search and reading | S | Core workflow |
|
|
42
|
-
| Edit/Write | File modification | S | Core workflow |
|
|
43
|
-
| Bash | Shell commands | S | Builds, tests, git |
|
|
44
|
-
| WebSearch/WebFetch | Internet research | A | Tool discovery, docs |
|
|
45
|
-
| /compact | Context management | A | Use proactively, not just at limit |
|
|
46
|
-
| /clear | Session reset | B | Between unrelated tasks |
|
|
47
|
-
| Extended thinking (ultrathink) | Deep reasoning | ? | Need to test and measure impact |
|
|
48
|
-
| Git worktrees (--worktree) | Isolated parallel branches | ? | Need to test |
|
|
49
|
-
| Headless mode (-p) | Scripted automation | ? | Need to test for CI/metrics |
|
|
50
|
-
| Custom slash commands | Reusable workflows | ? | Need to evaluate |
|
|
51
|
-
|
|
52
|
-
### Skills (Available in Claude Code)
|
|
53
|
-
|
|
54
|
-
| Skill | Purpose | Rating | Notes |
|
|
55
|
-
|-------|---------|--------|-------|
|
|
56
|
-
| /scout-plan-build | Full feature workflow | ? | Need to test on a real feature |
|
|
57
|
-
| /review | Code review | ? | Need to compare vs builder-pro review |
|
|
58
|
-
| /test | Testing framework | ? | Need to evaluate |
|
|
59
|
-
| /scan | Security audit | ? | Need to compare vs builder-pro security_scan |
|
|
60
|
-
| /build | Project builder | ? | Need to evaluate |
|
|
61
|
-
| /bmad-pro-build | Full SDLC with RAG | B | For large features (1+ hour, 3+ files) |
|
|
62
|
-
|
|
63
|
-
## Candidates (Discovered, Not Yet Installed)
|
|
64
|
-
|
|
65
|
-
### High Priority (Test Soon)
|
|
66
|
-
|
|
67
|
-
| Tool | What It Does | Source | Security Status |
|
|
68
|
-
|------|-------------|--------|-----------------|
|
|
69
|
-
| Playwright MCP | Browser testing via accessibility tree, more token-efficient than screenshots | @playwright/mcp (official) | Trusted — Microsoft maintained |
|
|
70
|
-
| Sentry MCP | Query production errors, stack traces | Official | Trusted — if we use Sentry |
|
|
71
|
-
| LSP plugins | Real-time type errors after every edit | github.com/boostvolt/claude-code-lsps | Needs review |
|
|
72
|
-
| Hooks (PreToolUse) | Auto-format, block dangerous commands | Built into Claude Code | Native — no install needed |
|
|
73
|
-
|
|
74
|
-
### Medium Priority (Research More)
|
|
75
|
-
|
|
76
|
-
| Tool | What It Does | Source | Security Status |
|
|
77
|
-
|------|-------------|--------|-----------------|
|
|
78
|
-
| code-review-mcp | Multi-LLM code review | github.com/praneybehl/code-review-mcp | Needs scan |
|
|
79
|
-
| Mighty Security Suite | MCP server security scanning | github.com/NineSunsInc/mighty-security | Needs review |
|
|
80
|
-
| Superpowers framework | Composable skills, TDD, review subagent | github.com/obra/superpowers | Needs review |
|
|
81
|
-
| DSPy (prompt optimization) | Automatic prompt compilation | github.com/stanfordnlp/dspy | Academic — trusted |
|
|
82
|
-
|
|
83
|
-
### Low Priority (Interesting But Not Urgent)
|
|
84
|
-
|
|
85
|
-
| Tool | What It Does | Source |
|
|
86
|
-
|------|-------------|--------|
|
|
87
|
-
| Ruflo (Claude Flow) | 60+ agent swarm coordination | github.com/ruvnet/ruflo |
|
|
88
|
-
| OpenClaw | Self-writing skills, 10K+ community skills | github.com/openclaw/openclaw |
|
|
89
|
-
| AutoResearch skill | Overnight prompt optimization loop | github.com/uditgoenka/autoresearch |
|
|
90
|
-
| MCPSafe.org | CI/CD MCP security checks | mcpsafe.org |
|
|
91
|
-
|
|
92
|
-
## Retired Tools
|
|
93
|
-
|
|
94
|
-
| Tool | Why Retired | Date |
|
|
95
|
-
|------|------------|------|
|
|
96
|
-
| (none yet) | | |
|