All notable changes to this project will be documented in this file.
- Embedded Assets: The binary now embeds its own
guild/template, making it fully portable. - Unified Initialization: Data-driven setup logic using
extract_embedded_assets. - Guild Foundation Assets: Pre-initialized
KNOWLEDGE.mdandWELCOME.mdfor new server setups.
- Conceptual Alignment: Renamed all "Workspace" terminology to "Guild" to match Discord's model.
- Tool Refactor: Aligned core tools (
read,write,edit,bash) with the pi-mono standard. - Skill-ization: Moved
notifyanddrawtools from core logic to pluggable external skills. - Path Resolution: Improved directory discovery with support for local
guild/folders andTELLAR_GUILDenv var.
- Unused Rust dependencies for base64 and image generation (now handled by Python skills).