development-hub/src/development_hub
rob b084e9e30a Fix goals audit to preserve prose and support partial goals
GoalsSaver changes:
- Now preserves prose content (Vision, Principles, etc.) before goal sections
- Only rewrites ## Active, ## Future, ## Non-Goals sections
- Extracts and reinserts prose content between frontmatter and goals

Audit handler changes:
- Supports new status field: "met", "partial", "not_met"
- Maintains backward compatibility with old "checked" boolean format
- Sets Goal.partial=True for partially achieved goals
- Report shows partial count in summary

This fixes a bug where the audit button would delete all prose content
from goals.md files that had philosophy/context sections.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 01:55:35 -04:00
..
models fix: Dashboard bug fixes and improvements 2026-01-08 20:13:59 -04:00
parsers Fix goals audit to preserve prose and support partial goals 2026-01-09 01:55:35 -04:00
services Project auto-discovery, dashboard improvements, progress bar percentages 2026-01-07 04:00:19 -04:00
views Fix goals audit to preserve prose and support partial goals 2026-01-09 01:55:35 -04:00
widgets fix: Dashboard bug fixes and improvements 2026-01-08 20:13:59 -04:00
__init__.py
__main__.py
app.py feat: Integrate orchestrated-discussions for launching discussions 2026-01-07 17:27:14 -04:00
dialogs.py Update before docs deploy 2026-01-07 21:53:44 -04:00
main_window.py feat: Integrate orchestrated-discussions for launching discussions 2026-01-07 17:27:14 -04:00
project_discovery.py Project auto-discovery, dashboard improvements, progress bar percentages 2026-01-07 04:00:19 -04:00
project_list.py fix: Dashboard bug fixes and improvements 2026-01-08 20:13:59 -04:00
settings.py feat: Integrate orchestrated-discussions for launching discussions 2026-01-07 17:27:14 -04:00
styles.py
terminal_widget.py
workspace.py fix: Dashboard bug fixes and improvements 2026-01-08 20:13:59 -04:00