Releases: livevil7/creeta-lens
Releases · livevil7/creeta-lens
v3.0.0 — Task Execution Engine + Documentation Management
Added
/cv3.0 — Sequential task execution engine (6-phase: Leader → Approval → Worker → Supervisor → QA → Report)/ccv3.0 — Parallel task execution engine (same architecture, multiple workers)/cpv3.0 — Documentation management engine (auto-detects: plan/done/organize)- Model assignment — haiku/sonnet/opus assigned by task difficulty
- Monitor agent — 5-minute progress reports during execution
- docs/ structure — tasks/, history/, rules/ with folder-as-status convention
- TodoWrite integration — Real-time progress tracking
- Worker skill reporting — Shows assigned skills before execution
Changed
/crewritten from 82-line navigator to 600-line execution engine/ccrewritten from 368-line orchestration to 627-line unified engine/cprewritten from 208-line planner to 378-line documentation manager- CLAUDE.md slimmed from 213 to 128 lines
Removed
- Old
/cnavigator mode (inventory still available with no args) .lens/results/path (replaced by docs/)- CreetaDocs/ folder (replaced by docs/tasks/)
Released: 2026-04-11
v1.7.1 — Quality & Stability Fixes
Fixed
- Storage path consistency — All docs unified to
docs/(was mixed.creet/plans/anddocs/) cancelledstatus — Added tovalidStatuseswithcancelledAttimestamp- Regex safety —
updatePlanStatus()rewrites frontmatter safely - 8-language headers — Added ES, FR, DE, IT to
generatePlanContent() - YAML parser — null/boolean/integer type conversion in frontmatter
- JSON safety —
savePlanState()gracefully resets on corruption - Exports list — CLAUDE.md updated from 5 to 15 functions
Changed
/cpsave location simplified to 2-tier priority (planDir → docs/)- DOCUMENT-CONVENTIONS.md updated with correct paths and slug rules
- README.md added
saveSynthesisResultsandresultsDirconfig options
Released: 2026-03-02
v1.7.0 — /cp Plan-First Execution
Added
/cp— Creet Plan: Plan-first execution engine. Generates work plan documents before running skills- 7-phase workflow: Scan → Analyze → Generate Plan → Approve → Execute → Post-Exec Update
- Plans saved as
YYYY-MM-DD-slug.mdin projectdocs/ - Unicode slug support (Korean, Japanese, Chinese characters)
- User approval via AskUserQuestion (Approve / Modify / Cancel)
- Plan Manager module —
lib/plan-manager.jswith 15 exported functions planDirconfig — Custom plan directory overridedefaultPlanLanguageconfig — Force plan document language
Changed
- Session startup initializes plans directory
- All skills cross-reference
/cp
Released: 2026-02-28
v1.6.0 — Agent Dashboard & Hook System
Added
- Agent Dashboard — Real-time sub-agent lifecycle tracking (
.creet/agent-dashboard.json) - PreToolUse hook — Registers Task agents as "running" before execution
- PostToolUse hook — Marks Task agents "done"/"error", records duration
- Stop hook — Finalizes session, marks orphaned agents as error
- Slash command priority override —
/skill-nameinvokes immediately
Changed
- Hook system expanded from 2 to 5 hooks
- Session startup now initializes agent dashboard
- Documentation rewritten following standards guide
Released: 2026-02-28
v1.5.0 — Cross-Platform Compatibility
Fixed
- Cross-platform stdin —
UserPromptSubmithook now usesfs.readFileSync(0)instead of Unix-only/dev/stdin - Dynamic plugin cache path — 4-level env var resolution:
CLAUDE_PLUGIN_CACHE_DIR→CLAUDE_PLUGIN_ROOT→CLAUDE_HOME/plugins/cache→~/.claude/plugins/cache - Stable memory path — Always writes to
~/.claude/creet/.creet-memory.json(wasprocess.cwd()dependent) - Version string sync — All files unified to v1.5.0
Released: 2026-02-25
v1.4.0 — /cc Parallel Multi-Agent Engine
Added
/cc— Creet Multi: Parallel multi-agent execution. Finds ALL relevant skills, runs them simultaneously as Task agents, synthesizes results- N ≤ 5: auto-executes
- N > 5: confirms via AskUserQuestion
- Synthesis block: agreements, conflicts, next steps
- Falls back to
/cif only 0-1 skills match
Changed
- Session start Quick Commands updated for
/cc /cdescription updated to note/ccas parallel companion
Removed
skills/design-council/moved to README as pattern example
Released: 2026-02-24
v1.3.0 - Zero Hardcoded Dependencies
Creet v1.3.0
Skill navigator for Claude Code — scans all installed plugins (Skills, MCP tools, LSP servers), recommends the best match for your task in 8 languages, and executes it.
What's New
- Zero hardcoded dependencies — Keyword matcher no longer contains hardcoded skill names. All keyword-to-skill mappings are built dynamically from scanner results at session start.
- Dynamic keyword map —
keyword-matcher.jscompletely rewritten. Uses each skill'striggersfield from scanner output instead of a static map. - Scan cache — Session start saves scan results to
.creet-cache.jsonfor per-message matching without re-scanning. - README genericized — All plugin-specific examples replaced with generic placeholders. Creet is now fully plugin-agnostic.
Installation
git clone https://github.com/Creeta-creet/creet.git
claude --plugin-dir ./creetThen use /creet:c or copy the skill to ~/.claude/commands/c.md for a shorter /c command.
Full Changelog
See CHANGELOG.md