hephaestus/docs
Erich Blume 1603b37f74
All checks were successful
Build / validate (push) Successful in 6m13s
fix: --version no longer false-positives -dirty on clean release installs
The build-time dirty check used `git status --porcelain`, which counts
untracked files — including cargo's own `.cargo-ok` marker in a
`cargo install --git` checkout — so a clean tagged build reported e.g.
`1.0.1 (bcab3c16b-dirty)`. Use `git diff --quiet HEAD` (tracked changes only).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 10:20:23 -07:00
..
changelog.d fix: --version no longer false-positives -dirty on clean release installs 2026-06-04 10:20:23 -07:00
explanation docs: reframe tech-spec as historical; heph self-hosts its roadmap 2026-06-03 20:19:35 -07:00
how-to docs: install-heph defaults to the v1.0.0 release tag (v1 is out) 2026-06-04 09:47:23 -07:00
reference docs: release bumps Cargo.toml/lock on a tag-only commit; --version reports X.Y.Z (sha) 2026-06-04 09:37:14 -07:00
tutorials Set up hephaestus from template and add design + tech spec 2026-05-31 09:37:28 -07:00
index.md Initial commit 2026-05-31 06:13:36 -07:00
quartz.config.ts Set up hephaestus from template and add design + tech spec 2026-05-31 09:37:28 -07:00
quartz.layout.ts Initial commit 2026-05-31 06:13:36 -07:00