Commit 3b1c4b6
authored
cleanup: remove prompt orchestrator documentation and vestigial syntax (#1377)
Remove all documentation, procedures, and vestigial syntax for the prompt
orchestrator system deleted in PR #1355 (Oct 9, 2025). The entire template
generation architecture was replaced by Claude Code's native plugin system.
## Files Removed
**Documentation (obsolete):**
- `docs/prompt-orchestration.md` - Described template syntax for deleted orchestrator
- `docs/prompt-orchestrator-security.md` - Security docs for deleted code
**Procedure (obsolete):**
- `knowledge/procedures/command-lifecycle-management.md` - Referenced deleted tools:
- utils/sync-claude-commands.sh (removed PR #1355)
- utils/generate-commands.sh (removed PR #1355)
- .claude/command-templates/ (never existed)
**Artifacts (untracked):**
- `utils/__pycache__/prompt_orchestrator.cpython-312.pyc` - Not in git, removed manually
## Vestigial Syntax Removed
**commands/close-issue.md** - Removed 2 non-functional markers:
- Line 52: `{{ INJECT:principles/tracer-bullets.md }}`
- Line 69: `{{ INJECT:principles/eager-evolution.md }}`
**commands/extract-best-frame.md** - Removed 1 non-functional marker:
- Line 211: `{{ INJECT:principles/tracer-bullets.md }}`
These `{{ INJECT: }}` markers were remnants of the deleted orchestrator's
template processing. They're not processed by any current system - GitHub
Actions only processes `{{ KNOWLEDGE_BASE }}` and local commands don't
process them at all. The principles are already available in context,
making these markers vestigial documentation cruft.
## Updated
**knowledge/principles/systems-stewardship.md:26** - Updated gitignore example:
- Old: Referenced deleted `.claude/command-templates`
- New: References current `mlruns/` (MLflow tracking data)
## Context
The prompt orchestrator (utils/prompt_orchestrator.py) was removed in
commit 688fe9d along with 1,131 lines of template generation tooling.
These docs and syntax markers were orphaned but not removed at the time.
## Impact
- 3 docs files removed (~150 lines)
- 1 procedure removed (42 lines)
- 3 vestigial syntax markers removed
- 1 principle example updated
- Zero functional loss - all referenced deleted systems or non-functional syntax
Related to #1355 (orchestrator removal)
Related to #1352 (plugin system replacement)
Principle: subtraction-creates-value1 parent ce24fcd commit 3b1c4b6
6 files changed
Lines changed: 1 addition & 156 deletions
File tree
- commands
- docs
- knowledge
- principles
- procedures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
69 | | - | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
This file was deleted.
0 commit comments