Commit Graph

48 Commits

Author SHA1 Message Date
c67280a801 current - with may->june scripter debut 2026-05-02 16:07:58 -04:00
222507ba69 Configure Junior Engineer session rotation policy FRE-4577
- Updated AGENTS.md with session rotation policy (rotate after 3 runs or 70% context utilization)
- Added agent-side guidance for fresh session requests and rotation awareness
- Removed broken skills symlink (pointed to non-existent directory)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 12:36:16 -04:00
ce9c89905a FRE-4540: Board responded — close issue, create revival child issues
Board decisions: Nessa (keep), Lendair (keep)
- FRE-4545 → Founding Engineer: Nessa scope definition
- FRE-4546 → Senior Engineer: Lendair scope definition
- FRE-4540 marked done, 3 child issues created for revived projects
- 5 projects archived (no code changes)
2026-05-02 11:39:27 -04:00
ce40a59d9c FRE-4540: Pop revival child issue created, board interaction posted
- Child issue FRE-4542 created for Pop scope definition → Founding Engineer
- Board interaction created asking about Nessa and Lendair future
- 5 archive projects documented
- Awaiting board input to close out remaining decisions
2026-05-02 11:37:36 -04:00
12d6433bff FRE-4540: Dormant/backlog project review — archive or revive assessment
Reviewed all 8 dormant/backlog projects against strategic alignment,
recent activity, dev investment, maintenance burden, and revival path.

Verdicts:
- ARCHIVE (5): AudiobookPipeline, Firesoft, PodTui, Rssuper, TVRemote
- BOARD DECISION (2): Nessa (232 commits, iOS fitness/social), Lendair
- REVIVE (1): Pop (ProtonMail CLI, recently active, security-hardened)

Plan document: plans/FRE-4540-dormant-project-review.md
2026-05-02 11:34:31 -04:00
d6b9d96c39 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/
2026-05-02 10:34:58 -04:00
0495ee5bd2 Auto-commit 2026-04-29 16:31 2026-04-29 16:31:27 -04:00
c076240f5e FRE-726: Complete review documentation and memory updates 2026-04-26 21:33:14 -04:00
4aabe3ba55 FRE-709: Final state - DONE, awaiting API sync 2026-04-26 20:58:07 -04:00
44cf9c72f2 FRE-709: Final state - issue DONE, all artifacts committed 2026-04-26 20:45:13 -04:00
0ff6c74871 FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708 2026-04-26 20:23:14 -04:00
d53bff58b6 FRE-703: Close silent CEO run as false positive (systemic adapter failure)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-26 20:03:42 -04:00
3d5ff8650c Document FRE-645 waitlist schema completion
The waitlist/leads database schema was already implemented
and migrated in 0002_chemical_shocker.sql.

Created plan document at plans/FRE-645-waitlist-schema.md
with schema documentation and usage examples.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-26 06:36:17 -04:00
67c3881dcf Add waitlist schema for marketing (FRE-635)
- Created waitlist_signups and waitlist_events tables
- Supports email, name, source tracking, and status management
- Enables VIP supporter list for Product Hunt launch
- Migration 0002_chemical_shocker.sql generated
- Fixed brand color in product-hunt-assets-brief.md (#518ac8)
2026-04-26 06:21:20 -04:00
ce1ba395c7 Update FRE-574: Foundation complete
- FRE-607, FRE-608, FRE-609 all done (Clerk, Turso, tRPC)
- FRE-587 unblocked and in_progress (real-time collaboration)
- MVP progress: 7/13 complete (54%)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 14:11:45 -04:00
bbf6ee2c51 Document FRE-625 liveness incident follow-up FRE-625 2026-04-25 08:08:04 -04:00
b89575fb6e FRE-605: Implement Phase 4 Change Tracking & Merge Logic
- Create ChangeTracker class with full version history support
  - Document change recording with metadata
  - Snapshot creation and restoration
  - Change acceptance/rejection workflow
  - Change diff generation between snapshots
  - Event-based change notifications

- Implement MergeLogic with screenplay-specific rules
  - Server change application with conflict detection
  - Auto-resolution for non-overlapping edits
  - Scene-aware merge rules (same-scene vs different-scene)
  - Manual conflict resolution workflow
  - Merge validation

- Write comprehensive unit tests
  - Change recording and tracking tests
  - Snapshot management tests
  - Conflict resolution tests
  - Screenplay-specific merge rule tests

- Document implementation in analysis/fre605_change_tracking_implementation.md

Architecture: ChangeTracker integrates with Yjs document updates.
MergeLogic applies screenplay-specific rules for concurrent edits.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 02:14:54 -04:00
7c684a42cc FRE-600: Fix code review blockers
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 00:08:01 -04:00
65b552bb08 Complete FRE-574 technical specifications
- Marked FRE-574 as done
- Unblocked FRE-588 (Database schema)
- All 12 child issues assigned to Founding Engineer
- 6/13 MVP subtasks complete (46%)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-24 18:07:15 -04:00
ef1b15c9ea FRE-600: Implement Phase 1 WebSocket + Yjs CRDT foundation
- Create TypeScript and Vite configuration for SolidJS
- Implement Yjs document structure for screenplay collaboration
- Build WebSocket connection manager with exponential backoff reconnection
- Create CRDT document manager with undo/redo support
- Set up WebSocket sync server with JWT authentication
- Add SolidJS reactive bindings for Yjs shared types
- Build collaborative editor component
- Write unit tests for CRDT operations
- Document implementation in analysis/fre600_websocket_foundation.md

Architecture: Yjs chosen over Automerge for better ecosystem and
Tauri compatibility. WebSocket for sync, WebRTC for video.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-22 23:08:27 -04:00
6cf6858b1c FRE-574: Complete technical evaluation for WriterDuet competitor
- Validated tech stack (Tauri + SolidJS + TypeScript, Clerk, Turso, tRPC)
- Created 8 child issues to break down MVP work (FRE-586 through FRE-596)
- Defined technical KPIs (startup <2s, sync <100ms, coverage >80%)
- Timeline assessment: 6-month MVP is tight but achievable

Next: Assign child issues to Founding Engineer for execution.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-22 22:13:19 -04:00
ca55a64366 april fools ya goof 2026-04-01 15:43:42 -04:00
f37c4c28e2 drop memory 2026-03-24 21:32:08 -04:00
863a3d3fd3 moving things to specific repos 2026-03-22 19:20:43 -04:00
0b43b7158b memory reset 2026-03-20 07:56:52 -04:00
46433ab505 remove nessa specifics 2026-03-20 07:56:09 -04:00
74772039d4 Auto-commit 2026-03-19 17:07 2026-03-19 17:07:57 -04:00
d27d2680ca additional note to help nudge 2026-03-19 09:13:59 -04:00
20e1c4f33e mornin 2026-03-18 08:59:42 -04:00
f7df9a13e9 nightnight 2026-03-18 01:00:29 -04:00
8fc9edf6b2 fixup 2026-03-17 23:54:41 -04:00
f86d395cb6 drop memory 2026-03-17 20:23:50 -04:00
6f61ce6be8 memory: Daily notes updates for 2026-03-16 and 2026-03-17 2026-03-17 07:52:20 -04:00
9c3c0a1bf5 memory: Update daily notes for CMO, CTO, Founding Engineer, and Junior Engineer 2026-03-17 07:52:07 -04:00
44f7796102 missing 2026-03-16 11:57:02 -04:00
588860e66a new org 2026-03-14 12:47:21 -04:00
73a539913b Auto-commit 2026-03-13 13:12 2026-03-13 13:12:46 -04:00
4cb31291a2 Auto-commit 2026-03-12 15:04 2026-03-12 15:04:38 -04:00
81087de033 Auto-commit 2026-03-12 11:06 2026-03-12 11:06:36 -04:00
92bc20a293 Auto-commit 2026-03-12 10:05 2026-03-12 10:05:49 -04:00
bed3369907 Auto-commit 2026-03-11 23:12 2026-03-11 23:12:12 -04:00
12f6736584 Auto-commit 2026-03-11 16:32 2026-03-11 16:32:50 -04:00
be2dd7976f new guy 2026-03-10 22:04:03 -04:00
2be39885f4 skills to all 2026-03-10 11:24:50 -04:00
95b2c8da01 night 3 2026-03-09 23:40:58 -04:00
35116e71a9 explicit do not interact with .claude files 2026-03-09 19:57:57 -04:00
82e43579d6 updates 2026-03-09 11:54:29 -04:00
22e4864b8e current org 2026-03-09 09:21:48 -04:00