.gitignore
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/audit.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/interpolation.md
examples/abstract-placeholders/README.md
examples/abstract-placeholders/package.json
examples/abstract-placeholders/prompts/.gitignore
examples/abstract-placeholders/prompts/friendly-persona.yaml
examples/abstract-placeholders/prompts/persona-template.yaml
examples/sample-onboarding/.gitignore
examples/sample-onboarding/defaults.yaml
examples/sample-onboarding/package.json
examples/sample-onboarding/prompts/database.yaml
examples/sample-onboarding/prompts/onboarding.yaml
examples/sample-onboarding/prompts/persona.yaml
examples/sample-onboarding/resources/playbook.md
examples/sample-onboarding/resources/sections/safety.md
examples/sample-onboarding/schemas/database.schema.json
examples/sample-onboarding/schemas/onboarding.schema.json
examples/validate-showcase/.gitignore
examples/validate-showcase/data/flags-invalid.json
examples/validate-showcase/data/flags.json
examples/validate-showcase/prompts/base.yaml
examples/validate-showcase/prompts/deploy-multi.yaml
examples/validate-showcase/prompts/service-invalid.yaml
examples/validate-showcase/prompts/service-valid.yaml
examples/validate-showcase/schemas/deploy-entry.schema.json
examples/validate-showcase/schemas/feature-flags.schema.json
examples/validate-showcase/schemas/service.schema.json
src/stemmata/__init__.py
src/stemmata/__main__.py
src/stemmata/abstracts.py
src/stemmata/bundle.py
src/stemmata/cache.py
src/stemmata/cli.py
src/stemmata/deps_check.py
src/stemmata/envelope.py
src/stemmata/errors.py
src/stemmata/init.py
src/stemmata/install.py
src/stemmata/interp.py
src/stemmata/json_loader.py
src/stemmata/manifest.py
src/stemmata/merge.py
src/stemmata/npmrc.py
src/stemmata/overrides.py
src/stemmata/prompt_doc.py
src/stemmata/publish.py
src/stemmata/registry.py
src/stemmata/resolver.py
src/stemmata/resource_loader.py
src/stemmata/resource_resolve.py
src/stemmata/schema_check.py
src/stemmata/validate.py
src/stemmata/yaml_loader.py
src/stemmata.egg-info/PKG-INFO
src/stemmata.egg-info/SOURCES.txt
src/stemmata.egg-info/dependency_links.txt
src/stemmata.egg-info/entry_points.txt
src/stemmata.egg-info/requires.txt
src/stemmata.egg-info/top_level.txt
tests/conftest.py
tests/test_abstracts.py
tests/test_bundle.py
tests/test_cache.py
tests/test_cli_integration.py
tests/test_deps_check.py
tests/test_envelope.py
tests/test_init.py
tests/test_install.py
tests/test_interp.py
tests/test_json_loader.py
tests/test_json_via_coordinate.py
tests/test_manifest.py
tests/test_merge.py
tests/test_npmrc.py
tests/test_overrides.py
tests/test_prompt_doc.py
tests/test_publish.py
tests/test_publish_resources.py
tests/test_resolver.py
tests/test_resource_loader.py
tests/test_resources.py
tests/test_resources_manifest.py
tests/test_validate.py
tests/test_yaml_loader.py