Skip to content

Holocron v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 May 00:48
· 11 commits to main since this release

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 dashboardindex.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-script produces 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 pipelineclaude plugin validate schema 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:references skill in slash-completion. Internal path references in 4 skills (write, plan, outline, character) updated from skills/references/X.md to references/X.md. Agent files already used the bare references/X.md form (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 the SKILL_LIBRARY_DIRS = {"references"} whitelist that was a workaround for the pre-1.0 location. Now dead code; deleted.
  • .claude-plugin/marketplace.json — added metadata.description so claude plugin validate no 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; new Dependencies subsection flagging pandoc requirement upfront; commands table updated to include the missing /holocron:in-universe-script row; Specialist reviewers section updated to list the sith-linguist-scholar and huttese-lexicon-specialist agents introduced in 0.6.0 and 0.7.0; version marker bumped.
  • .claude-plugin/plugin.json, .claude-plugin/marketplace.json — version bumped to 1.0.0.

Notes

  • Forked from fiction by Daniel Howells (MIT). The fork's history of structural changes is preserved in this CHANGELOG; the upstream history lives in CHANGELOG-FICTION-ORIGINAL.md.
  • Personal-use first. Distributed via the Claude Code plugin marketplace as PetitChu/holocron.