File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,42 @@ See @pyproject.toml for project metadata and dependencies.
2222### Repository Layout
2323
2424```
25- TODO
25+ .agents/ # LLM assistant skills and context
26+ skills/
27+ create-pr/
28+ SKILL.md
29+ dependencies-management/
30+ SKILL.md
31+ update-agents-md/
32+ SKILL.md
33+ .github/ # GitHub configuration and CI/CD workflows
34+ workflows/
35+ build-test.yml # Runs full test suite on platform/python matrix
36+ draft-release-notes.yml # Drafts release notes from merged PRs
37+ release.yml # Releases a new version to PyPI
38+ release-drafter.yml # Configuration for release notes drafter
39+ docs/ # Documentation
40+ tutorials/
41+ tutorial.ipynb # Walk-through of all functionality
42+ readme_examples.ipynb # README examples
43+ src/
44+ valimp/
45+ valimp.py # Single-module source implementing all functionality
46+ tests/
47+ test_valimp.py # All tests (comprehensive test suite)
48+ .pre-commit-config.yaml
49+ .python-version # Pinned python version
50+ AGENTS.md
51+ CLAUDE.md
52+ LICENSE.txt
53+ MANIFEST.in
54+ README.md
55+ mypy.ini
56+ pyproject.toml
57+ pytest.ini
58+ requirements.txt
59+ ruff.toml
60+ uv.lock
2661```
2762
2863## Technology Stack
You can’t perform that action at this time.
0 commit comments