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. Verify any MinerU CLI facts that may have changed before changing docs.
3. Define the smallest adapter contract for command construction, working directories, outputs, stdout/stderr capture, exit handling, warnings, and provenance.
4. Ensure failure behavior is explicit: no silent fallback and no alternate engine route.
5. Identify mocked-output tests and optional MinerU-dependent checks.
6. Update `PLAN.md` only if implementation sequencing changes; update `PROGRESS.md` after the planning work.
2. Read `docs/WORKARCHIVE.md` when prior MinerU setup, verification, or sample conversion evidence is needed.
3. Verify any MinerU CLI facts that may have changed before changing docs.
4. Define the smallest adapter contract for command construction, working directories, outputs, stdout/stderr capture, exit handling, warnings, and provenance.
5. Ensure failure behavior is explicit: no silent fallback and no alternate engine route.
6. Identify mocked-output tests and optional MinerU-dependent checks.
7. Update `PLAN.md` only if implementation sequencing changes; update `PROGRESS.md` after the planning work.
## Guardrails