diff --git a/.gitignore b/.gitignore index 7e439a4..ca07c73 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ MANIFEST .nox/ .pytype/ .pyre/ +.pyright/ # Virtual environments .venv/ @@ -44,10 +45,12 @@ ENV/ .env .env.* !.env.example +!.env.*.example # Local editor/OS files .DS_Store .vscode/ +tmp/ # Local agent/tool state .omo/ diff --git a/README.md b/README.md index 9360c14..b76dfd4 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,8 @@ use portable paths and client-neutral operations. ```bash python3 .github/scripts/check-portability.py +python3 scripts/check-version-consistency.py +python3 scripts/check-readme-tree.py python3 scripts/validate-ci.py python3 scripts/validate.py python3 scripts/test-validate-ci.py @@ -271,6 +273,11 @@ modifying it. Everything else is repository-only development infrastructure. The Orientation Checklist is now inlined in SKILL.md ยง Orientation Checklist. +## See also + +- [`py-review-skill`](https://github.com/CodeSigils/py-review-skill) โ€” Python code review companion skill +- [`repo-health-scan`](https://github.com/CodeSigils/repo-health-and-sync-skill) โ€” Git repository health audit methodology + ## License MIT โ€” see [LICENSE](LICENSE).