chore(docs,config): post-0.8.0 hygiene — agent directives, config display, link fixes - #316
Merged
Merged
Conversation
…play, link fixes - GEMINI.md: bump to v0.8.0; replace command table and template list; remove retired rituals (ingest, cleanup, reseed, sync-inbox) and dirs - AGENTS.md: update OLIVER_PIN to 3f05bac (v3 generic hook, #269); add changelog entries for 8460f28 (#244) and 3f05bac (#269) bumps - bones/config/rotkeeper.yaml: add project/author fields so `status` populates the Config Summary block - home/content/docs/workflow.md: add anchor id to section 8 heading so intra-page link resolves - home/content/docs/textile-guide.textile: wrap link syntax example in @code@ to prevent Textile rendering it as a live broken link - home/content/docs/oliver-contract.md: add anchor id to Extended metadata provenance heading so intra-doc link resolves - home/content/docs/daisyui-map.md: fix #248 fragment to full GitHub URL - glue: refresh nav blocks; add template-golden/index.md
…list link - home/content/messages/index.md: glue-generated dir index missed by the first commit because .gitignore covers home/content/messages; without it the root nav links a missing messages/index.html on a fresh clone (force-added; the dir already tracks necromancer-notes-soul-audit.md) - home/content/docs/workflow.md: make the intro's release-day checklist reference an actual intra-page link to the section-8 anchor added in the previous commit (the anchor previously had no inbound link)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch of post-0.8.0 housekeeping caught during a health review. No new scripts, commands, or dependencies — strictly documentation accuracy, config completeness, and broken-link fixes.
Changes
Agent directives
v0.5.0→v0.8.0; replaced the command table (removed retired rituals:ingest,cleanup,reseed,sync-inbox,verify,index,templates,meta); expanded template catalog from 5 entries to all 15 current themes; removed retired directory references (messages-from-my-friends/,bones/releases/,bones/ingested/).OLIVER_PINfrom06dd640→3f05bac(v3 generic hook, Reusable Oliver hooks for frontmatter field injection #269); added changelog entries for the8460f28bump (shared template contract v2, Templates: shared contract for frontmatter/template variables #244) and the3f05bacbump (Reusable Oliver hooks for frontmatter field injection #269) that were missing from the pin history.Config display
project: "Rotkeeper"andauthor: "draw me an elephant"—bash rotkeeper.sh statuswas printing[not set]for both fields in the Config Summary block.Broken link fixes
<a id="8-release-day-checklist">anchor to the "8. Release-day checklist" heading and converted the intro paragraph's release-day checklist reference into an actual intra-page link to it (the anchor initially shipped with no inbound link)."label":targetlink-syntax example in Textile@code@delimiters — it was being rendered as a live broken<a href="target">tag.<a id="extended-metadata-provenance-v2-implemented">anchor to the "Extended metadata provenance" heading to fix a broken intra-doc anchor.(#248)fragment with the full GitHub URL so it resolves as an issue link rather than a missing local page anchor.Glue refresh
home/content/docs/bones/scripts/tests/fixtures/template-golden/index.mdthat thetemplate-goldendirectory lacked..gitignorecovershome/content/messages, sogit addsilently skipped it and a fresh clone rendered a broken root-nav link tomessages/index.html. Force-added (the directory already tracksnecromancer-notes-soul-audit.md).Validation
All gates re-run on a clean ledger after the follow-up commit:
bash -nall scriptsshellcheckall scriptsbash rotkeeper.sh scanbash rotkeeper.sh links --dry-runbash rotkeeper.sh a11ybash rotkeeper.sh test --dry-runbash rotkeeper.sh status