.env.example
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
README.md
config.example.yaml
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/.reqcap.yaml
examples/README.md
examples/snapshots/baseline.json
examples/templates/auth-bearer.yaml
examples/templates/get-ip.yaml
examples/templates/get-with-origin.yaml
examples/templates/post-data.yaml
examples/templates/status-check.yaml
reqcap/LICENSE
reqcap/__init__.py
reqcap/__main__.py
reqcap/cli.py
reqcap/core.py
reqcap/executor.py
reqcap/filters.py
reqcap.egg-info/PKG-INFO
reqcap.egg-info/SOURCES.txt
reqcap.egg-info/dependency_links.txt
reqcap.egg-info/entry_points.txt
reqcap.egg-info/requires.txt
reqcap.egg-info/top_level.txt
reqcap/skill_data/SKILL.md
reqcap/skill_data/references/templates.md
templates/create-user.yaml
templates/get-user.yaml
templates/health.yaml
templates/list-users.yaml
templates/login.yaml
tests/__init__.py
tests/conftest.py
tests/test_assert.py
tests/test_cli.py
tests/test_cli_chaining.py
tests/test_cli_direct_mode.py
tests/test_cli_template_mode.py
tests/test_config_resolution.py
tests/test_filters.py
tests/test_form.py
tests/test_init.py
tests/test_install_skill.py
tests/test_list_templates_format.py
tests/test_resource_resolution.py
tests/test_snapshots.py
tests/test_template_deps.py
tests/test_template_resolution.py
tests/test_template_snapshot.py