1.1 KiB
1.1 KiB
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools | |||||||
|---|---|---|---|---|---|---|---|---|---|
| Plan the direct local MinerU CLI adapter and failure/reporting behavior |
|
|
/plan-mineru-integration
Plan the future implementation shape for the MinerU adapter without writing converter code.
Arguments
The user invoked this command with: $ARGUMENTS
Workflow
- Read
PLAN.md,PROGRESS.md,PRD.md, andARCHITECTURE.md. - Verify any MinerU CLI facts that may have changed before changing docs.
- Define the smallest adapter contract for command construction, working directories, outputs, stdout/stderr capture, exit handling, warnings, and provenance.
- Ensure failure behavior is explicit: no silent fallback and no alternate engine route.
- Identify mocked-output tests and optional MinerU-dependent checks.
- Update
PLAN.mdonly if implementation sequencing changes; updatePROGRESS.mdafter the planning work.
Guardrails
- Do not implement program code during planning.
- Do not introduce runtime engine selection or cloud-compatible endpoints.
- Keep GPU limitations and CPU messaging explicit for GTX 1070 Ti 8GB.