LICENSE
README.md
pyproject.toml
benchmark/__init__.py
benchmark/run_benchmark.py
benchmark/expected/expected_features.json
benchmark/expected/expected_rejections.json
benchmark/prompts/clean_prompts.json
benchmark/prompts/default_prompts.json
benchmark/prompts/edit_prompts.json
benchmark/prompts/hole_pattern_prompts.json
benchmark/prompts/l_bracket_clean_prompts.json
benchmark/prompts/l_bracket_default_prompts.json
benchmark/prompts/l_bracket_edit_prompts.json
benchmark/prompts/l_bracket_optional_feature_prompts.json
benchmark/prompts/l_bracket_rejection_prompts.json
benchmark/prompts/optional_feature_prompts.json
benchmark/prompts/rejection_prompts.json
harness/__init__.py
harness/orchestrator.py
harness/adversarial/__init__.py
harness/adversarial/adversarial_prompts.json
harness/adversarial/rejection_harness.py
harness/edits/__init__.py
harness/edits/edit_chains.json
harness/edits/edit_preservation_harness.py
harness/reports/__init__.py
harness/reports/report_schema.py
harness/sweeps/__init__.py
harness/sweeps/parameter_sweep.py
harness/sweeps/sweep_cases.yaml
harness/topology/__init__.py
harness/topology/shape_inspector.py
harness/topology/volume_delta.py
intentforge/__init__.py
intentforge/cli.py
intentforge/config.py
intentforge/demo_runner.py
intentforge/output_manager.py
intentforge/workflows.py
intentforge.egg-info/PKG-INFO
intentforge.egg-info/SOURCES.txt
intentforge.egg-info/dependency_links.txt
intentforge.egg-info/entry_points.txt
intentforge.egg-info/requires.txt
intentforge.egg-info/top_level.txt
intentforge/api/__init__.py
intentforge/api/app.py
intentforge/api/artifacts.py
intentforge/api/routes.py
intentforge/api/schemas.py
intentforge/api/security.py
intentforge/api/server.py
intentforge/client/__init__.py
intentforge/client/repl.py
intentforge/contracts/__init__.py
intentforge/contracts/artifacts.py
intentforge/contracts/errors.py
intentforge/contracts/responses.py
intentforge/editor/__init__.py
intentforge/editor/edit_intent_handler.py
intentforge/features/__init__.py
intentforge/features/flags.py
intentforge/generator/__init__.py
intentforge/generator/cadquery_generator.py
intentforge/llm/__init__.py
intentforge/llm/mock_provider.py
intentforge/llm/prompts.py
intentforge/llm/provider.py
intentforge/llm/schema_guard.py
intentforge/llm/translator.py
intentforge/parameters/__init__.py
intentforge/parameters/aliases.py
intentforge/parser/__init__.py
intentforge/parser/edit_parser.py
intentforge/parser/requirement_parser.py
intentforge/planner/__init__.py
intentforge/planner/feature_planner.py
intentforge/schemas/__init__.py
intentforge/schemas/constraint_schema.py
intentforge/schemas/edit_schema.py
intentforge/schemas/feature_schema.py
intentforge/schemas/intent_schema.py
intentforge/schemas/parameter_schema.py
intentforge/schemas/validation_schema.py
intentforge/validator/__init__.py
intentforge/validator/geometry_validator.py
intentforge/validator/intent_validator.py
mcp_server/__init__.py
mcp_server/server.py
mcp_server/tools.py
tests/test_adversarial_harness.py
tests/test_api.py
tests/test_benchmark.py
tests/test_bracket_generation.py
tests/test_client.py
tests/test_config.py
tests/test_contracts.py
tests/test_demo_scripts.py
tests/test_edit_intent.py
tests/test_edit_parser.py
tests/test_edit_preservation_harness.py
tests/test_geometry_validation.py
tests/test_intent_validation.py
tests/test_l_bracket.py
tests/test_llm_translator.py
tests/test_mcp_tools.py
tests/test_parameter_sweep.py
tests/test_release_readiness.py
tests/test_requirement_parser.py
tests/test_schemas.py
tests/test_shape_inspector.py
tests/test_technical_harness.py
tests/test_validation.py
tests/test_volume_delta.py