Add project skills to dev shell

This commit is contained in:
2026-07-30 00:28:43 -04:00
parent 6bb3242e7f
commit 920517e623
5 changed files with 65 additions and 9 deletions

View File

@@ -16,5 +16,5 @@ The domain glossary lives at `$(xdg-user-dir DOCUMENTS)/ai-artifacts/projects/sk
## Gotchas
- The development environment does not provide `python3` by default.
Use available project tools instead of assuming Python is installed.
- `python3` is supplied by the default Nix dev shell, not the ambient environment.
Enter `nix develop` before running Python-based project tools.