Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ MANIFEST
.nox/
.pytype/
.pyre/
.pyright/

# Virtual environments
.venv/
Expand All @@ -44,10 +45,12 @@ ENV/
.env
.env.*
!.env.example
!.env.*.example

# Local editor/OS files
.DS_Store
.vscode/
tmp/

# Local agent/tool state
.omo/
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).