You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: production hardening — document storage, CI, docs, formatting
Implement content-addressed document storage in IPP server (SHA-256
dedup), add GitHub Actions CI workflow, update all human and machine
documentation (replace template placeholders, rewrite SCM files with
real project data), apply cargo fmt across workspace.
Key changes:
- IPP server persists received documents to disk by content hash
- 7 new document storage tests (68 total, all passing)
- CI workflow: check, test, clippy, fmt (SHA-pinned actions)
- README.adoc rewritten with stats, dep graph, verification section
- All SCM files updated with real component statuses and metrics
- SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md de-templated
- ABI-FFI-README.md updated with presswerk-specific examples
- cargo fmt applied across all crates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments