Holocron v1.0.0
First stable release. After eight 0.x iterations the writing workflow, knowledge base, persona reviewers, and build pipeline are all production-ready for single-author Old Republic fiction projects. No new features in this release — 1.0.0 is the milestone marker for the work already in 0.7.3, plus a final cleanup pass.
What's in 1.0.0 (cumulative)
- 24 writing skills — full lifecycle from
/holocron:new(scaffold) through/holocron:plan,/holocron:outline,/holocron:character,/holocron:write,/holocron:review,/holocron:critique,/holocron:edit, to/holocron:build(EPUB), plus utility skills (/holocron:dashboard,/holocron:naming,/holocron:in-universe-name,/holocron:in-universe-script,/holocron:language,/holocron:lore,/holocron:reconcile,/holocron:cover,/holocron:illustrate,/holocron:synopsis,/holocron:notes,/holocron:status,/holocron:next,/holocron:go,/holocron:critic). - 37 specialist agents — writer + architect + outliner + chapter-reviewer + 6 persona reviewers (Karpyshyn / Zahn / Traviss / Stover / Lucas / James Wood) + 5 specialists (Force lore, era continuity, Mando'a, Sith, Huttese) + lore-researcher + script-renderer + in-universe-namer + the rest of the literary-craft toolchain.
- ~130-file master knowledge base — Old Republic timeline at parity across eight eras (Pre-Republic, Tales of the Jedi, Mandalorian Wars, Jedi Civil War, KOTOR II, SWTOR / Cold War, New Sith Wars, Bane / Rule of Two), factions (Jedi, Sith, Mandalorians, Republic, Hutt Cartel, crime syndicates), Force philosophy and abilities, in-universe languages (Mando'a, Huttese, Sith, Galactic Basic), 38 sentient species, tech (lightsabers, starships, superweapons, droids, weapons), and Old Republic artefacts.
- Interactive project dashboard —
index.html+data.json, regenerated by/holocron:dashboard, surfacing chapter status, word counts, character arcs, the relationship graph, and per-chapter prose analytics. - In-universe script rendering —
/holocron:in-universe-scriptproduces paste-ready PNG inserts in Aurebesh, Mando'a, Sith Kittât, or Huttese, with a curated font library and on-demand language-specialist dispatch for canon-faithful translation. - EPUB build pipeline — pandoc-driven, with preflight check and cross-platform install hints.
- Tag-driven release pipeline —
claude plugin validateschema check on every push, five-gate release workflow, auto-extracted GitHub Release notes.
Changed since 0.7.3
skills/references/→references/— moved the shared craft-reference library to the plugin root so Claude Code's auto-discovery no longer surfaces it as a ghost/holocron:referencesskill in slash-completion. Internal path references in 4 skills (write,plan,outline,character) updated fromskills/references/X.mdtoreferences/X.md. Agent files already used the barereferences/X.mdform (now correct from plugin root); no agent edits needed. The folder's own README has been refreshed to document the new location and the rationale.scripts/validate.py— removed theSKILL_LIBRARY_DIRS = {"references"}whitelist that was a workaround for the pre-1.0 location. Now dead code; deleted..claude-plugin/marketplace.json— addedmetadata.descriptionsoclaude plugin validateno longer emits a missing-description warning against the marketplace manifest.README.md— first stable release framing in the Status block; era scope rewritten to describe shipped coverage rather than "planned" coverage; newDependenciessubsection flagging pandoc requirement upfront; commands table updated to include the missing/holocron:in-universe-scriptrow; Specialist reviewers section updated to list thesith-linguist-scholarandhuttese-lexicon-specialistagents introduced in 0.6.0 and 0.7.0; version marker bumped..claude-plugin/plugin.json,.claude-plugin/marketplace.json— version bumped to1.0.0.
Notes
- Forked from
fictionby Daniel Howells (MIT). The fork's history of structural changes is preserved in this CHANGELOG; the upstream history lives inCHANGELOG-FICTION-ORIGINAL.md. - Personal-use first. Distributed via the Claude Code plugin marketplace as
PetitChu/holocron.