LICENSE
MANIFEST.in
README.md
pyproject.toml
dct/__init__.py
dct/cli.py
dct/config.py
dct/db.py
dct/export.py
dct/server.py
dct/setup.py
dct/core/__init__.py
dct/core/analytics.py
dct/core/changelog.py
dct/core/checkpoints.py
dct/core/decisions.py
dct/core/engine.py
dct/core/handoff.py
dct/core/ids.py
dct/core/items.py
dct/core/projects.py
dct/core/sprint.py
dct/core/sprints.py
dct/core/version.py
dct/core/plans/__init__.py
dct/core/plans/classify.py
dct/core/plans/crud.py
dct/core/plans/ingest.py
dct/core/plans/parser.py
dct/hooks/check-changelog-on-stop.sh
dct/hooks/check-changelog.sh
dct/hooks/dct-plan-autoscan.sh
dct/hooks/dct-task-mirror.sh
dct/skills/clog/SKILL.md
dct/skills/commit/SKILL.md
dct/skills/dct-import/SKILL.md
dct/skills/dct-init/SKILL.md
dct/skills/handoff/SKILL.md
dct/skills/pickup/SKILL.md
dct/skills/plan-resolve-uncertain/SKILL.md
dct/skills/plan-status/SKILL.md
dct/skills/release/SKILL.md
dct/skills/track/SKILL.md
dct/skills/track-list/SKILL.md
dct/skills/track-resolve/SKILL.md
dct/skills/track-update/SKILL.md
dct/web/__init__.py
dct/web/app.py
dct/web/changes.py
dct/web/serializers.py
dct/web/blueprints/__init__.py
dct/web/blueprints/analytics.py
dct/web/blueprints/changelog.py
dct/web/blueprints/decisions.py
dct/web/blueprints/events.py
dct/web/blueprints/handoffs.py
dct/web/blueprints/home.py
dct/web/blueprints/items.py
dct/web/blueprints/plans.py
dct/web/blueprints/projects.py
dct/web/blueprints/sprints.py
dct/web/static/app.css
dct/web/static/app.js
dct/web/static/vendor/SOURCES.txt
dct/web/static/vendor/htmx.min.js
dct/web/static/vendor/uPlot.iife.min.js
dct/web/static/vendor/uPlot.min.css
dct/web/templates/analytics.html
dct/web/templates/base.html
dct/web/templates/home.html
dct/web/templates/item_detail.html
dct/web/templates/items_list.html
dct/web/templates/project_home.html
dct/web/templates/changelog/list.html
dct/web/templates/decisions/list.html
dct/web/templates/handoffs/list.html
dct/web/templates/partials/_bars.html
dct/web/templates/partials/_checkpoint_steps.html
dct/web/templates/partials/_items_table.html
dct/web/templates/partials/_plan_section.html
dct/web/templates/partials/_project_card.html
dct/web/templates/plans/detail.html
dct/web/templates/plans/list.html
dct/web/templates/sprints/detail.html
dct/web/templates/sprints/list.html
dctracker.egg-info/PKG-INFO
dctracker.egg-info/SOURCES.txt
dctracker.egg-info/dependency_links.txt
dctracker.egg-info/entry_points.txt
dctracker.egg-info/requires.txt
dctracker.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_analytics.py
tests/test_changelog.py
tests/test_changes.py
tests/test_checkpoints.py
tests/test_cli_prompts.py
tests/test_cli_sprints.py
tests/test_cli_web.py
tests/test_config.py
tests/test_decisions_crud.py
tests/test_engine.py
tests/test_export.py
tests/test_handoff.py
tests/test_hook_bypass.py
tests/test_hook_plan_autoscan.py
tests/test_hook_task_mirror.py
tests/test_ids.py
tests/test_ingest_dogfood.py
tests/test_items.py
tests/test_migration.py
tests/test_packaging.py
tests/test_plan_classify.py
tests/test_plan_ingest.py
tests/test_plan_parser.py
tests/test_plans_crud.py
tests/test_projects.py
tests/test_server_alwaysload.py
tests/test_setup.py
tests/test_setup_wiring.py
tests/test_sprint.py
tests/test_sprints_crud.py
tests/test_version.py
tests/test_web_analytics.py
tests/test_web_app.py
tests/test_web_items.py
tests/test_web_structural.py
tests/test_web_views.py