Skip to content

Releases: ChrisDBaldwin/Masques

v0.5.0

29 Mar 04:03

Choose a tag to compare

Masques v0.5.0 — Core Loop Hardened

The four essential commands (/don, /doff, /id, /list) have been audited and hardened for reliability. Manifests are synced. Evals are aligned.

What Changed

Manifests fixed. Five personas added in February (Architect, Familiar, Grinder, Retro, Reviewer) were never synced to the shared manifest. /list now shows all 35 masques. Private
manifest synced to all 4 entries.

/don is robust. Explicit handling for: no arguments, masque not found (with helpful listing), malformed YAML, missing required fields, and re-donning over an active masque
(previous identity is preserved in session state).

/doff cleans up properly. Spinner verb removal now handles all cases — no settings file, file without spinner verbs, file with spinner verbs. No more orphaned state.

/id reconstructs paths unambiguously. Lowercase name, replace spaces with hyphens. Shy Guyshy-guy.masque.yaml. No guessing.

/list handles missing manifests gracefully. Both present, only shared, only private, neither — each case has explicit output.

Evals aligned with reality. All four eval prompts (Codesmith, Chartwright, Firekeeper, Mirror) now use the <masque-active> XML block format that /don actually produces. Baseline
comparisons are meaningful again.

Stale docs cleaned. getting-started.md purged of 7 schema fields that no longer exist.

Session state is consistent

All four core commands read and write .claude/masque.session.yaml using the same 6-field structure. Traced and verified — no field name mismatches, no format drift.

v0.4.2

12 Feb 20:48
94e9217

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Feb 05:12
ad72fbd

Choose a tag to compare

v0.4.1 brings 25 new Masques and a tui

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - Continuous Evaluation

07 Feb 06:07
9f5e69d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3: Simplify commands and docs

31 Jan 01:53

Choose a tag to compare

  • I removed the masques: prefix from the plugin slash commands.
  • Suffixed verbs with ...
  • Updated some docs

v0.3.2: Masque:Verbing Format + Witness

30 Jan 21:51
fbecf96

Choose a tag to compare

This version includes an update to the formatting of spinner verbs and the new Witness masque.

Fix: Marketplace name

30 Jan 21:06
dbe0ebd

Choose a tag to compare

The marketplace name needed to be updated from masque to masques.

v0.3.0: Spinner-verbs as Masque Indicator

30 Jan 20:57
8cf2473

Choose a tag to compare

This feature is for Claude Code users, but the schema should be able to apply to runtimes with spinner customization.

Remember which Masque you've donned by giving your masques spinner verbs!

I've extended the masque schema to carry along custom spinner verbs so the user can identify a session's masque at a glance.