chore(repo): initialize planarchy workspace

This commit is contained in:
2026-03-14 14:31:09 +01:00
commit dd55d0e78b
769 changed files with 166461 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Archived Plan Note
Most of this plan has already been implemented:
- skill-matrix parsing and upload flows
- `isMainSkill` support
- resource metadata such as `portfolioUrl`, `aiSummary`, and `skillMatrixUpdatedAt`
- admin system settings for AI configuration
- AI summary generation and resource detail UI
Do not use this file as an active backlog. Remaining product work belongs in [docs/product-roadmap.md](/home/hartmut/Documents/Copilot/planarchy/docs/product-roadmap.md), and completed implementation detail is reflected in the codebase and [LEARNINGS.md](/home/hartmut/Documents/Copilot/planarchy/LEARNINGS.md).
@@ -0,0 +1,15 @@
# Archived Research Note
This review was a useful snapshot on 2026-03-06, but many of its findings are now resolved or outdated.
Examples that are no longer current:
- Argon2 auth mismatch is fixed
- notification permissions were tightened
- resource detail content exists
- timeline virtualization exists
- Excel support exists
- Redis-backed SSE work has already landed
- Playwright E2E coverage is no longer empty
Use [product-roadmap.md](/home/hartmut/Documents/Copilot/planarchy/docs/product-roadmap.md) for the active backlog and [v2-architecture-proposal-2026-03-11.md](/home/hartmut/Documents/Copilot/planarchy/research/v2-architecture-proposal-2026-03-11.md) for the still-relevant strategic direction.
@@ -0,0 +1,3 @@
# Archived Proposal Note
The CGI workbook analysis and implementation proposal were merged into [estimating-extension-design.md](/home/hartmut/Documents/Copilot/planarchy/docs/estimating-extension-design.md) so the estimating work now has one canonical document.
@@ -0,0 +1,3 @@
# Archived Mapping Note
The field mapping table was merged into [estimating-extension-design.md](/home/hartmut/Documents/Copilot/planarchy/docs/estimating-extension-design.md) so the estimating design, workbook analysis, and implementation plan live in one canonical file.
@@ -0,0 +1,19 @@
# Archived Research Note
This audit contained both fixed defects and still-useful scale warnings.
Already resolved from this document:
- dashboard budget aggregation bug
- redundant second project-budget lookup
- `batchImportSkillMatrices` N+1 pattern
- `recomputeValueScores` sequential update pattern
- extra user lookup during audit-log creation
Still conceptually relevant, but no longer the canonical backlog:
- SQL-first dashboard aggregation improvements
- staffing suggestion scalability
- index strategy for larger datasets
Use [product-roadmap.md](/home/hartmut/Documents/Copilot/planarchy/docs/product-roadmap.md) for active prioritization and keep this file only as archive context.
+11
View File
@@ -0,0 +1,11 @@
# Archived Plan Note
This file previously held the detailed implementation plan for table sorting, row ordering, and persistent view state.
That work is now only partially relevant as an archive:
- shared view-preference groundwork exists
- several sorting/view-state pieces were implemented
- Blueprints parity still appears open
The active backlog now lives in [docs/product-roadmap.md](/home/hartmut/Documents/Copilot/planarchy/docs/product-roadmap.md).
@@ -0,0 +1,13 @@
# Archived Sprint Note
This sprint plan mixed active refactor work with implementation mechanics that are now stale.
The still-relevant backlog from this document is tracked centrally in [product-roadmap.md](/home/hartmut/Documents/Copilot/planarchy/docs/product-roadmap.md):
- widget config typing and layout versioning
- registry-driven dashboard rendering
- shared dynamic-field validation and filter-building
- project/resource validation parity
- package-level regression tests
Treat this file as archived planning context, not the current source of truth.