Commit graph

2 commits

Author SHA1 Message Date
jedarden
d5d7249ea6 docs(bf-4zuss): add corpus manifest verification note
Verify all acceptance criteria for grep-corpus manifest and validation:
- manifest.csv exists with proper schema (1000 entries)
- validate-corpus.sh is executable and functional
- make validate-corpus runs successfully (1000/1000 files valid)
- Corpus contains 10,590 pages across 6.5MB of synthetic PDFs

Closes bf-4zuss.
2026-07-06 08:53:01 -04:00
jedarden
157cdd5ced ci(bf-5o8cg): add 6 release Argo WorkflowTemplates to pdftract repo
Add 6 release workflow templates that were missing from pdftract/.ci/argo-workflows/:
- pdftract-build-binaries.yaml: Cross-compile 5 arch binaries
- pdftract-crates-publish.yaml: Publish to crates.io with ordering
- pdftract-docker-build.yaml: Multi-arch Docker images
- pdftract-docs-build.yaml: mdbook to Cloudflare Pages
- pdftract-github-release.yaml: Populate GitHub Release page
- pdftract-node-publish.yaml: npm publish workflow

These templates already existed in declarative-config and are synced via ArgoCD.
The in-tree copies are now complete for all 10 release pipeline templates.

Verification: notes/bf-5o8cg.md

Closes: bf-5o8cg
2026-07-06 08:49:33 -04:00