generated from coulomb/repo-seed
T01 Toolchain — vite + pnpm 9.15 + React 18 + strict TS (ADR-0001).
T02 Folder layout — src/{shared,engine,anchor,source,binder,work,app}/
mirroring the future subsystem split, with path aliases.
T03 Boundary lint — eslint-plugin-boundaries enforcing the dependency
edges from wiki/DependencyMap.md §4; verified by a violating fixture.
T04 Canonical normalization v1 — src/shared/text/normalize.ts with
NORMALIZE_VERSION=1; 10/10 vitest covering ligatures, CRLF, soft
hyphens (including line-break reassembly), mixed whitespace.
T05 PDF fixture corpus — 7 user-supplied German PDFs in fixtures/pdfs/
(gitignored binaries) plus a manifest with verbatim known-good
quotes and page counts, ready for CE-WP-0002 selector tests.
T06 README upgrade — umbrella README points at wiki/docs/workplans
and documents the dev workflow.
T07 ADR-0002..0006 stubs in docs/decisions/.
Toolchain end-to-end: pnpm install + lint + typecheck + test all green.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
42 lines
2.0 KiB
Markdown
42 lines
2.0 KiB
Markdown
# PDF Fixture Sources
|
|
|
|
These PDFs back the selector and recovery tests for CE-WP-0002 and later
|
|
workplans. They are kept here as a stable, in-repo path that test code can
|
|
reference deterministically.
|
|
|
|
## Status: local-only by default
|
|
|
|
`fixtures/pdfs/*.pdf` is **gitignored** until each file's licensing and
|
|
privacy status has been resolved. The current corpus consists of
|
|
Bernd-supplied private documents (German correspondence, forms, and
|
|
reference material) — they exist locally for development but must not be
|
|
pushed without an explicit per-file decision.
|
|
|
|
When a PDF is cleared for commit, add a `!fixtures/pdfs/<filename>.pdf`
|
|
exception to `.gitignore` and append a row to the table below.
|
|
|
|
## Cleared for commit
|
|
|
|
(none yet)
|
|
|
|
| Filename | Source | License | Cleared by | Date |
|
|
|----------|--------|---------|------------|------|
|
|
| | | | | |
|
|
|
|
## Local-only fixtures (provided by Bernd 2026-05-24)
|
|
|
|
| Filename | Notes |
|
|
|---------------------------------------------------------|--------------------------------------|
|
|
| 031-Kemal Güldag Betriebskosten 2024.pdf | Personal correspondence |
|
|
| 061-260215-brief-trennungRoxanaAngebot_v1_final.pdf | Personal/legal correspondence |
|
|
| 063-26.01_Sonderkosten.pdf | Personal correspondence |
|
|
| 61595286_Vollständigkeitserklärung_2024.pdf | Form document |
|
|
| Aufnahmeschein Naturfriedhof.pdf | Form document |
|
|
| Fristsetzung zur Bezifferung GÜ an Gegenseite 3 Wochen.pdf | Personal/legal correspondence |
|
|
| Zeugnissprüche_Klasse_7_8.pdf | Reference document |
|
|
|
|
Future fixtures may also include synthesized or public-domain documents to
|
|
cover gaps in the matrix (single-column English text, two-column academic
|
|
PDFs, etc.) — those should land alongside these and be cleared for commit
|
|
immediately.
|