5 Commits

Author SHA1 Message Date
Sangwoo Ha
158ba0aeee docs: fix REFERENCE.md accuracy and remove stale files (#2035)
REFERENCE.md fixes:
- Add git-master (sonnet) and code-simplifier (opus) to agent tables
- Fix security-reviewer model: opus → sonnet (matches definitions.ts)
- Replace fabricated Hooks System section (31 fake hook names) with
  actual 20 scripts across 11 events from hooks.json
- Add missing magic keywords: uw, until done, handle it all, end to end,
  e2e this, think hard, think deeply, code review, security review

Cleanup:
- Remove docs/shared/ (5 files) — unreferenced, content in main docs
- Move TIERED_AGENTS_V2.md to docs/design/ (design spec, not active doc)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 20:54:37 +09:00
Yeachan-Heo
d5f7d9ffea Improve skill package interoperability and bundled-resource reuse
This adapts OMC's skill loading toward a narrower skills-2.0 shape
without forcing a schema migration. Project-local compatibility skills
under .agents/skills are now discovered alongside .omc/skills, and
rendered builtin/slash-loaded skills now surface bundled resources so
agents can reuse shipped scripts, libs, and templates instead of
recreating them ad hoc.

Constraint: Preserve .omc/skills as the canonical OMC project-local skill directory
Constraint: No new dependency or broad skill schema migration in the MVP
Rejected: Introduce a large new validated frontmatter contract first | too broad for an initial interoperability slice
Rejected: Commit generated bridge/dist artifacts in this change | would add review noise unrelated to the MVP behavior
Confidence: medium
Scope-risk: moderate
Reversibility: clean
Directive: Keep .agents/skills support compatibility-oriented; do not invert precedence over .omc/skills without an explicit migration plan
Tested: npm run build; npx vitest run src/__tests__/auto-slash-aliases.test.ts src/__tests__/mnemosyne/finder.test.ts src/__tests__/hooks/learner/bridge.test.ts
Not-tested: Full src/__tests__/skills.test.ts run appears to hang in the current harness because builtin skill loading probes runtime CLI availability during test startup
Related: #1745
2026-03-18 17:32:40 +00:00
Bellman
14cb4bf941 docs: add skill audit for questionable-value skills (#1445) (#1449) 2026-03-08 19:04:30 +09:00
Yeachan-Heo
9226ef8a9a docs: add phase 3+ consolidation roadmap 2026-02-21 12:06:30 +00:00
JunghwanNA
8cb1dae394 fix(permission-handler): remove dead code and add swarm marker support (#144) (#157)
fix(permission-handler): remove dead code and add swarm marker support
2026-01-27 23:24:02 +09:00