3 Commits

Author SHA1 Message Date
Anthony Taglianetti 2515398ec5 Fix manifest to list all library files explicitly
WebFetch can't handle glob patterns. Now manifest lists each persona,
modality, and structure file explicitly. Update command now checks for
new library options and offers to add them.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 14:54:33 -08:00
Anthony Taglianetti 2684a25c29 Add manifest.json for update discovery
Updates now fetch manifest.json first to discover all updatable components.
This allows 1.0 users to learn about new files (like commands.md) when they
run "update". Safety-protocol.md bumped to 1.1.0 with update notice for 1.0 users.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 14:30:02 -08:00
Anthony Taglianetti 27b09a6165 Extract commands to updatable .therapy/commands.md
Moves all customization commands (persona, modality, structure, update,
import) to a separate file that gets copied to .therapy/ during setup.
This allows existing users to receive new commands via the update flow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 14:21:33 -08:00