Releases: cloudvoyant/codevoyant
Releases · cloudvoyant/codevoyant
Release list
v1.54.0
1.54.0 (2026-06-28)
Features
- skills: improve spec/vim/ed, add skill-read perms, drop helix
- spec: delta-free plans (research at plan time only) + always show code
- spec: drop closing /spec new review question
- vim: motions & fundamentals section + compact navigation hints
- ed: artifacts under .codevoyant + --dir, plan to syllabus, per-entry fan-out
- ed assist: haiku/sonnet/opus tiering + hint/show-answer/verify/next
- perms: skill-reference Read globs in allow flows + spec new analysis
- remove helix skill, docs page, icon, sidebar/index entries
v1.53.0
v1.52.0
1.52.0 (2026-06-09)
Features
- docs: add docs skill with new/update/review/retcon + site wiring
- add skills/dev-docs/ (template library) and skills/docs/ (operational skill
with new/update/review/retcon commands extracted from dev-docs) - add monochrome docs icon, VitePress tile and sidebar entry in correct order
(spec → dev → docs → flow → pr); update README workflow table - parallelize docs new/retcon/review and usage report with background agents
- parallelize diff.md steps 3–4 (repo structure scan + category diffs)
- fix spec new: replace dead-end "Needs changes" button with Other free-text
- add xargs, sed, sort, pnpm run docs:build to allowed commands
v1.51.0
1.51.0 (2026-06-09)
Features
- usage: add usage skill for responsible-AI attribution reports
- SKILL.md dispatcher with report/generate/run/help verbs
- references/methodology.md, report-template.md, attribution-rules.md
- references/workflows/report.md — 7-step analysis + generation workflow
- references/workflows/help.md — command reference
- docs/skills/usage.md + usage.svg icon
- sidebar entry and index tile; aws hidden from nav
- spec go/guide/update/new patched with --usage gated integrations
- pr open patched with passive attribution footer (Step 3.5)
Documentation
- spec: add --usage flag examples, split command, and clean --usage docs
- Document --usage flag for new/go/guide/update with example sessions
- Add split workflow section (was missing)
- Fix clean description (no longer archives to docs/plan/)
- Add --usage export-and-clear behaviour for spec clean
- Add Usage tracking section with feature branch and mainline examples
v1.50.5
1.50.5 (2026-06-09)
Bug Fixes
- docs: alphabetise tools sidebar and index tiles; replace vim icon
- Move helix after glab in config.mjs sidebar and index.md features
- Add missing tools to README (changelog, cz, helix, release, vim)
- Replace vim.svg with downloaded icon, recoloured to brand purple
v1.50.4
1.50.4 (2026-06-09)
Bug Fixes
- icons: restore VIM letter cutouts in monochrome vim icon
- switch to mask-on- approach: all diamond paths inside masked group
- mask includes V, I, and M letter paths as black cutouts
- previous fix used separate elements with fill-rule="evenodd"
which only creates holes within a single path, not across elements
v1.50.3
1.50.3 (2026-06-09)
Bug Fixes
- icons: remove broken rdf/cc metadata from vim.svg (undeclared namespaces)
v1.50.2
v1.50.1
1.50.1 (2026-06-09)
Bug Fixes
- vim-helix: use official SVGs monochrome, free-text queries, richer docs
icons:
- vim: official vimlogo.svg from vim.org; green/black → #5555ff,
white/silver/grey paths removed; clean monochrome diamond - helix: official logo from helix-editor.com; all colours → #5555ff
skills:
- /vim and /helix now accept a free-text query instead of fixed
context flags (files|search|splits|buffers|all); keyword matching
returns the relevant table
docs:
- Both pages add source links (vim.org, helix-editor.com/keymap.html)
- Concrete before/after examples showing how the skill responds
- Guide integration section explains hint-type inference
v1.50.0
1.50.0 (2026-06-09)
Features
- spec: add polish command to strip AI verbosity from execution outputs
- Add spec polish workflow: reads execution-log.md to find modified
files, runs parallel cleanup agents per file applying a strict ruleset
(remove comments restating code, rhetorical flair, preamble, hedge
phrases) — never touches logic, config, or plan artifacts - Add 'p' alias to spec dispatcher
- Document polish in docs/skills/spec.md
- Verify docs/skills/changelog.md, cz.md, release.md — all already clean
- add vim and helix skills, guide editor hints
- /vim and /helix reference skills: 8-key spec workflow quick-ref plus
5 contexts each (files, search, splits, buffers, all); helix includes
selection-first framing and full % → s → c search-replace chain - spec guide --vim / --helix flags: injects 3-4 editor key bindings at
each task step, keyed to detected task type (files/search/splits/buffers);
both flags can be combined for side-by-side hints - Monochrome SVG icons: vim diamond+V, helix hx letterform
- VitePress: index tiles, sidebar entries, docs pages for both skills,
guide section updated with flag docs
Bug Fixes
-
release: convert sanitize-changelog.js to ESM (package.json type=module)
-
release: sanitize bare HTML tags in CHANGELOG.md after each release
scripts/sanitize-changelog.js wraps patterns in backticks so the
Vue template compiler doesn't choke on them in the docs build. Runs in
prepareCmd after @semantic-release/changelog writes CHANGELOG.md and
before @semantic-release/git commits it.