add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
---
description: Verify the repo-local PDFtoMD Python environment, CUDA, and Nougat CLI.
argument-hint: [quick|full]
allowed-tools: [Read, Bash]
---
# /env-check
## Arguments
The user invoked this command with: $ARGUMENTS
## Workflow
1. Read `AGENTS.md`, `requirements.txt`, `docs/TOOLCHAIN.md`, and `PROGRESS.md`.
2. Run `.\venv\python.exe -m pip check`.
3. Run a CUDA smoke test with `torch.ones((1,), device="cuda")` unless `$ARGUMENTS` says `quick`.
4. Run `.\venv\Scripts\nougat.exe --help`.
5. Summarize versions and failures.
6. Do not install or upgrade packages unless the user explicitly asks.
## Output
- **Environment**
- **CUDA**
- **Nougat**
- **Dependency Health**
- **Action Needed**