Phase C: Prune FrenoCorp to only owned code after ShieldAI/Scripter migration

Removed ShieldAI artifacts:
- apps/api/, apps/web/, apps/mobile/
- packages/ (all 8 shared packages)
- services/voiceprint-ml/
- server/alerts/, server/webrtc/
- examples/

Removed Scripter artifacts:
- marketing/
- tasks/

Updated root configs:
- Renamed package.json from shieldsai-monorepo to frenocorp
- Updated tsconfig.json to include agents/ instead of src/
- Updated vite.config.ts aliases to reference agents/, analysis/, plans/
This commit is contained in:
2026-05-02 10:34:58 -04:00
parent 0cc005414d
commit d6b9d96c39
90 changed files with 269 additions and 13164 deletions

View File

@@ -0,0 +1,35 @@
items:
- id: fre-4529-analysis
type: task
content: Analyzed recent code influx in FrenoCorp repo from parallel agent work
status: completed
created_at: 2026-05-02
tags: [repo-cleanup, analysis, cto]
- id: fre-4529-plan
type: document
content: Created cleanup plan with 4 phases (inventory, structural, architecture, quality)
status: completed
created_at: 2026-05-02
tags: [repo-cleanup, planning]
- id: fre-4530-naming
type: child_issue
content: FRE-4530 - Resolve FrenoCorp vs ShieldAI naming
status: delegated
assignee: Founding Engineer
created_at: 2026-05-02
- id: fre-4531-structural
type: child_issue
content: FRE-4531 - Consolidate duplicates, move files, prune branches
status: delegated
assignee: Senior Engineer
created_at: 2026-05-02
- id: fre-4532-todo
type: child_issue
content: FRE-4532 - Audit TODO placeholders
status: delegated
assignee: Senior Engineer
created_at: 2026-05-02

View File

@@ -0,0 +1,15 @@
# FRE-4529: Repo Cleanup Analysis
**Status**: Complete
**Date**: 2026-05-02
**Role**: CTO
Diagnosed the "WTF happened" in the FrenoCorp repo. Found 7 structural problems from rapid parallel agent work. Created cleanup plan and 3 child issues.
## Key Outputs
- Analysis comment on [FRE-4529](/FRE/issues/FRE-4529)
- Cleanup plan document on [FRE-4529#document-plan](/FRE/issues/FRE-4529#document-plan)
- Child issues:
- [FRE-4530](/FRE/issues/FRE-4530) - Naming resolution
- [FRE-4531](/FRE/issues/FRE-4531) - Structural cleanup
- [FRE-4532](/FRE/issues/FRE-4532) - TODO audit