modify pdftomd
This commit is contained in:
@@ -23,7 +23,7 @@ The user invoked this command with: $ARGUMENTS
|
||||
7. Do not implement converter code unless the user explicitly requests implementation.
|
||||
8. After meaningful changes, update `PROGRESS.md`; update `PLAN.md` only when sequencing, decisions, ownership, or blockers change.
|
||||
9. Archive completed work in `docs/WORKARCHIVE.md` when it no longer needs to stay in `PROGRESS.md`.
|
||||
10. Run the smallest useful verification, check git status, and commit project changes while excluding `samples/`.
|
||||
10. Run the smallest useful verification, check git status, and commit project changes while excluding `samples/`, `outputs/`, `build/`, `dist/`, generated installers, wheels, models, and other local payload artifacts.
|
||||
|
||||
## Guardrails
|
||||
|
||||
@@ -31,4 +31,5 @@ The user invoked this command with: $ARGUMENTS
|
||||
- Allow MinerU 3.1.0's CLI-internal temporary local `mineru-api`, but prohibit `--api-url`, remote APIs, router mode, HTTP client backends, and remote OpenAI-compatible backends.
|
||||
- Keep runtime processing local-only.
|
||||
- Keep `samples/` out of commits unless the user explicitly requests otherwise.
|
||||
- Keep generated packaging, UI build, conversion output, wheelhouse, and model artifacts out of commits.
|
||||
- Prefer official sources for changing facts about Codex, MinerU, Python, uv, CUDA, or licenses.
|
||||
|
||||
Reference in New Issue
Block a user