co-mono/packages/mom/src
Mario Zechner 05b7b81338 Skills standard compliance
Implement Agent Skills standard (https://agentskills.io/specification):
- Validate name (must match parent dir, lowercase, max 64 chars)
- Validate description (required, max 1024 chars)
- Warn on unknown frontmatter fields
- Warn on name collisions (keep first)
- Change prompt format to XML structure
- Remove {baseDir} placeholder (use relative paths)
- Add tests and update documentation

fixes #231
2025-12-19 00:11:39 +01:00
..
tools Port truncation logic from coding-agent to mom 2025-12-09 16:05:08 +01:00
agent.ts Skills standard compliance 2025-12-19 00:11:39 +01:00
context.ts Release v0.18.8 2025-12-12 11:30:11 +01:00
download.ts Release v0.18.5 2025-12-12 10:00:57 +01:00
events.ts mom: add events system for scheduled wake-ups 2025-12-12 22:45:34 +01:00
log.ts mom: add context usage to thread summary, update docs 2025-12-11 20:24:05 +01:00
main.ts mom: fix [SILENT] to delete thread messages too 2025-12-12 22:56:56 +01:00
sandbox.ts mom: Docker sandbox support with --sandbox=docker:container-name option 2025-11-26 01:06:00 +01:00
slack.ts mom: fix [SILENT] to delete thread messages too 2025-12-12 22:56:56 +01:00
store.ts fix(mom): private channel messages not being logged 2025-12-04 12:24:29 +01:00