Skip to content

fix(telos): remove reference to missing update-telos.ts script#764

Closed
nbost130 wants to merge 1 commit into
danielmiessler:mainfrom
nbost130:fix/telos-missing-script
Closed

fix(telos): remove reference to missing update-telos.ts script#764
nbost130 wants to merge 1 commit into
danielmiessler:mainfrom
nbost130:fix/telos-missing-script

Conversation

@nbost130

Copy link
Copy Markdown

Summary

  • The Telos Update workflow (Releases/v3.0/.claude/skills/Telos/Workflows/Update.md) references ~/.claude/commands/update-telos.ts, but that path does not exist
  • The actual implementation lives at ~/.claude/skills/Telos/Tools/UpdateTelos.ts within the same skill directory
  • Updated all three stale path references (command invocation, example, and documentation footer) to point to the correct Tools/UpdateTelos.ts location

Closes #752

Test plan

  • Verify the Update workflow's bun command invocation points to the correct Tools/UpdateTelos.ts path
  • Confirm no remaining references to the non-existent ~/.claude/commands/update-telos.ts
  • Validate the script at Tools/UpdateTelos.ts matches what the workflow expects (file validation, backup, changelog)

The Telos Update workflow referenced a non-existent script at
~/.claude/commands/update-telos.ts. The actual implementation lives at
~/.claude/skills/Telos/Tools/UpdateTelos.ts. Updated all three path
references in the workflow to point to the correct location.

Closes danielmiessler#752

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nbost130 nbost130 marked this pull request as ready for review February 22, 2026 14:51
@danielmiessler

Copy link
Copy Markdown
Owner

Thanks for this PR! The issue this addresses has been fixed in the v4.0.x releases:

  • v4.0.1 — Upgrade path, temperature unit, statusline fixes
  • v4.0.2 — 13 bug fixes including Linux compatibility, hook fixes, installer improvements

Closing as addressed. If there are gaps not covered by the releases, please feel free to resubmit against the latest release. We appreciate the contribution!

nbost130 added a commit to nbost130/PAI that referenced this pull request Mar 2, 2026
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>
@nbost130 nbost130 deleted the fix/telos-missing-script branch March 2, 2026 02:29
@nbost130

nbost130 commented Mar 2, 2026

Copy link
Copy Markdown
Author

You are welcome. Enjoying this project. Doesn't appear to be fixed...opened #852

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.

Releases/v3.0/.claude/skills/Telos/Workflows/Update.md references missing update-telos.ts file

2 participants