feat(standard): switch source of truth to Texinfo — v1.29#8
Merged
Conversation
The_Steelbore_Standard.texi is now the canonical source. The_Steelbore_Standard.md and .html are generated outputs (make md / make html). .docx/.odt on request only (make docx). Makefile + spacecraft.css added. .gitignore extended with generated output patterns and TeX aux files. REUSE.toml updated to cover .texi with override annotation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
The_Steelbore_Standard.texiis now the canonical source of truth (replacing.md)Makefilewith targets:info,html,md,pdf,docx,cleanspacecraft.css— Spacecraft Software HTML theme (Void Navy / Molten Amber / Share Tech Mono / Inconsolata) fortexi2any --htmloutput.mdis now a generated GFM companion (via DocBook intermediate:texi2any --docbook | pandoc -f docbook -t gfm) — kept tracked for GitHub rendering.html,.info,.pdf,.docx,.odtare all gitignored outputsREUSE.tomlupdated to cover.texiwith override annotation (same reason as.md: §4.3 example SPDX headers in the body must not be parsed)CLAUDE.mdupdated with new pipeline documentation (local, gitignored)Validation
makeinfo --no-split The_Steelbore_Standard.texi→ zero errors, zero warningstexi2any --html --no-split --css-include=spacecraft.css ...→ HTML built successfullytexi2any --docbook | pandoc -f docbook -t gfm→ 1336-line.mdgenerated correctlyTest plan
makeinfo --no-split The_Steelbore_Standard.texi→ zero errors, zero warningsgrep "@set VERSION" The_Steelbore_Standard.texi→ shows1.29grep "v1.29" The_Steelbore_Standard.texi→ changelog entry presentgrep "Security by Design" The_Steelbore_Standard.texi→ §3.3 heading correct🤖 Generated with Claude Code