modify documents

This commit is contained in:
김경종
2026-05-08 17:03:40 +09:00
parent 73f955a8ce
commit a4dcfbdedc
23 changed files with 181 additions and 464 deletions
+6 -5
View File
@@ -15,11 +15,12 @@ The user invoked this command with: $ARGUMENTS
## Workflow
1. Read `PLAN.md`, `PROGRESS.md`, `PRD.md`, and `ARCHITECTURE.md`.
2. Inspect `samples/` only as local fixture context; do not stage or commit sample files.
3. Define checks for page coverage, reading order, math renderability, delimiter normalization, table handling, asset links, metadata completeness, and warning counts.
4. Define `.json` metadata and `.report.md` expectations from the same source data.
5. Separate fast mocked checks from optional MinerU/model/GPU-dependent checks.
6. Update `PROGRESS.md` with the planned coverage and remaining sample gaps.
2. Read `docs/WORKARCHIVE.md` for prior sample conversion evidence and historical fixture coverage.
3. Inspect `samples/` only as local fixture context; do not stage or commit sample files.
4. Define checks for page coverage, reading order, math renderability, delimiter normalization, table handling, asset links, metadata completeness, and warning counts.
5. Define `.json` metadata and `.report.md` expectations from the same source data.
6. Separate fast mocked checks from optional MinerU/model/GPU-dependent checks.
7. Update `PROGRESS.md` with the planned coverage and remaining sample gaps.
## Guardrails