atdd 0.1.0__tar.gz → 0.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {atdd-0.1.0/src/atdd.egg-info → atdd-0.2.0}/PKG-INFO +43 -13
- {atdd-0.1.0 → atdd-0.2.0}/README.md +42 -12
- {atdd-0.1.0 → atdd-0.2.0}/pyproject.toml +1 -1
- {atdd-0.1.0 → atdd-0.2.0/src/atdd.egg-info}/PKG-INFO +43 -13
- {atdd-0.1.0 → atdd-0.2.0}/LICENSE +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/setup.cfg +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/cli.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/add_persistence_metadata.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/analyze_migrations.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/consumers.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/infer_governance_status.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/initializer.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/interface.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/inventory.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/migration.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/registry.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/session.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/sync.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/test_interface.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/test_runner.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/tests/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/tests/test_telemetry_array_validation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/commands/traceability.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/conventions/session.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/overlays/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/overlays/claude.md +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/schemas/config.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/schemas/manifest.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/templates/ATDD.md +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/templates/SESSION-TEMPLATE.md +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/utils/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/utils/graph/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/utils/graph/urn.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/shared_fixtures.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_enrich_wagon_registry.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_registry.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_session_validation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_traceability.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_update_feature_paths.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coach/validators/test_validate_contract_consumers.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/adapter.recipe.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/backend.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/boundaries.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/commons.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/complexity.recipe.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/component-naming.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/design.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/design.recipe.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/dto.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/frontend.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/green.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/presentation.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/refactor.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/technology.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/test_adapter_recipe.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/test_complexity_recipe.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/test_component_taxonomy.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/test_component_urn_naming.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/tests/test_thinness_recipe.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/thinness.recipe.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/train.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/conventions/verification.protocol.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/schemas/design_system.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_commons_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_complexity.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_cross_language_consistency.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_design_system_compliance.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_dto_testing_patterns.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_green_cross_stack_layers.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_green_layer_dependencies.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_green_python_layer_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_green_supabase_layer_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_import_boundaries.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_init_file_urns.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_preact_layer_boundaries.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_presentation_convention.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_python_architecture.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_quality_metrics.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_station_master_pattern.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_train_infrastructure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_train_urns.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_typescript_architecture.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_usecase_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/coder/validators/test_wagon_boundaries.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/conftest.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/acceptance.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/appendix.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/artifact-naming.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/component.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/criteria.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/feature.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/interface.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/steps.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/train.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/wagon.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/conventions/wmbt.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/acceptance.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/appendix.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/component.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/feature.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/train.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/wagon.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/schemas/wmbt.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/conftest.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_draft_wagon_registry.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_plan_cross_refs.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_plan_uniqueness.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_plan_urn_resolution.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_plan_wagons.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_train_validation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_wagon_urn_chain.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_wmbt_consistency.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/planner/validators/test_wmbt_vocabulary.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/artifact.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/contract.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/filename.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/migration.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/red.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/routing.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/conventions/telemetry.convention.yaml +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/a11y.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/artifact.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/contract.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/contract.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/db.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/e2e.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/edge_function.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/event.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/http.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/job.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/load.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/metric.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/pack.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/realtime.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/rls.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/script.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/sec.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/storage.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/telemetry.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/telemetry_tracking_manifest.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/test_filename.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/test_intent.schema.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/unit.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/visual.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/schemas/ws.tmpl.json +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/utils/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/utils/filename.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/__init__.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/cleanup_duplicate_headers.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/cleanup_duplicate_headers_v2.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/conftest.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/coverage_gap_report.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/fix_dual_ac_references.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/remove_duplicate_lines.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_acceptance_urn_filename_mapping.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_acceptance_urn_separator.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_artifact_naming_category.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_contract_schema_compliance.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_contracts_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_coverage_adequacy.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_dual_ac_reference.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_fixture_validity.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_isolation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_migration_coverage.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_migration_criteria.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_migration_generation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_python_test_naming.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_red_layer_validation.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_red_python_layer_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_red_supabase_layer_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_telemetry_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_typescript_test_naming.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_typescript_test_structure.py +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd.egg-info/SOURCES.txt +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd.egg-info/dependency_links.txt +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd.egg-info/entry_points.txt +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd.egg-info/requires.txt +0 -0
- {atdd-0.1.0 → atdd-0.2.0}/src/atdd.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atdd
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: ATDD Platform - Acceptance Test Driven Development toolkit
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -18,10 +18,10 @@ Acceptance Test Driven Development toolkit for structured planning and conventio
|
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
|
-
### From
|
|
21
|
+
### From PyPI
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
pip install
|
|
24
|
+
pip install atdd
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
### For Development
|
|
@@ -38,13 +38,6 @@ pip install -e ".[dev]"
|
|
|
38
38
|
atdd --help
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
### Future: PyPI
|
|
42
|
-
|
|
43
|
-
Once published to PyPI:
|
|
44
|
-
```bash
|
|
45
|
-
pip install atdd
|
|
46
|
-
```
|
|
47
|
-
|
|
48
41
|
## Quick Start
|
|
49
42
|
|
|
50
43
|
```bash
|
|
@@ -57,6 +50,9 @@ atdd session new my-feature
|
|
|
57
50
|
# List sessions
|
|
58
51
|
atdd session list
|
|
59
52
|
|
|
53
|
+
# Sync ATDD rules to agent config files
|
|
54
|
+
atdd sync
|
|
55
|
+
|
|
60
56
|
# Run validators
|
|
61
57
|
atdd --test all
|
|
62
58
|
```
|
|
@@ -68,24 +64,27 @@ ATDD provides:
|
|
|
68
64
|
1. **Session Management** - Structured planning documents with templates and tracking
|
|
69
65
|
2. **Convention Enforcement** - YAML-based conventions validated via pytest
|
|
70
66
|
3. **ATDD Lifecycle** - Planner → Tester → Coder phase gates
|
|
67
|
+
4. **Agent Config Sync** - Keep ATDD rules in sync across AI agent config files
|
|
71
68
|
|
|
72
69
|
## Commands
|
|
73
70
|
|
|
74
71
|
### Project Initialization
|
|
75
72
|
|
|
76
73
|
```bash
|
|
77
|
-
atdd init # Create atdd-sessions
|
|
74
|
+
atdd init # Create atdd-sessions/, .atdd/, and CLAUDE.md
|
|
78
75
|
atdd init --force # Reinitialize (overwrites existing)
|
|
79
76
|
```
|
|
80
77
|
|
|
81
78
|
Creates:
|
|
82
79
|
```
|
|
83
80
|
your-project/
|
|
81
|
+
├── CLAUDE.md # With managed ATDD block
|
|
84
82
|
├── atdd-sessions/
|
|
85
83
|
│ ├── SESSION-TEMPLATE.md
|
|
86
84
|
│ └── archive/
|
|
87
85
|
└── .atdd/
|
|
88
|
-
|
|
86
|
+
├── manifest.yaml # Session tracking
|
|
87
|
+
└── config.yaml # Agent sync configuration
|
|
89
88
|
```
|
|
90
89
|
|
|
91
90
|
### Session Management
|
|
@@ -100,6 +99,36 @@ atdd session sync # Sync manifest with files
|
|
|
100
99
|
|
|
101
100
|
Session types: `implementation`, `migration`, `refactor`, `analysis`, `planning`, `cleanup`, `tracking`
|
|
102
101
|
|
|
102
|
+
### Agent Config Sync
|
|
103
|
+
|
|
104
|
+
Sync ATDD rules to agent config files using managed blocks that preserve user content:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
atdd sync # Sync all enabled agents from config
|
|
108
|
+
atdd sync --agent claude # Sync specific agent only
|
|
109
|
+
atdd sync --verify # Check if files are in sync (for CI)
|
|
110
|
+
atdd sync --status # Show sync status for all agents
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Supported agents:
|
|
114
|
+
| Agent | File |
|
|
115
|
+
|-------|------|
|
|
116
|
+
| claude | CLAUDE.md |
|
|
117
|
+
| codex | AGENTS.md |
|
|
118
|
+
| gemini | GEMINI.md |
|
|
119
|
+
| qwen | QWEN.md |
|
|
120
|
+
|
|
121
|
+
Configure which agents to sync in `.atdd/config.yaml`:
|
|
122
|
+
```yaml
|
|
123
|
+
version: "1.0"
|
|
124
|
+
sync:
|
|
125
|
+
agents:
|
|
126
|
+
- claude # Enabled by default
|
|
127
|
+
# - codex # Uncomment to sync AGENTS.md
|
|
128
|
+
# - gemini # Uncomment to sync GEMINI.md
|
|
129
|
+
# - qwen # Uncomment to sync QWEN.md
|
|
130
|
+
```
|
|
131
|
+
|
|
103
132
|
### Validation
|
|
104
133
|
|
|
105
134
|
```bash
|
|
@@ -126,8 +155,9 @@ src/atdd/
|
|
|
126
155
|
├── coach/
|
|
127
156
|
│ ├── commands/ # CLI command implementations
|
|
128
157
|
│ ├── conventions/ # Coach conventions (YAML)
|
|
158
|
+
│ ├── overlays/ # Agent-specific additions
|
|
129
159
|
│ ├── schemas/ # JSON schemas
|
|
130
|
-
│ ├── templates/ # Session templates
|
|
160
|
+
│ ├── templates/ # Session templates, ATDD.md
|
|
131
161
|
│ └── validators/ # Coach validators
|
|
132
162
|
├── planner/
|
|
133
163
|
│ ├── conventions/ # Planning conventions
|
|
@@ -4,10 +4,10 @@ Acceptance Test Driven Development toolkit for structured planning and conventio
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
### From
|
|
7
|
+
### From PyPI
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
pip install
|
|
10
|
+
pip install atdd
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
### For Development
|
|
@@ -24,13 +24,6 @@ pip install -e ".[dev]"
|
|
|
24
24
|
atdd --help
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
### Future: PyPI
|
|
28
|
-
|
|
29
|
-
Once published to PyPI:
|
|
30
|
-
```bash
|
|
31
|
-
pip install atdd
|
|
32
|
-
```
|
|
33
|
-
|
|
34
27
|
## Quick Start
|
|
35
28
|
|
|
36
29
|
```bash
|
|
@@ -43,6 +36,9 @@ atdd session new my-feature
|
|
|
43
36
|
# List sessions
|
|
44
37
|
atdd session list
|
|
45
38
|
|
|
39
|
+
# Sync ATDD rules to agent config files
|
|
40
|
+
atdd sync
|
|
41
|
+
|
|
46
42
|
# Run validators
|
|
47
43
|
atdd --test all
|
|
48
44
|
```
|
|
@@ -54,24 +50,27 @@ ATDD provides:
|
|
|
54
50
|
1. **Session Management** - Structured planning documents with templates and tracking
|
|
55
51
|
2. **Convention Enforcement** - YAML-based conventions validated via pytest
|
|
56
52
|
3. **ATDD Lifecycle** - Planner → Tester → Coder phase gates
|
|
53
|
+
4. **Agent Config Sync** - Keep ATDD rules in sync across AI agent config files
|
|
57
54
|
|
|
58
55
|
## Commands
|
|
59
56
|
|
|
60
57
|
### Project Initialization
|
|
61
58
|
|
|
62
59
|
```bash
|
|
63
|
-
atdd init # Create atdd-sessions
|
|
60
|
+
atdd init # Create atdd-sessions/, .atdd/, and CLAUDE.md
|
|
64
61
|
atdd init --force # Reinitialize (overwrites existing)
|
|
65
62
|
```
|
|
66
63
|
|
|
67
64
|
Creates:
|
|
68
65
|
```
|
|
69
66
|
your-project/
|
|
67
|
+
├── CLAUDE.md # With managed ATDD block
|
|
70
68
|
├── atdd-sessions/
|
|
71
69
|
│ ├── SESSION-TEMPLATE.md
|
|
72
70
|
│ └── archive/
|
|
73
71
|
└── .atdd/
|
|
74
|
-
|
|
72
|
+
├── manifest.yaml # Session tracking
|
|
73
|
+
└── config.yaml # Agent sync configuration
|
|
75
74
|
```
|
|
76
75
|
|
|
77
76
|
### Session Management
|
|
@@ -86,6 +85,36 @@ atdd session sync # Sync manifest with files
|
|
|
86
85
|
|
|
87
86
|
Session types: `implementation`, `migration`, `refactor`, `analysis`, `planning`, `cleanup`, `tracking`
|
|
88
87
|
|
|
88
|
+
### Agent Config Sync
|
|
89
|
+
|
|
90
|
+
Sync ATDD rules to agent config files using managed blocks that preserve user content:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
atdd sync # Sync all enabled agents from config
|
|
94
|
+
atdd sync --agent claude # Sync specific agent only
|
|
95
|
+
atdd sync --verify # Check if files are in sync (for CI)
|
|
96
|
+
atdd sync --status # Show sync status for all agents
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
Supported agents:
|
|
100
|
+
| Agent | File |
|
|
101
|
+
|-------|------|
|
|
102
|
+
| claude | CLAUDE.md |
|
|
103
|
+
| codex | AGENTS.md |
|
|
104
|
+
| gemini | GEMINI.md |
|
|
105
|
+
| qwen | QWEN.md |
|
|
106
|
+
|
|
107
|
+
Configure which agents to sync in `.atdd/config.yaml`:
|
|
108
|
+
```yaml
|
|
109
|
+
version: "1.0"
|
|
110
|
+
sync:
|
|
111
|
+
agents:
|
|
112
|
+
- claude # Enabled by default
|
|
113
|
+
# - codex # Uncomment to sync AGENTS.md
|
|
114
|
+
# - gemini # Uncomment to sync GEMINI.md
|
|
115
|
+
# - qwen # Uncomment to sync QWEN.md
|
|
116
|
+
```
|
|
117
|
+
|
|
89
118
|
### Validation
|
|
90
119
|
|
|
91
120
|
```bash
|
|
@@ -112,8 +141,9 @@ src/atdd/
|
|
|
112
141
|
├── coach/
|
|
113
142
|
│ ├── commands/ # CLI command implementations
|
|
114
143
|
│ ├── conventions/ # Coach conventions (YAML)
|
|
144
|
+
│ ├── overlays/ # Agent-specific additions
|
|
115
145
|
│ ├── schemas/ # JSON schemas
|
|
116
|
-
│ ├── templates/ # Session templates
|
|
146
|
+
│ ├── templates/ # Session templates, ATDD.md
|
|
117
147
|
│ └── validators/ # Coach validators
|
|
118
148
|
├── planner/
|
|
119
149
|
│ ├── conventions/ # Planning conventions
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atdd
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: ATDD Platform - Acceptance Test Driven Development toolkit
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -18,10 +18,10 @@ Acceptance Test Driven Development toolkit for structured planning and conventio
|
|
|
18
18
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
|
-
### From
|
|
21
|
+
### From PyPI
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
pip install
|
|
24
|
+
pip install atdd
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
### For Development
|
|
@@ -38,13 +38,6 @@ pip install -e ".[dev]"
|
|
|
38
38
|
atdd --help
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
### Future: PyPI
|
|
42
|
-
|
|
43
|
-
Once published to PyPI:
|
|
44
|
-
```bash
|
|
45
|
-
pip install atdd
|
|
46
|
-
```
|
|
47
|
-
|
|
48
41
|
## Quick Start
|
|
49
42
|
|
|
50
43
|
```bash
|
|
@@ -57,6 +50,9 @@ atdd session new my-feature
|
|
|
57
50
|
# List sessions
|
|
58
51
|
atdd session list
|
|
59
52
|
|
|
53
|
+
# Sync ATDD rules to agent config files
|
|
54
|
+
atdd sync
|
|
55
|
+
|
|
60
56
|
# Run validators
|
|
61
57
|
atdd --test all
|
|
62
58
|
```
|
|
@@ -68,24 +64,27 @@ ATDD provides:
|
|
|
68
64
|
1. **Session Management** - Structured planning documents with templates and tracking
|
|
69
65
|
2. **Convention Enforcement** - YAML-based conventions validated via pytest
|
|
70
66
|
3. **ATDD Lifecycle** - Planner → Tester → Coder phase gates
|
|
67
|
+
4. **Agent Config Sync** - Keep ATDD rules in sync across AI agent config files
|
|
71
68
|
|
|
72
69
|
## Commands
|
|
73
70
|
|
|
74
71
|
### Project Initialization
|
|
75
72
|
|
|
76
73
|
```bash
|
|
77
|
-
atdd init # Create atdd-sessions
|
|
74
|
+
atdd init # Create atdd-sessions/, .atdd/, and CLAUDE.md
|
|
78
75
|
atdd init --force # Reinitialize (overwrites existing)
|
|
79
76
|
```
|
|
80
77
|
|
|
81
78
|
Creates:
|
|
82
79
|
```
|
|
83
80
|
your-project/
|
|
81
|
+
├── CLAUDE.md # With managed ATDD block
|
|
84
82
|
├── atdd-sessions/
|
|
85
83
|
│ ├── SESSION-TEMPLATE.md
|
|
86
84
|
│ └── archive/
|
|
87
85
|
└── .atdd/
|
|
88
|
-
|
|
86
|
+
├── manifest.yaml # Session tracking
|
|
87
|
+
└── config.yaml # Agent sync configuration
|
|
89
88
|
```
|
|
90
89
|
|
|
91
90
|
### Session Management
|
|
@@ -100,6 +99,36 @@ atdd session sync # Sync manifest with files
|
|
|
100
99
|
|
|
101
100
|
Session types: `implementation`, `migration`, `refactor`, `analysis`, `planning`, `cleanup`, `tracking`
|
|
102
101
|
|
|
102
|
+
### Agent Config Sync
|
|
103
|
+
|
|
104
|
+
Sync ATDD rules to agent config files using managed blocks that preserve user content:
|
|
105
|
+
|
|
106
|
+
```bash
|
|
107
|
+
atdd sync # Sync all enabled agents from config
|
|
108
|
+
atdd sync --agent claude # Sync specific agent only
|
|
109
|
+
atdd sync --verify # Check if files are in sync (for CI)
|
|
110
|
+
atdd sync --status # Show sync status for all agents
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Supported agents:
|
|
114
|
+
| Agent | File |
|
|
115
|
+
|-------|------|
|
|
116
|
+
| claude | CLAUDE.md |
|
|
117
|
+
| codex | AGENTS.md |
|
|
118
|
+
| gemini | GEMINI.md |
|
|
119
|
+
| qwen | QWEN.md |
|
|
120
|
+
|
|
121
|
+
Configure which agents to sync in `.atdd/config.yaml`:
|
|
122
|
+
```yaml
|
|
123
|
+
version: "1.0"
|
|
124
|
+
sync:
|
|
125
|
+
agents:
|
|
126
|
+
- claude # Enabled by default
|
|
127
|
+
# - codex # Uncomment to sync AGENTS.md
|
|
128
|
+
# - gemini # Uncomment to sync GEMINI.md
|
|
129
|
+
# - qwen # Uncomment to sync QWEN.md
|
|
130
|
+
```
|
|
131
|
+
|
|
103
132
|
### Validation
|
|
104
133
|
|
|
105
134
|
```bash
|
|
@@ -126,8 +155,9 @@ src/atdd/
|
|
|
126
155
|
├── coach/
|
|
127
156
|
│ ├── commands/ # CLI command implementations
|
|
128
157
|
│ ├── conventions/ # Coach conventions (YAML)
|
|
158
|
+
│ ├── overlays/ # Agent-specific additions
|
|
129
159
|
│ ├── schemas/ # JSON schemas
|
|
130
|
-
│ ├── templates/ # Session templates
|
|
160
|
+
│ ├── templates/ # Session templates, ATDD.md
|
|
131
161
|
│ └── validators/ # Coach validators
|
|
132
162
|
├── planner/
|
|
133
163
|
│ ├── conventions/ # Planning conventions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{atdd-0.1.0 → atdd-0.2.0}/src/atdd/tester/validators/test_acceptance_urn_filename_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|