zeroclaw/src/channels
argenis de la rosa 04a35144e8 feat: integrate open-skills library and cleanup clippy warnings
- Add open-skills auto-clone/pull/sync support in skills loader
  - Clone https://github.com/besoeasy/open-skills to ~/open-skills
  - Weekly sync via .zeroclaw-open-skills-sync marker
  - Env controls: ZEROCLAW_OPEN_SKILLS_ENABLED, ZEROCLAW_OPEN_SKILLS_DIR
  - Load open-skills markdown files before workspace skills
  - Track Skill.location for accurate prompt rendering

- Update system prompt to render skill.location with fallback
  - Use actual file path when available
  - Maintain backward compatibility with workspace SKILL.md path

- Fix clippy warnings across tests and supporting files
  - Readable timestamp literals
  - Remove underscore bindings in tests
  - Use struct update syntax for Config::default() patterns
  - Fix module inception, duplicate attributes, manual strip
  - Clean raw string hashes and empty string construction

Resolves: #77
2026-02-14 20:25:07 -05:00
..
cli.rs fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
discord.rs refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
imessage.rs feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
matrix.rs style: cargo fmt — fix all formatting for CI 2026-02-13 16:03:50 -05:00
mod.rs feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00
slack.rs refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
telegram.rs feat: add Docker env var support for PORT, HOST, and TEMPERATURE 2026-02-14 16:19:26 -05:00
traits.rs feat: initial release — ZeroClaw v0.1.0 2026-02-13 12:19:14 -05:00
whatsapp.rs feat: integrate open-skills library and cleanup clippy warnings 2026-02-14 20:25:07 -05:00