fix: remove 20+ broken documentation references in v4.0.3#979
Open
jacobo-ortiz wants to merge 1 commit intodanielmiessler:mainfrom
Open
fix: remove 20+ broken documentation references in v4.0.3#979jacobo-ortiz wants to merge 1 commit intodanielmiessler:mainfrom
jacobo-ortiz wants to merge 1 commit intodanielmiessler:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
AlgorithmTab.hook.ts(never implemented — functionality handled byPRDSync.hook.ts),StopOrchestrator.hook.ts(removed in v4.0.0, decomposed into 4 independent Stop hooks),hooks/lib/event-emitter.tsandhooks/lib/event-types.ts(never implemented)PAI/TERMINALTABS.md(never existed in any release)SYSTEM/prefix changed toPAI/— theSYSTEM/directory never existed in any release; files live directly underPAI/skills/_SYSTEM/SKILL.md(deleted skill),USER/ARCHITECTURE.md(never created),SYSTEM/UPDATES/andUSER/UPDATES/(never created)Files changed
THEHOOKSYSTEM.mdTHENOTIFICATIONSYSTEM.mdMEMORYSYSTEM.mdPAISYSTEMARCHITECTURE.mdSYSTEM/→PAI/paths, removed_SYSTEMskill ref, updatedUSER/ARCHITECTURE.mdandUPDATESrefs.SKILL.mdSYSTEM/→PAI/path prefixes in Documentation Reference table.TOOLS.mdSYSTEM/TOOLS.md→PAI/TOOLS.md.DOCUMENTATIONINDEX.mdTERMINALTABS.mdwith pointer to THEHOOKSYSTEM Quick Reference Card.hooks/README.mdRelationship to other PRs
Pure deletions and path corrections. No new content. 8 files, ~18 net lines removed.
🤖 Generated with Claude Code