Skip to content

fix: remove 20+ broken documentation references in v4.0.3#979

Open
jacobo-ortiz wants to merge 1 commit intodanielmiessler:mainfrom
jacobo-ortiz:fix/remove-broken-doc-refs-v403
Open

fix: remove 20+ broken documentation references in v4.0.3#979
jacobo-ortiz wants to merge 1 commit intodanielmiessler:mainfrom
jacobo-ortiz:fix/remove-broken-doc-refs-v403

Conversation

@jacobo-ortiz
Copy link

Summary

Removes 20+ broken documentation references across 8 files in the v4.0.3 release. All references point to files that were either removed during the v4.0.0 refactor or never implemented.

  • Hook refs removed: AlgorithmTab.hook.ts (never implemented — functionality handled by PRDSync.hook.ts), StopOrchestrator.hook.ts (removed in v4.0.0, decomposed into 4 independent Stop hooks), hooks/lib/event-emitter.ts and hooks/lib/event-types.ts (never implemented)
  • Doc refs removed: PAI/TERMINALTABS.md (never existed in any release)
  • Path prefix corrected: 15 occurrences of SYSTEM/ prefix changed to PAI/ — the SYSTEM/ directory never existed in any release; files live directly under PAI/
  • Stale architecture refs: skills/_SYSTEM/SKILL.md (deleted skill), USER/ARCHITECTURE.md (never created), SYSTEM/UPDATES/ and USER/UPDATES/ (never created)

Files changed

File Changes
THEHOOKSYSTEM.md Removed AlgorithmTab, StopOrchestrator orchestrator pattern, event-emitter/types refs, TERMINALTABS refs. Updated hook counts.
THENOTIFICATIONSYSTEM.md Replaced StopOrchestrator with VoiceCompletion + 4 decomposed Stop hooks. Removed event-emitter/types refs.
MEMORYSYSTEM.md Removed event-emitter.ts ref from events.jsonl description.
PAISYSTEMARCHITECTURE.md Fixed SYSTEM/PAI/ paths, removed _SYSTEM skill ref, updated USER/ARCHITECTURE.md and UPDATES refs.
SKILL.md Fixed 10 SYSTEM/PAI/ path prefixes in Documentation Reference table.
TOOLS.md Fixed SYSTEM/TOOLS.mdPAI/TOOLS.md.
DOCUMENTATIONINDEX.md Replaced TERMINALTABS.md with pointer to THEHOOKSYSTEM Quick Reference Card.
hooks/README.md Removed AlgorithmTab row from Stop Hooks table.

Relationship to other PRs

Pure deletions and path corrections. No new content. 8 files, ~18 net lines removed.

🤖 Generated with Claude Code

Clean up references to files that were removed or never implemented:

| File | Dead References Removed |
|------|------------------------|
| THEHOOKSYSTEM.md | AlgorithmTab.hook.ts (never implemented), hooks.hook.ts orchestrator, event-emitter.ts, event-types.ts, TERMINALTABS.md |
| THENOTIFICATIONSYSTEM.md | StopOrchestrator.hook.ts (removed in v4.0.0), event-emitter.ts, event-types.ts |
| MEMORYSYSTEM.md | event-emitter.ts |
| PAISYSTEMARCHITECTURE.md | SYSTEM/* prefix paths (should be PAI/*), skills/_SYSTEM/SKILL.md, USER/ARCHITECTURE.md, SYSTEM/UPDATES dirs |
| SKILL.md | 10 SYSTEM/* prefix paths corrected to PAI/* |
| TOOLS.md | SYSTEM/TOOLS.md path |
| DOCUMENTATIONINDEX.md | TERMINALTABS.md |
| hooks/README.md | AlgorithmTab.hook.ts |

Context:
- StopOrchestrator.hook.ts existed through v3.0 but was decomposed into 4 independent Stop hooks in v4.0.0
- AlgorithmTab.hook.ts and event-emitter.ts were documented but never implemented
- SYSTEM/ directory never existed; correct path prefix is PAI/
- Supersedes the AlgorithmTab portion of danielmiessler#968

Pure deletions and path corrections. No new content. 8 files, ~18 net lines removed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant