fix(telos): correct stale path to UpdateTelos.ts in Update workflow#852
Closed
nbost130 wants to merge 1 commit into
Closed
fix(telos): correct stale path to UpdateTelos.ts in Update workflow#852nbost130 wants to merge 1 commit into
nbost130 wants to merge 1 commit into
Conversation
The Update workflow references `~/.claude/commands/update-telos.ts` which does not exist. The actual script lives at `~/.claude/skills/Telos/Tools/UpdateTelos.ts`. Updated all three references (command invocation, example, and documentation footer) in v4.0.2 and v4.0.3. Follow-up to danielmiessler#764 which was closed as superseded but the fix was not applied to the v4.x releases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 tasks
|
bump this |
Owner
|
Hey @nbost130, thank you for the PR and the work that went into it. We're changing how LifeOS ships: from a full We're closing it for that reason, not because the idea was wrong. If the need still stands against the new model, we'd love a fresh PR once it lands. Thanks again for contributing. |
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
Workflows/Update.md) references~/.claude/commands/update-telos.ts, but that path does not exist~/.claude/skills/Telos/Tools/UpdateTelos.tsContext
This is a follow-up to #764 which identified the same bug. That PR was closed as "addressed in v4.0.x" but the broken references persist identically in v4.0.0 through v4.0.3.
Verified by pulling the upstream
Update.mdfrom each release directory — all still reference the non-existent~/.claude/commands/update-telos.tspath.Test plan
grep -rn 'commands/update-telos' Releases/v4.0.{2,3}/returns zero matches after fixbun ~/.claude/skills/Telos/Tools/UpdateTelos.tsexecutes successfully with valid args🤖 Generated with Claude Code