- Exclamation escaping handling with create note
- Standardized on heredoc (
<< 'EOF') for reliable input handling - Updated docs and examples to use heredoc pattern
create-note.pynow reads body content from stdin to avoid shell escaping issues
- Improved AppleScript escaping for special characters (backslashes, quotes)
list-notes.py- List all notes in the agent-notes foldercreate-note.py- Create notes with HTML formattingread-note.py- Read note content as HTMLdelete-note.py- Delete notes by title- Auto-creation of
agent-notesfolder - HTML formatting support (headings, lists, tables, text styling)
- SKILL.md with usage docs and HTML reference