.archledger.toml
.codecrate.toml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.specweave.toml
.taskledger.toml
AGENTS.md
LICENSE
README.md
pyproject.toml
setup.py
.archledger/storage.yaml
.archledger/profiles/arc42/sections/al_content_0001.md
.archledger/profiles/arc42/sections/al_content_0002.md
.archledger/profiles/arc42/sections/al_content_0003.md
.archledger/profiles/arc42/sections/al_content_0004.md
.archledger/profiles/arc42/sections/al_content_0005.md
.archledger/profiles/arc42/sections/al_content_0006.md
.archledger/profiles/arc42/sections/al_content_0007.md
.archledger/profiles/arc42/sections/al_content_0008.md
.archledger/profiles/arc42/sections/al_content_0009.md
.archledger/profiles/arc42/sections/al_content_0010.md
.archledger/profiles/arc42/sections/al_content_0011.md
.archledger/profiles/arc42/sections/al_content_0012.md
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
examples/task_TL-0042.json
examples/features/tl_0042.feature
examples/steps/password_steps.py
skills/specweave/SKILL.md
specs/behavior/README.md
specs/behavior/manifest.json
specs/behavior/features/.gitkeep
specs/behavior/features/behavior/coverage.feature.md
specs/behavior/features/behavior/generation.feature.md
specs/behavior/features/behavior/index.feature.md
specs/behavior/features/behavior/reporting.feature.md
specs/behavior/features/cli/cli-contract.feature.md
specs/behavior/features/common/behavior-helpers.feature.md
specs/behavior/features/config/configuration.feature.md
specs/behavior/features/doctor/diagnostics.feature.md
specs/behavior/features/gherkin/lint.feature.md
specs/behavior/features/gherkin/parser.feature.md
specs/behavior/features/gherkin/writer.feature.md
specs/behavior/features/init/initialization.feature.md
specs/behavior/features/integrations/archledger.feature.md
specs/behavior/features/integrations/taskledger.feature.md
specs/behavior/features/reports/fail-closed.feature.md
specs/behavior/features/reports/mapping.feature.md
specs/behavior/features/reports/normalization.feature.md
specs/behavior/features/reports/parsers.feature.md
specs/behavior/features/review/spec-review.feature.md
specs/behavior/features/translation/pytest-to-gherkin.feature.md
specweave/__init__.py
specweave/__main__.py
specweave/_version.py
specweave/cli.py
specweave/cli_context.py
specweave/config.py
specweave/doctor.py
specweave/errors.py
specweave/init.py
specweave/launcher.py
specweave/planning.py
specweave/py.typed
specweave/review.py
specweave/trace.py
specweave.egg-info/PKG-INFO
specweave.egg-info/SOURCES.txt
specweave.egg-info/dependency_links.txt
specweave.egg-info/entry_points.txt
specweave.egg-info/requires.txt
specweave.egg-info/top_level.txt
specweave/backends/__init__.py
specweave/backends/_helpers.py
specweave/backends/behave.py
specweave/backends/pytest_bdd.py
specweave/bdd/__init__.py
specweave/bdd/convert.py
specweave/bdd/model.py
specweave/bdd/store.py
specweave/behavior/__init__.py
specweave/behavior/common.py
specweave/behavior/coverage.py
specweave/behavior/generate.py
specweave/behavior/index.py
specweave/behavior/reporting.py
specweave/gherkin/__init__.py
specweave/gherkin/convert.py
specweave/gherkin/draft.py
specweave/gherkin/lint.py
specweave/gherkin/markdown.py
specweave/gherkin/model.py
specweave/gherkin/official.py
specweave/gherkin/parser.py
specweave/gherkin/tags.py
specweave/gherkin/writer.py
specweave/integrations/__init__.py
specweave/integrations/archledger.py
specweave/integrations/combi.py
specweave/integrations/taskledger.py
specweave/python_inspect/__init__.py
specweave/python_inspect/assertions.py
specweave/python_inspect/ast_reader.py
specweave/reports/__init__.py
specweave/reports/cucumber_json.py
specweave/reports/junit_xml.py
specweave/reports/mapping.py
specweave/reports/model.py
specweave/reports/normalize.py
specweave/runners/__init__.py
specweave/runners/command.py
specweave/runners/reports.py
specweave/schemas/combi.trace.v1.schema.json
specweave/schemas/specweave.archledger-candidate.v1.schema.json
specweave/schemas/specweave.behavior-evidence.v1.schema.json
specweave/schemas/specweave.taskledger-bdd-export.v1.schema.json
specweave/translate/__init__.py
specweave/translate/code_to_spec.py
specweave/translate/naming.py
specweave/translate/pytest_to_gherkin.py
specweave/translate/spec_to_code.py
tests/__init__.py
tests/test_backends_pytest_bdd.py
tests/test_bdd_convert.py
tests/test_behavior_coverage.py
tests/test_cli_cli_contract.py
tests/test_cli_json.py
tests/test_combi_check.py
tests/test_common_behavior_helpers.py
tests/test_config_configuration.py
tests/test_create_feature_json.py
tests/test_doctor_diagnostics.py
tests/test_exchange_schemas.py
tests/test_gherkin_convert.py
tests/test_gherkin_markdown.py
tests/test_gherkin_official.py
tests/test_gherkin_parser.py
tests/test_gherkin_writer.py
tests/test_init_initialization.py
tests/test_integrations_archledger.py
tests/test_integrations_taskledger.py
tests/test_plan.py
tests/test_python_ast_reader.py
tests/test_reports_fail_closed.py
tests/test_reports_mapping.py
tests/test_reports_parsers.py
tests/test_review_spec_review.py
tests/test_runner_command.py
tests/test_spec_to_code.py
tests/test_taskledger_draft.py
tests/test_trace.py
tests/test_translation_pytest_to_gherkin.py