.archledger.toml
.codecrate.toml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
.specweave.toml
.taskledger.toml
AGENTS.md
ARCHITECTURE.md
LICENSE
README.md
pyproject.toml
setup.py
.archledger/source-state.json
.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
.archledger/records/building_blocks/al_block_0013.md
.archledger/records/building_blocks/al_block_0014.md
.archledger/records/building_blocks/al_block_0015.md
.archledger/records/building_blocks/al_block_0016.md
.archledger/records/building_blocks/al_block_0017.md
.archledger/records/building_blocks/al_block_0018.md
.archledger/records/building_blocks/al_block_0019.md
.archledger/records/building_blocks/al_block_0020.md
.archledger/records/decisions/al_adr_0021.md
.archledger/records/decisions/al_adr_0022.md
.archledger/records/decisions/al_adr_0023.md
.archledger/records/decisions/al_adr_0024.md
.archledger/records/decisions/al_adr_0025.md
.archledger/records/decisions/al_adr_0026.md
.archledger/records/decisions/al_adr_0027.md
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/api.md
docs/behavior-workflow.md
docs/build.sh
docs/commands.md
docs/concepts.md
docs/conf.py
docs/configuration.md
docs/development.md
docs/getting-started.md
docs/gherkin-formats.md
docs/index.md
docs/integrations.md
docs/reports-and-evidence.md
docs/requirements.txt
docs/_static/.gitkeep
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/backends/pytest-bdd.feature
specs/behavior/features/bdd/convert.feature
specs/behavior/features/behavior/coverage.feature
specs/behavior/features/behavior/generation.feature
specs/behavior/features/behavior/index.feature
specs/behavior/features/behavior/reporting.feature
specs/behavior/features/cli/cli-contract.feature
specs/behavior/features/common/behavior-helpers.feature
specs/behavior/features/config/configuration.feature
specs/behavior/features/doctor/diagnostics.feature
specs/behavior/features/exchange/schemas.feature
specs/behavior/features/gherkin/lint.feature
specs/behavior/features/gherkin/markdown.feature
specs/behavior/features/gherkin/official.feature
specs/behavior/features/gherkin/parser.feature
specs/behavior/features/gherkin/writer.feature
specs/behavior/features/init/initialization.feature
specs/behavior/features/integrations/archledger.feature
specs/behavior/features/integrations/combi.feature
specs/behavior/features/integrations/taskledger.feature
specs/behavior/features/planning/create-plan.feature
specs/behavior/features/python-inspect/ast-reader.feature
specs/behavior/features/reports/fail-closed.feature
specs/behavior/features/reports/mapping.feature
specs/behavior/features/reports/normalization.feature
specs/behavior/features/reports/parsers.feature
specs/behavior/features/review/spec-review.feature
specs/behavior/features/runners/command.feature
specs/behavior/features/trace/trace.feature
specs/behavior/features/translation/pytest-to-gherkin.feature
specs/behavior/features/translation/spec-to-code.feature
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/draft.py
specweave/gherkin/lint.py
specweave/gherkin/model.py
specweave/gherkin/official.py
specweave/gherkin/parser.py
specweave/gherkin/tags.py
specweave/gherkin/validation.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_behavior_generation.py
tests/test_behavior_index.py
tests/test_behavior_reporting.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_lint.py
tests/test_gherkin_official.py
tests/test_gherkin_parser.py
tests/test_gherkin_validation.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_normalization.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