5 Commits

Author SHA1 Message Date
Yeachan-Heo
040fafdd7d refactor: remove remaining sisyphus references repository-wide 2026-02-22 06:52:44 +00:00
Yeachan-Heo
d9471c6e73 refactor: rename research skill to sciomc and researcher agent to document-specialist
- Rename `skills/research/` -> `skills/sciomc/` to avoid false-positive magic keyword detection
- Rename `agents/researcher.md` -> `agents/document-specialist.md` with updated prompts
- Rename `src/agents/researcher.ts` -> `src/agents/document-specialist.ts`
- Remove "research" from keyword detector (src + runtime template)
- Create new `skills/external-context/` skill for parallel document-specialist web searches
- Update all cross-references across agents, routing, HUD, CLI, hooks, docs, and tests
- Maintain backward compatibility aliases (researcher -> document-specialist)
- Keep `.omc/research/` output paths unchanged

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 08:27:30 +00:00
Yeachan-Heo
49552cafad chore: complete consolidation cleanup — remove orphan refs, refactor CLAUDE.md
Remove ALL remaining orphan references to 6 deleted agents and 2 merged
skills across source code, docs, seminar materials, and tests. Refactor
docs/CLAUDE.md from 571 to 358 lines (37% reduction) while preserving
all operational information (verified by Codex review).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 16:11:15 +00:00
Yeachan-Heo
b5acd0defd docs: comprehensive AGENTS.md and documentation review (#234) 2026-02-01 02:02:36 +00:00
Yeachan-Heo
5f3736b629 chore: release v3.4.2 with plugin.json fix
Critical fix for Claude Code plugin system to recognize version updates.

### Fixed
- Updated .claude-plugin/plugin.json version to 3.4.2
- Website updated to v3.4.2 with 40 skills count

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-24 06:18:44 +00:00