mirror of
https://github.com/ankitects/anki.git
synced 2026-06-10 05:04:35 -04:00
## Linked issue Closes #4836 ## Summary/motivation Three related housekeeping changes to improve AI-agent and developer ergonomics: 1. **justfile**: Expose `./run`, `./run.bat` (Windows), `./tools/web-watch`, `./tools/rebuild-web`, and `./tools/clean` as `just` recipes (`run`, `run-optimized`, `web-watch`, `rebuild-web`, `clean`), consistent with the Project convention that all commands go through `just`. 2. **CLAUDE.md**: Add a "Running Anki" section documenting `just run` and `just web-watch`; tighten the opening note to explicitly mention `./run`. 3. **AGENTS.md**: Add a symlink to `CLAUDE.md` so that OpenAI Codex and other Agents that look for `AGENTS.md` pick up the same project instructions. ## How to test - `just run` launches Anki in dev mode (same as `./run`) - `just run-optimized` launches with `RELEASE=1` - `just web-watch` starts the file-watcher (macOS/Linux) - `just clean` removes build outputs - `AGENTS.md` resolves to the same content as `CLAUDE.md`
Symbolic link
9 B
Symbolic link
9 B
CLAUDE.md