LICENSE
README.md
pyproject.toml
scalpel/__init__.py
scalpel/api.py
scalpel/bench.py
scalpel/cli.py
scalpel/goals.json
scalpel/goals.py
scalpel/html_extract.py
scalpel/interval.py
scalpel/metrics.py
scalpel/model.py
scalpel/normalize.py
scalpel/palette.py
scalpel/payload.py
scalpel/planner.py
scalpel/query.py
scalpel/query_lang.py
scalpel/schema.py
scalpel/schema_v1.py
scalpel/taskwarrior.py
scalpel/validate.py
scalpel/ai/__init__.py
scalpel/ai/apply.py
scalpel/ai/interface.py
scalpel/ai/io.py
scalpel/ai/plan_contract.py
scalpel/ai/plan_io.py
scalpel/ai/plan_v2.py
scalpel/ai/slots.py
scalpel/render/html_markup.py
scalpel/render/html_shell.py
scalpel/render/inline.py
scalpel/render/inline_css.py
scalpel/render/inline_js.py
scalpel/render/nautical-readme.md
scalpel/render/template.py
scalpel/render/template_plan_due_dur.patch
scalpel/render/today_template.html
scalpel/render/css/__init__.py
scalpel/render/css/base.py
scalpel/render/css/calendar.py
scalpel/render/css/header_layout.py
scalpel/render/css/modals_misc.py
scalpel/render/css/panels_palette.py
scalpel/render/css/part01_core.py
scalpel/render/css/part01_tokens_theme.py
scalpel/render/css/part02_base.py
scalpel/render/css/part02_palette_goals.py
scalpel/render/css/part03_header_layout.py
scalpel/render/css/part03_selection_ops.py
scalpel/render/css/part04_panels_palette.py
scalpel/render/css/part04_rendering.py
scalpel/render/css/part05_calendar.py
scalpel/render/css/part05_commands.py
scalpel/render/css/part06_drag_resize.py
scalpel/render/css/part07_init.py
scalpel/render/css/part07_modals_misc.py
scalpel/render/css/tokens_theme.py
scalpel/render/js/__init__.py
scalpel/render/js/commands.py
scalpel/render/js/core.py
scalpel/render/js/drag_resize.py
scalpel/render/js/init.py
scalpel/render/js/palette_goals.py
scalpel/render/js/part01_core.py
scalpel/render/js/part02_palette_goals.py
scalpel/render/js/part03_selection_ops.py
scalpel/render/js/part04_rendering.py
scalpel/render/js/part05_commands.py
scalpel/render/js/part06_drag_resize.py
scalpel/render/js/part07_init.py
scalpel/render/js/part08_notes.py
scalpel/render/js/persist.py
scalpel/render/js/rendering.py
scalpel/render/js/selection_ops.py
scalpel/render/markup/__init__.py
scalpel/render/markup/calendar_panel.py
scalpel/render/markup/header.py
scalpel/render/markup/layout_close.py
scalpel/render/markup/layout_open.py
scalpel/render/markup/left_panel.py
scalpel/render/markup/overlays.py
scalpel/render/markup/right_panel.py
scalpel/schema_contracts/__init__.py
scalpel/schema_contracts/v1.py
scalpel/schema_contracts/v2.py
scalpel/tools/__init__.py
scalpel/tools/_schema_cli.py
scalpel/tools/ai_plan_lmstudio.py
scalpel/tools/ai_plan_stub.py
scalpel/tools/ai_plan_tasks.py
scalpel/tools/apply_plan_result.py
scalpel/tools/bench.py
scalpel/tools/check.py
scalpel/tools/ci.py
scalpel/tools/ddmin_shrink.py
scalpel/tools/doctor.py
scalpel/tools/filter_payload.py
scalpel/tools/gen_fixtures.py
scalpel/tools/minify_fixture.py
scalpel/tools/mobile_day.py
scalpel/tools/plan_ops.py
scalpel/tools/render_payload.py
scalpel/tools/smoke_build.py
scalpel/tools/today_view.py
scalpel/tools/validate_payload.py
scalpel/tools/validate_plan_result.py
scalpel/util/console.py
scalpel/util/duration.py
scalpel/util/timeparse.py
scalpel/util/tz.py
scalpel/util/viewkey.py
taskwarrior_scalpel.egg-info/PKG-INFO
taskwarrior_scalpel.egg-info/SOURCES.txt
taskwarrior_scalpel.egg-info/dependency_links.txt
taskwarrior_scalpel.egg-info/entry_points.txt
taskwarrior_scalpel.egg-info/requires.txt
taskwarrior_scalpel.egg-info/top_level.txt
tests/test_contract_ai_apply_overrides.py
tests/test_contract_ai_apply_plan_result.py
tests/test_contract_ai_flow_end_to_end.py
tests/test_contract_ai_plan_contract.py
tests/test_contract_ai_plan_lmstudio_prompt.py
tests/test_contract_ai_plan_lmstudio_tool.py
tests/test_contract_ai_plan_result_io.py
tests/test_contract_ai_plan_stub_tool.py
tests/test_contract_ai_plan_tasks_import.py
tests/test_contract_ai_plan_v2.py
tests/test_contract_apply_plan_result_tool.py
tests/test_contract_bench_tool.py
tests/test_contract_check_preflight.py
tests/test_contract_ci_lite_failure_shrink.py
tests/test_contract_ci_lite_logs.py
tests/test_contract_ci_lite_perf_budget.py
tests/test_contract_ci_lite_selftest_fail.py
tests/test_contract_cli_default_out.py
tests/test_contract_compileall.py
tests/test_contract_ddmin_shrink_tool.py
tests/test_contract_filter_payload_api.py
tests/test_contract_filter_payload_tool.py
tests/test_contract_golden_payload_fixture.py
tests/test_contract_golden_payload_large_fixture.py
tests/test_contract_golden_payload_v2_fixture.py
tests/test_contract_html_extraction_parity.py
tests/test_contract_install_pre_commit_hook.py
tests/test_contract_minify_fixture_tool.py
tests/test_contract_payload_nautical_opt_in.py
tests/test_contract_payload_nautical_warning.py
tests/test_contract_payload_upgrade.py
tests/test_contract_plan_ops_tool.py
tests/test_contract_plan_result_cli.py
tests/test_contract_plan_summary.py
tests/test_contract_planner_commands.py
tests/test_contract_planner_core.py
tests/test_contract_planner_core_fixture.py
tests/test_contract_planner_ops.py
tests/test_contract_public_api_entrypoint.py
tests/test_contract_public_api_lock.py
tests/test_contract_public_exports_order.py
tests/test_contract_public_html_extract_api.py
tests/test_contract_public_validate_api.py
tests/test_contract_query_api.py
tests/test_contract_query_lang.py
tests/test_contract_query_perf_budget.py
tests/test_contract_render_payload_tool.py
tests/test_contract_render_replay_html_invariants.py
tests/test_contract_render_replay_v2_roundtrip.py
tests/test_contract_roundtrip_fuzz.py
tests/test_contract_scalpel_dev_entrypoint.py
tests/test_contract_schema_v1_fixture.py
tests/test_contract_schema_v2_fixture.py
tests/test_contract_schema_v2_idempotent.py
tests/test_contract_schema_v2_scaffold.py
tests/test_contract_smoke_html_invariants.py
tests/test_contract_taskwarrior_filter_quoting.py
tests/test_contract_timestamp_observability.py
tests/test_contract_timezone_contract.py
tests/test_contract_timezone_resolution.py
tests/test_contract_validate_payload.py
tests/test_contract_validate_plan_result_tool.py