No description
Merges feat/planning-hub into main: - Complete Vue 3 + Vite + TypeScript + Tailwind frontend (replaces vanilla JS) - Corporate planning: calendar, daily task planner, drag-to-calendar DnD - Azure DevOps two-way sync (work items pull + CompletedWork push) - AI assistant chat widget with streaming tool-use (gap detection, anomaly flags) - Session categories, manual time entries, project budgets, tags, CSV/ICS export - APScheduler: ADO sync every 15min, AI reports at 20:00, anomaly scan hourly - Alembic migrations: 0003 (corporate tables), 0004 (indexes), 0005 (categories + ai_flags + assistant_messages) - structlog, Fernet PAT encryption, audit log, admin /recompute-stats endpoint - deploy.sh updated: removed dead static sync, added healthcheck loop Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| alembic | ||
| scripts | ||
| src | ||
| web | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| apache.conf | ||
| deploy.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| pyproject.toml | ||
| requirements.txt | ||