4 Commits

Author SHA1 Message Date
Cameron
a14635dbc8 chore: remove dead countTranscriptLines function
Written by Cameron ◯ Letta Code

"Dead code is a liability, not an asset." - Ward Cunningham
2026-03-13 18:39:36 -07:00
scrossle
2639f3660c Normalize line endings (CRLF → LF for WSL)
All files converted to Unix line endings (LF) for consistent
cross-platform development in WSL environment.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-01 07:30:30 -08:00
Cameron Pfiffer
9f9d6c1b3a Release prep cleanup
- Simplify install instructions (remove build step - tsx runs TS directly)
- Update .gitignore with tool configs, local state dirs, evals, skills
- Remove BLOG_SHORT.md (internal draft)
- Refactor send_messages_to_letta.ts to use conversation_utils
2026-01-26 12:36:37 -08:00
Cameron Pfiffer
2c0a906039 Add conversation ID to context, ESM fix, and SessionStart hook
- Add conversation link to letta_context section in CLAUDE.md
- Fix ESM compatibility (__dirname not defined) in send_messages_to_letta.ts
- Add SessionStart hook for session initialization
- Add marketplace.json for local plugin installation
- Add .gitignore, LICENSE, and package.json

🤖 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-01-15 14:14:24 -08:00