# Rhiza Template History
# This file lists all files managed by the Rhiza template.
# Template repository: jebel-quant/rhiza
# Template branch: main
#
# Files under template control:
.editorconfig
.github/actions/configure-git-auth/README.md
.github/actions/configure-git-auth/action.yml
.github/agents/analyser.md
.github/agents/summarise.md
.github/copilot-instructions.md
.github/dependabot.yml
.github/workflows/rhiza_book.yml
.github/workflows/rhiza_ci.yml
.github/workflows/rhiza_codeql.yml
.github/workflows/rhiza_deptry.yml
.github/workflows/rhiza_marimo.yml
.github/workflows/rhiza_mypy.yml
.github/workflows/rhiza_pre-commit.yml
.github/workflows/rhiza_release.yml
.github/workflows/rhiza_security.yml
.github/workflows/rhiza_sync.yml
.github/workflows/rhiza_validate.yml
.gitignore
.pre-commit-config.yaml
.python-version
.rhiza/.cfg.toml
.rhiza/.env
.rhiza/.gitignore
.rhiza/.rhiza-version
.rhiza/assets/rhiza-logo.svg
.rhiza/docs/CONFIG.md
.rhiza/docs/PRIVATE_PACKAGES.md
.rhiza/docs/TOKEN_SETUP.md
.rhiza/make.d/00-custom-env.mk
.rhiza/make.d/01-test.mk
.rhiza/make.d/02-book.mk
.rhiza/make.d/03-marimo.mk
.rhiza/make.d/05-github.mk
.rhiza/make.d/06-agentic.mk
.rhiza/make.d/08-docs.mk
.rhiza/make.d/10-custom-task.mk
.rhiza/make.d/README.md
.rhiza/requirements/README.md
.rhiza/requirements/docs.txt
.rhiza/requirements/marimo.txt
.rhiza/requirements/tests.txt
.rhiza/requirements/tools.txt
.rhiza/rhiza.mk
.rhiza/scripts/release.sh
.rhiza/templates/minibook/custom.html.jinja2
.rhiza/tests/README.md
.rhiza/tests/__init__.py
.rhiza/tests/api/__init__.py
.rhiza/tests/api/conftest.py
.rhiza/tests/api/test_github_targets.py
.rhiza/tests/api/test_makefile_api.py
.rhiza/tests/api/test_makefile_targets.py
.rhiza/tests/conftest.py
.rhiza/tests/deps/__init__.py
.rhiza/tests/deps/test_dependency_health.py
.rhiza/tests/integration/__init__.py
.rhiza/tests/integration/test_book_targets.py
.rhiza/tests/integration/test_marimushka.py
.rhiza/tests/integration/test_notebook_execution.py
.rhiza/tests/integration/test_release.py
.rhiza/tests/structure/__init__.py
.rhiza/tests/structure/test_project_layout.py
.rhiza/tests/structure/test_requirements.py
.rhiza/tests/sync/__init__.py
.rhiza/tests/sync/conftest.py
.rhiza/tests/sync/test_docstrings.py
.rhiza/tests/sync/test_readme_validation.py
.rhiza/tests/sync/test_rhiza_version.py
.rhiza/tests/utils/__init__.py
.rhiza/tests/utils/conftest.py
.rhiza/tests/utils/test_git_repo_fixture.py
.rhiza/tests/utils/test_version_matrix.py
.rhiza/utils/version_matrix.py
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
book/marimo/notebooks/rhiza.py
docs/ARCHITECTURE.md
docs/ASSETS.md
docs/BOOK.md
docs/CUSTOMIZATION.md
docs/DEMO.md
docs/GLOSSARY.md
docs/MARIMO.md
docs/QUICK_REFERENCE.md
docs/RELEASING.md
docs/SECURITY.md
docs/WORKFLOWS.md
pytest.ini
renovate.json
