PYPI.md
pyproject.toml
autoknit.egg-info/PKG-INFO
autoknit.egg-info/SOURCES.txt
autoknit.egg-info/dependency_links.txt
autoknit.egg-info/entry_points.txt
autoknit.egg-info/requires.txt
autoknit.egg-info/top_level.txt
autoknit_pkg/__init__.py
autoknit_pkg/cli.py
autoknit_pkg/framework/CHANGELOG.md
autoknit_pkg/framework/PRD-dsh_cockpit-m01.md
autoknit_pkg/framework/PRD-dsh_cockpit-m02.md
autoknit_pkg/framework/PRD-dsh_cockpit-m04.md
autoknit_pkg/framework/QUICKSTART.md
autoknit_pkg/framework/README.md
autoknit_pkg/framework/README.zh-CN.md
autoknit_pkg/framework/dflow.example.yaml
autoknit_pkg/framework/install.sh
autoknit_pkg/framework/docs/architecture.md
autoknit_pkg/framework/docs/benchmark.md
autoknit_pkg/framework/docs/cli.md
autoknit_pkg/framework/docs/faq.md
autoknit_pkg/framework/docs/install.md
autoknit_pkg/framework/docs/quickstart.md
autoknit_pkg/framework/e2e/README.md
autoknit_pkg/framework/e2e/run_e2e.py
autoknit_pkg/framework/e2e/task.yaml
autoknit_pkg/framework/e2e/drivers/e2e-auditor.py
autoknit_pkg/framework/e2e/drivers/e2e-executor.py
autoknit_pkg/framework/fw-api/README.md
autoknit_pkg/framework/fw-api/pyproject.toml
autoknit_pkg/framework/fw-api/src/fw_api/__init__.py
autoknit_pkg/framework/fw-api/src/fw_api/dir_reader.py
autoknit_pkg/framework/fw-api/src/fw_api/dsh_task_list.py
autoknit_pkg/framework/fw-api/src/fw_api/fwr_detail.py
autoknit_pkg/framework/fw-api/src/fw_api/parser.py
autoknit_pkg/framework/fw-api/src/fw_api/session_detail.py
autoknit_pkg/framework/fw-api/src/fw_api/status.py
autoknit_pkg/framework/fw-api/src/fw_api/task_detail.py
autoknit_pkg/framework/fw-api/src/fw_api/task_list_service.py
autoknit_pkg/framework/fw-api/src/fw_api/usage_summary.py
autoknit_pkg/framework/fw-api/src/fw_api/usage_update.py
autoknit_pkg/framework/fw-api/src/fw_api/fwr_dir/__init__.py
autoknit_pkg/framework/fw-api/src/fw_api/fwr_status/__init__.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/__init__.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/bridge.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/channel.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/effect.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/errors.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/push.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/service.py
autoknit_pkg/framework/fw-api/src/fw_api/reply/status.py
autoknit_pkg/framework/fw-api/src/fw_api/task_update/__init__.py
autoknit_pkg/framework/fw-api/src/fw_api/task_update/broadcast.py
autoknit_pkg/framework/fw-api/src/fw_api/task_update/watcher.py
autoknit_pkg/framework/fw-api/test/conftest.py
autoknit_pkg/framework/fw-api/test/test_detail_auditor.py
autoknit_pkg/framework/fw-api/test/test_detail_empty.py
autoknit_pkg/framework/fw-api/test/test_detail_executor.py
autoknit_pkg/framework/fw-api/test/test_integration_m01_m02.py
autoknit_pkg/framework/fw-api/test/test_task_list.py
autoknit_pkg/framework/fw-budget/README.md
autoknit_pkg/framework/fw-budget/pyproject.toml
autoknit_pkg/framework/fw-budget/bin/fw-budget
autoknit_pkg/framework/fw-budget/docs/budget-spec.md
autoknit_pkg/framework/fw-budget/fw_budget/__init__.py
autoknit_pkg/framework/fw-budget/fw_budget/__main__.py
autoknit_pkg/framework/fw-budget/fw_budget/cli.py
autoknit_pkg/framework/fw-budget/fw_budget/gate_state.py
autoknit_pkg/framework/fw-budget/fw_budget/manage.py
autoknit_pkg/framework/fw-budget/fw_budget/meter.py
autoknit_pkg/framework/fw-budget/fw_budget/report.py
autoknit_pkg/framework/fw-budget/tests/conftest.py
autoknit_pkg/framework/fw-budget/tests/helpers.py
autoknit_pkg/framework/fw-budget/tests/test_acceptance1_warn_ranking.py
autoknit_pkg/framework/fw-budget/tests/test_acceptance2_hard_stop.py
autoknit_pkg/framework/fw-budget/tests/test_acceptance3_resume.py
autoknit_pkg/framework/fw-budget/tests/test_cli.py
autoknit_pkg/framework/fw-budget/tests/test_cli_e2e_resume.py
autoknit_pkg/framework/fw-budget/tests/test_gate_state.py
autoknit_pkg/framework/fw-budget/tests/test_manage.py
autoknit_pkg/framework/fw-budget/tests/test_meter.py
autoknit_pkg/framework/fw-data-bridge/README.md
autoknit_pkg/framework/fw-data-bridge/contract.yaml
autoknit_pkg/framework/fw-data-bridge/run-bridge-demo.sh
autoknit_pkg/framework/fw-data-bridge/需求重定义-2026-09-01.md
autoknit_pkg/framework/fw-data-bridge/contrib/fw-run.sh.registry-segment.sh
autoknit_pkg/framework/fw-data-bridge/src/fwapi/__init__.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/__main__.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/registry.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/serve.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/__init__.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/events.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/reply.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/session_index.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/task.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/dsh/usage.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/storage/__init__.py
autoknit_pkg/framework/fw-data-bridge/src/fwapi/storage/archive.py
autoknit_pkg/framework/fw-data-bridge/test/conftest.py
autoknit_pkg/framework/fw-data-bridge/test/test_final_archive_events_registry.py
autoknit_pkg/framework/fw-data-bridge/test/test_registry_runs.py
autoknit_pkg/framework/fw-data-bridge/test/test_runs_tree.py
autoknit_pkg/framework/fw-data-bridge/test/test_serve.py
autoknit_pkg/framework/fw-data-bridge/test/test_timeline_reply.py
autoknit_pkg/framework/fw-data-bridge/test/test_usage_events_health.py
autoknit_pkg/framework/fw-data-bridge/test/test_usage_run.py
autoknit_pkg/framework/fw-integrate/README.md
autoknit_pkg/framework/fw-integrate/pyproject.toml
autoknit_pkg/framework/fw-integrate/bin/fw-integrate
autoknit_pkg/framework/fw-integrate/docs/integrate-spec.md
autoknit_pkg/framework/fw-integrate/examples/auditor-conform.py
autoknit_pkg/framework/fw-integrate/examples/executor-conform.py
autoknit_pkg/framework/fw-integrate/fw_integrate/__init__.py
autoknit_pkg/framework/fw-integrate/fw_integrate/__main__.py
autoknit_pkg/framework/fw-integrate/fw_integrate/archive.py
autoknit_pkg/framework/fw-integrate/fw_integrate/baseline.py
autoknit_pkg/framework/fw-integrate/fw_integrate/checks.py
autoknit_pkg/framework/fw-integrate/fw_integrate/cli.py
autoknit_pkg/framework/fw-integrate/fw_integrate/context.py
autoknit_pkg/framework/fw-integrate/fw_integrate/hook.py
autoknit_pkg/framework/fw-integrate/fw_integrate/report.py
autoknit_pkg/framework/fw-integrate/tests/conftest.py
autoknit_pkg/framework/fw-integrate/tests/helpers.py
autoknit_pkg/framework/fw-integrate/tests/test_acceptance1_interface_mismatch.py
autoknit_pkg/framework/fw-integrate/tests/test_acceptance2_baseline.py
autoknit_pkg/framework/fw-integrate/tests/test_acceptance3_complete_archive.py
autoknit_pkg/framework/fw-integrate/tests/test_archive.py
autoknit_pkg/framework/fw-integrate/tests/test_baseline.py
autoknit_pkg/framework/fw-integrate/tests/test_checks_data_format.py
autoknit_pkg/framework/fw-integrate/tests/test_checks_dependency.py
autoknit_pkg/framework/fw-integrate/tests/test_checks_interface.py
autoknit_pkg/framework/fw-integrate/tests/test_cli.py
autoknit_pkg/framework/fw-integrate/tests/test_confirm_end_gate_always.py
autoknit_pkg/framework/fw-integrate/tests/test_hook.py
autoknit_pkg/framework/fw-integrate/tests/test_report.py
autoknit_pkg/framework/fw-merge/README.md
autoknit_pkg/framework/fw-merge/src/fw_merge/__init__.py
autoknit_pkg/framework/fw-merge/src/fw_merge/__main__.py
autoknit_pkg/framework/fw-merge/src/fw_merge/api.py
autoknit_pkg/framework/fw-merge/src/fw_merge/cli.py
autoknit_pkg/framework/fw-merge/src/fw_merge/compile.py
autoknit_pkg/framework/fw-merge/src/fw_merge/conflicts.py
autoknit_pkg/framework/fw-merge/src/fw_merge/depgraph.py
autoknit_pkg/framework/fw-merge/src/fw_merge/engine.py
autoknit_pkg/framework/fw-merge/src/fw_merge/interfaces.py
autoknit_pkg/framework/fw-merge/src/fw_merge/loader.py
autoknit_pkg/framework/fw-merge/src/fw_merge/model.py
autoknit_pkg/framework/fw-merge/src/fw_merge/signatures.py
autoknit_pkg/framework/fw-merge/src/fw_merge/skeleton.py
autoknit_pkg/framework/fw-merge/src/fw_merge/wiring.py
autoknit_pkg/framework/fw-merge/test/conftest.py
autoknit_pkg/framework/fw-merge/test/helpers.py
autoknit_pkg/framework/fw-merge/test/test_api.py
autoknit_pkg/framework/fw-merge/test/test_cli.py
autoknit_pkg/framework/fw-merge/test/test_conflicts.py
autoknit_pkg/framework/fw-merge/test/test_depgraph.py
autoknit_pkg/framework/fw-merge/test/test_final_conflicts.py
autoknit_pkg/framework/fw-merge/test/test_interfaces.py
autoknit_pkg/framework/fw-merge/test/test_loader.py
autoknit_pkg/framework/fw-merge/test/test_signatures.py
autoknit_pkg/framework/fw-merge/test/test_skeleton.py
autoknit_pkg/framework/fw-merge/test/test_wiring.py
autoknit_pkg/framework/fw-panel/README.md
autoknit_pkg/framework/fw-panel/plugin/cordis.patch.yml
autoknit_pkg/framework/fw-panel/plugin/docs/cordis-patch-mount.md
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/README.md
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/build.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/package.json
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/verify_bundle.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/dist/client.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/client.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/data-bridge.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/i18n.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/index.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/logic.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/style.js
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/lib/styles.css
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/events.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/final.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/helpers.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/node-half.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/pipeline.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/plugin.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/polish.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/reply.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/route-map.test.mjs
autoknit_pkg/framework/fw-panel/plugin/dsh-client-ui-autoknit/test/runs.test.mjs
autoknit_pkg/framework/fw-panel/plugin/verify_plugin/bundle.json
autoknit_pkg/framework/fw-panel/plugin/verify_plugin/plugin.min.mjs
autoknit_pkg/framework/fw-panel/plugin/verify_plugin/verify_plugin.mjs
autoknit_pkg/framework/fw-panel/src/autoknit_panel/__init__.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/answer.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/blocker.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/builder.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/consumption.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/control.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/decision.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/enums.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/events.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/paths.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/pending.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/progress.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/snapshot.py
autoknit_pkg/framework/fw-panel/src/autoknit_panel/state.py
autoknit_pkg/framework/fw-panel/test/conftest.py
autoknit_pkg/framework/fw-panel/test/test_builder.py
autoknit_pkg/framework/fw-panel/test/test_pending.py
autoknit_pkg/framework/fw-panel/test/test_progress.py
autoknit_pkg/framework/fw-panel/test/test_snapshot.py
autoknit_pkg/framework/fw-panel/test/test_state.py
autoknit_pkg/framework/fw-panel/test/fixtures/dispatch.jsonl
autoknit_pkg/framework/fw-panel/test/fixtures/human_pending.json
autoknit_pkg/framework/fw-panel/test/fixtures/snapshot.json
autoknit_pkg/framework/fw-panel/test/fixtures/snapshot_contract.json
autoknit_pkg/framework/fw-panel/test_m03a/test_answer.py
autoknit_pkg/framework/fw-panel/test_m03a/test_control.py
autoknit_pkg/framework/fw-panel/test_m03a/test_decision.py
autoknit_pkg/framework/fw-planonly/README.md
autoknit_pkg/framework/fw-planonly/pyproject.toml
autoknit_pkg/framework/fw-planonly/src/autoknit/__init__.py
autoknit_pkg/framework/fw-planonly/src/autoknit/__main__.py
autoknit_pkg/framework/fw-planonly/src/autoknit/api.py
autoknit_pkg/framework/fw-planonly/src/autoknit/checkpoint.py
autoknit_pkg/framework/fw-planonly/src/autoknit/cli.py
autoknit_pkg/framework/fw-planonly/src/autoknit/data_contract.py
autoknit_pkg/framework/fw-planonly/src/autoknit/errors.py
autoknit_pkg/framework/fw-planonly/src/autoknit/ledger.py
autoknit_pkg/framework/fw-planonly/src/autoknit/models.py
autoknit_pkg/framework/fw-planonly/src/autoknit/paths.py
autoknit_pkg/framework/fw-planonly/src/autoknit/planner.py
autoknit_pkg/framework/fw-planonly/src/autoknit/prd_parser.py
autoknit_pkg/framework/fw-planonly/src/autoknit/resume.py
autoknit_pkg/framework/fw-planonly/src/autoknit/runner.py
autoknit_pkg/framework/fw-planonly/src/autoknit/summary.py
autoknit_pkg/framework/fw-planonly/src/autoknit/task_yaml.py
autoknit_pkg/framework/fw-planonly/test/conftest.py
autoknit_pkg/framework/fw-planonly/test/test_checkpoint_ledger.py
autoknit_pkg/framework/fw-planonly/test/test_plan_only_cli.py
autoknit_pkg/framework/fw-planonly/test/test_run_resume.py
autoknit_pkg/framework/fw-planonly/test/test_summary.py
autoknit_pkg/framework/fw-planonly/test/test_task_yaml.py
autoknit_pkg/framework/fw-protocol/README.md
autoknit_pkg/framework/fw-protocol/conftest.py
autoknit_pkg/framework/fw-protocol/pyproject.toml
autoknit_pkg/framework/fw-protocol/bin/fw-protocol
autoknit_pkg/framework/fw-protocol/docs/schema.md
autoknit_pkg/framework/fw-protocol/examples/task-conflict.yaml
autoknit_pkg/framework/fw-protocol/examples/task-cycle.yaml
autoknit_pkg/framework/fw-protocol/examples/task-interface-dup.yaml
autoknit_pkg/framework/fw-protocol/examples/task-valid.yaml
autoknit_pkg/framework/fw-protocol/fw_protocol/__init__.py
autoknit_pkg/framework/fw-protocol/fw_protocol/__main__.py
autoknit_pkg/framework/fw-protocol/fw_protocol/cli.py
autoknit_pkg/framework/fw-protocol/fw_protocol/conflicts.py
autoknit_pkg/framework/fw-protocol/fw_protocol/dependencies.py
autoknit_pkg/framework/fw-protocol/fw_protocol/interfaces.py
autoknit_pkg/framework/fw-protocol/fw_protocol/io_utils.py
autoknit_pkg/framework/fw-protocol/fw_protocol/model.py
autoknit_pkg/framework/fw-protocol/fw_protocol/schema.py
autoknit_pkg/framework/fw-protocol/fw_protocol/validate.py
autoknit_pkg/framework/fw-protocol/schema/task-schema.json
autoknit_pkg/framework/fw-protocol/tests/conftest.py
autoknit_pkg/framework/fw-protocol/tests/test_acceptance_conflict.py
autoknit_pkg/framework/fw-protocol/tests/test_cli.py
autoknit_pkg/framework/fw-protocol/tests/test_dependency_cycle.py
autoknit_pkg/framework/fw-protocol/tests/test_fullwidth.py
autoknit_pkg/framework/fw-protocol/tests/test_interface_duplicate.py
autoknit_pkg/framework/fw-protocol/tests/test_round_estimate.py
autoknit_pkg/framework/fw-protocol/tests/test_valid_task.py
autoknit_pkg/framework/fw-runner/README.md
autoknit_pkg/framework/fw-runner/pyproject.toml
autoknit_pkg/framework/fw-runner/bin/fw-auditor.sh
autoknit_pkg/framework/fw-runner/bin/fw-env
autoknit_pkg/framework/fw-runner/bin/fw-env-bootstrap.sh
autoknit_pkg/framework/fw-runner/bin/fw-executor.sh
autoknit_pkg/framework/fw-runner/bin/fw-panorama
autoknit_pkg/framework/fw-runner/bin/fw-runner
autoknit_pkg/framework/fw-runner/bin/fw-spawn.py
autoknit_pkg/framework/fw-runner/bin/fw-trace.py
autoknit_pkg/framework/fw-runner/docs/runner-spec.md
autoknit_pkg/framework/fw-runner/examples/task-3modules.yaml
autoknit_pkg/framework/fw-runner/fw_runner/__init__.py
autoknit_pkg/framework/fw-runner/fw_runner/__main__.py
autoknit_pkg/framework/fw-runner/fw_runner/budget_hook.py
autoknit_pkg/framework/fw-runner/fw_runner/checkpoint.py
autoknit_pkg/framework/fw-runner/fw_runner/cli.py
autoknit_pkg/framework/fw-runner/fw_runner/config.py
autoknit_pkg/framework/fw-runner/fw_runner/config_cli.py
autoknit_pkg/framework/fw-runner/fw_runner/context.py
autoknit_pkg/framework/fw-runner/fw_runner/drivers.py
autoknit_pkg/framework/fw-runner/fw_runner/events.py
autoknit_pkg/framework/fw-runner/fw_runner/fork.py
autoknit_pkg/framework/fw-runner/fw_runner/heartbeat.py
autoknit_pkg/framework/fw-runner/fw_runner/human.py
autoknit_pkg/framework/fw-runner/fw_runner/integrate_hook.py
autoknit_pkg/framework/fw-runner/fw_runner/io_utils.py
autoknit_pkg/framework/fw-runner/fw_runner/model.py
autoknit_pkg/framework/fw-runner/fw_runner/progress.py
autoknit_pkg/framework/fw-runner/fw_runner/registry.py
autoknit_pkg/framework/fw-runner/fw_runner/review.py
autoknit_pkg/framework/fw-runner/fw_runner/runner.py
autoknit_pkg/framework/fw-runner/fw_runner/scheduler.py
autoknit_pkg/framework/fw-runner/fw_runner/split.py
autoknit_pkg/framework/fw-runner/fw_runner/upgrade.py
autoknit_pkg/framework/fw-runner/fw_runner/prompts/split.md
autoknit_pkg/framework/fw-runner/fw_runner/scripts/fw-auditor-demo
autoknit_pkg/framework/fw-runner/fw_runner/scripts/fw-executor-demo
autoknit_pkg/framework/fw-runner/fw_runner/scripts/fw-split.sh
autoknit_pkg/framework/fw-runner/tests/conftest.py
autoknit_pkg/framework/fw-runner/tests/helpers.py
autoknit_pkg/framework/fw-runner/tests/test_acceptance1_parallel.py
autoknit_pkg/framework/fw-runner/tests/test_acceptance2_dependency.py
autoknit_pkg/framework/fw-runner/tests/test_acceptance3_upgrade_chain.py
autoknit_pkg/framework/fw-runner/tests/test_acceptance4_resume.py
autoknit_pkg/framework/fw-runner/tests/test_auditor_repair.py
autoknit_pkg/framework/fw-runner/tests/test_auditor_v1.py
autoknit_pkg/framework/fw-runner/tests/test_budget_hook.py
autoknit_pkg/framework/fw-runner/tests/test_checkpoint.py
autoknit_pkg/framework/fw-runner/tests/test_cli.py
autoknit_pkg/framework/fw-runner/tests/test_config_v1.py
autoknit_pkg/framework/fw-runner/tests/test_context_scheduler.py
autoknit_pkg/framework/fw-runner/tests/test_env_error_handling.py
autoknit_pkg/framework/fw-runner/tests/test_event_seq.py
autoknit_pkg/framework/fw-runner/tests/test_events_checkpoint_v1.py
autoknit_pkg/framework/fw-runner/tests/test_evidence_gate.py
autoknit_pkg/framework/fw-runner/tests/test_exit_gate.py
autoknit_pkg/framework/fw-runner/tests/test_heartbeat.py
autoknit_pkg/framework/fw-runner/tests/test_human_v1.py
autoknit_pkg/framework/fw-runner/tests/test_integrate_hook.py
autoknit_pkg/framework/fw-runner/tests/test_model_v1.py
autoknit_pkg/framework/fw-runner/tests/test_progress_handover.py
autoknit_pkg/framework/fw-runner/tests/test_progress_snapshot.py
autoknit_pkg/framework/fw-runner/tests/test_registry_v1.py
autoknit_pkg/framework/fw-runner/tests/test_review.py
autoknit_pkg/framework/fw-runner/tests/test_root_cause_routing.py
autoknit_pkg/framework/fw-runner/tests/test_runner_v1.py
autoknit_pkg/framework/fw-runner/tests/test_split_v1.py
autoknit_pkg/framework/fw-runner/tests/test_subprocess_drivers.py
autoknit_pkg/framework/fw-runner/tests/test_upgrade_v1.py
autoknit_pkg/framework/fw-scaffold/README.md
autoknit_pkg/framework/fw-scaffold/pyproject.toml
autoknit_pkg/framework/fw-scaffold/bin/fw-scaffold
autoknit_pkg/framework/fw-scaffold/docs/scaffold-spec.md
autoknit_pkg/framework/fw-scaffold/examples/task-valid.yaml
autoknit_pkg/framework/fw-scaffold/fw_scaffold/__init__.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/__main__.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/cli.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/derive.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/io_utils.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/scaffold.py
autoknit_pkg/framework/fw-scaffold/fw_scaffold/templates.py
autoknit_pkg/framework/fw-scaffold/tests/conftest.py
autoknit_pkg/framework/fw-scaffold/tests/test_acceptance1_tree.py
autoknit_pkg/framework/fw-scaffold/tests/test_acceptance2_module.py
autoknit_pkg/framework/fw-scaffold/tests/test_acceptance3_shared_tmp.py
autoknit_pkg/framework/fw-scaffold/tests/test_atomic_guard.py
autoknit_pkg/framework/fw-scaffold/tests/test_cli.py
autoknit_pkg/framework/fw-scaffold/tests/test_protocol_integration.py
autoknit_pkg/framework/fw-tools/README.md
autoknit_pkg/framework/fw-tools/autoknit
autoknit_pkg/framework/fw-tools/code-stats.py
autoknit_pkg/framework/fw-tools/fw-dashboard.py
autoknit_pkg/framework/fw-tools/fw-doctor.py
autoknit_pkg/framework/fw-tools/fw-new.sh
autoknit_pkg/framework/fw-tools/fw-normalize.py
autoknit_pkg/framework/fw-tools/fw-run.sh
autoknit_pkg/framework/fw-tools/fw-status.py
autoknit_pkg/framework/fw-tools/fw-token.py
autoknit_pkg/framework/fw-tools/fw-upstream.py
autoknit_pkg/framework/fw-tools/运行手册-首跑记录.md
autoknit_pkg/framework/fw-tools/tests/test_fw_normalize.py
autoknit_pkg/framework/presets/README.md
autoknit_pkg/framework/presets/docs/presets-spec.md
autoknit_pkg/framework/presets/examples/auditor-outcome-block-contract.json
autoknit_pkg/framework/presets/examples/auditor-outcome-block-self.json
autoknit_pkg/framework/presets/examples/auditor-outcome-block-upstream.json
autoknit_pkg/framework/presets/examples/auditor-outcome-low-confidence.json
autoknit_pkg/framework/presets/examples/auditor-outcome-pass.json
autoknit_pkg/framework/presets/examples/auditor-report-block-contract.md
autoknit_pkg/framework/presets/examples/auditor-report-block-self.md
autoknit_pkg/framework/presets/examples/auditor-report-block-upstream.md
autoknit_pkg/framework/presets/examples/auditor-report-low-confidence.md
autoknit_pkg/framework/presets/examples/auditor-report-pass.md
autoknit_pkg/framework/presets/fw-auditor/agent.cordis.yml
autoknit_pkg/framework/presets/fw-auditor/preset.yml
autoknit_pkg/framework/presets/fw-executor/agent.cordis.yml
autoknit_pkg/framework/presets/fw-executor/preset.yml
autoknit_pkg/framework/presets/fw-planner/agent.cordis.yml
autoknit_pkg/framework/presets/fw-planner/preset.yml
autoknit_pkg/framework/presets/fw_presets/__init__.py
autoknit_pkg/framework/presets/fw_presets/auditor_outcome.py
autoknit_pkg/framework/presets/fw_presets/persona.py
autoknit_pkg/framework/presets/protocol/auditor-outcome.schema.json
autoknit_pkg/framework/presets/protocol/four-segment-line.md
autoknit_pkg/framework/presets/tests/test_auditor_outcome.py
autoknit_pkg/framework/presets/tests/test_persona_rules.py
autoknit_pkg/framework/presets/tests/test_presets_metadata.py
autoknit_pkg/framework/prompts/auditor.md
autoknit_pkg/framework/prompts/executor.md
autoknit_pkg/framework/prompts/planner.md
autoknit_pkg/framework/prompts/split.md
autoknit_pkg/framework/pypi/PYPI.md
autoknit_pkg/framework/pypi/README.md
autoknit_pkg/framework/pypi/pyproject.toml
autoknit_pkg/framework/pypi/autoknit_pkg/__init__.py
autoknit_pkg/framework/pypi/autoknit_pkg/cli.py