Commit Graph

11 Commits

Author SHA1 Message Date
Alex Newman
e5fa404640 feat(memory-claudemem): add workerPath config for manual installs
- Add workerPath config option to specify custom worker-service.cjs location
- Check custom path first, then fall back to Claude plugin cache auto-discovery
- Update docs with simpler manual install instructions (no need to copy to cache)
- Update manifest with workerPath schema and UI hints
2026-01-28 23:45:27 -05:00
Claude
b4919224df
docs: add implementation plan for claude-mem integration
LLM-friendly plan following make-plan format with:

Phase 0: Documentation Discovery
- Allowed APIs from clawdbot plugin system (src/plugins/types.ts)
- Confirmed claude-mem worker endpoints (GitHub Issue #348)
- Memory disable mechanism (agents.defaults.memorySearch.enabled)
- Copy-ready patterns from memory-lancedb plugin
- Anti-patterns to avoid (Type.Union, format property, etc.)

Phase 1-6: Implementation phases with:
- What to implement (copy from docs, not transform)
- Documentation references (specific files/lines)
- Verification checklists
- Anti-pattern guards

Phase 7: Verification
- Implementation verification commands
- Anti-pattern grep checks
- Test suite execution

https://claude.ai/code/session_013FgEn141yWWiSRZNP6fcT1
2026-01-28 08:34:16 +00:00
Peter Steinberger
db4d0b8e75 docs: reorganize documentation structure 2026-01-07 00:45:46 +01:00
Peter Steinberger
3c1a2ff451 docs: normalize Mintlify links 2026-01-06 23:32:12 +00:00
Peter Steinberger
8911a79d7f docs: rewrite cron jobs guide and heartbeat notes 2026-01-06 22:28:42 +00:00
Peter Steinberger
4198fcd7db docs: correct paths and setup guidance 2026-01-06 21:29:45 +00:00
Peter Steinberger
4845c615cb docs: link source references to GitHub 2026-01-06 20:25:08 +00:00
Peter Steinberger
730cc72388 docs: document multi-agent mode 2026-01-06 18:33:37 +00:00
Peter Steinberger
67240252f8 docs: make internal links clickable 2026-01-06 19:02:33 +01:00
Marcus Neves
9ab0b88ac6
feat(whatsapp,telegram): add groupPolicy config option (#216)
Co-authored-by: Marcus Neves <conhecendo.contato@gmail.com>
Co-authored-by: Shadow <hi@shadowing.dev>
2026-01-05 22:41:19 -06:00
Marcus Neves
67e1452f4a
Cron: normalize cron.add inputs + align channels (#256)
* fix: harden cron add and align channels

* fix: keep cron tool id params

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-01-06 02:09:48 +00:00