PyPI project
abi-prd
4 indexed releases ยท newest sdist 0.1.4 with 62 indexed members
Files in 0.1.4 abi_prd-0.1.4.tar.gz
- script/_lib/changelog_update.py
- script/gate_presentation.py
- script/verify.py
- src/dpe/__init__.py
- src/dpe/adapters/__init__.py
- src/dpe/adapters/anthropic_api.py
- src/dpe/adapters/base.py
- src/dpe/adapters/claude_code_cli.py
- src/dpe/adapters/codex_cli.py
- src/dpe/adapters/local.py
- src/dpe/adapters/openai_api.py
- src/dpe/adapters/registry.py
- src/dpe/adapters/simulation.py
- src/dpe/artifacts/__init__.py
- src/dpe/artifacts/registry.py
- src/dpe/cli.py
- src/dpe/core_bridge/__init__.py
- src/dpe/core_bridge/_emitter.py
- src/dpe/core_bridge/_errors.py
- src/dpe/core_bridge/_eval_suite.py
- src/dpe/core_bridge/_plan_graph.py
- src/dpe/core_bridge/_run_id.py
- src/dpe/core_bridge/_run_manifest_core.py
- src/dpe/engine/__init__.py
- src/dpe/engine/budget.py
- src/dpe/engine/config_loader.py
- src/dpe/engine/logging_config.py
- src/dpe/engine/orchestrator.py
- src/dpe/engine/prompts.py
- src/dpe/engine/states.py
- src/dpe/mcp/__init__.py
- src/dpe/mcp/server.py
- src/dpe/models/__init__.py
- src/dpe/models/acceptance_criteria.py
- src/dpe/models/adapter.py
- src/dpe/models/config.py
- src/dpe/models/manifest.py
- src/dpe/prompt_compiler.py
- src/dpe/seed_to_prd.py
- src/dpe/validation/__init__.py
- src/dpe/validation/ac_parser.py
- tests/__init__.py
- tests/test_acceptance_criteria.py
- tests/test_artifacts.py
- tests/test_budget.py
- tests/test_config.py
- tests/test_core_bridge/__init__.py
- tests/test_core_bridge/conftest.py
- tests/test_core_bridge/test_emitter.py
- tests/test_core_bridge/test_eval_suite.py
- tests/test_core_bridge/test_hash_stability.py
- tests/test_core_bridge/test_plan_graph.py
- tests/test_core_bridge/test_run_id.py
- tests/test_core_bridge/test_run_manifest_core.py
- tests/test_dry_run.py
- tests/test_edge_cases.py
- tests/test_healthcheck.py
- tests/test_mcp.py
- tests/test_prd_governance.py
- tests/test_simulation.py
- tests/test_smoke.py
- tests/test_states.py