Commit Graph

59 Commits

Author SHA1 Message Date
bea7579f60 docs(mobile): defer react native platform sdk 2026-05-05 09:34:34 -07:00
6307c60c41 docs(roadmap): mark stale planning docs historical 2026-05-05 09:16:17 -07:00
a697752d15 feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs)
Phase 1: Command palette (⌘K), editor autosave with quiet auto-saves, dashboard
saved views from API + quick links + onboarding seed CTA, explicit task scan panel.

Phase 2: Context pack formatter with YAML frontmatter, copy on note + workspace .md export.

Phase 3: ADR for hybrid search without embeddings; POST /notes/search (lexical +
ranked hybrid); search UI mode toggle.

Phase 4: POST copilot + suggest-title; in-editor copilot actions; /chat retrieval
answers with citations (backend chat.rag_enabled).

Phase 5: Settings MCP snippet, offline queue note, API token deferral; DEEP_LINKS.md.

Phase 6: Note shares + public GET; share page; POST onboarding-seed.

Phase 7: note_versions on PATCH; version panel; create-note templates; PWA manifest.

Flags: search.hybrid_enabled, copilot.enabled, chat.rag_enabled, onboarding.seed_enabled.
Made-with: Cursor
2026-03-31 13:00:36 -07:00
saravanakumardb1
e1fde25afd feat(identity): lock NoteLett product identity across all surfaces
- productId: notelett
- displayName: NoteLett
- domain: notelett.app
- iOS bundle: com.bytelyst.notelett
- Android bundle: com.notelett.app
- backend port: 4016
- token namespace: --nl-* (CSS), NoteLettTheme (native)

Rippled through:
- shared/product.json (canonical source)
- backend package.json, config, cosmos-init, all 10 test files
- web package.json, landing page, notes-client test
- mobile app.json, package.json, auth screen
- docs: PRD, ROADMAP, architecture review, foundations, web/mobile roadmaps
- registered in learning_ai_common_plat/products/notelett/

Verification: backend typecheck + 18 tests, web typecheck + 6 tests, mobile typecheck — all pass.
2026-03-10 18:47:01 -07:00
saravanakumardb1
e6beef83eb docs(notes): record dashboard note progress 2026-03-10 18:23:21 -07:00
saravanakumardb1
b147f14b1c docs(notes): record search filter progress 2026-03-10 18:19:40 -07:00
saravanakumardb1
dc917df240 docs(notes): record review state progress 2026-03-10 18:14:20 -07:00
saravanakumardb1
66d4cd4c6e docs(notes): record workspace filter progress 2026-03-10 18:10:21 -07:00
saravanakumardb1
dbf0fa84ab docs(notes): record metadata progress 2026-03-10 18:05:49 -07:00
saravanakumardb1
c3e738cff3 docs(notes): finish dashboard metric progress 2026-03-10 18:01:25 -07:00
saravanakumardb1
042cace2f3 docs(notes): record workspace progress 2026-03-10 17:55:14 -07:00
saravanakumardb1
bd7fc9d7a7 docs(notes): record search entrypoint progress 2026-03-10 17:51:07 -07:00
saravanakumardb1
ea7f1c15f8 docs(notes): record review workflow progress 2026-03-10 17:46:02 -07:00
saravanakumardb1
49d4790344 docs(notes): record workflow progress 2026-03-10 17:40:38 -07:00
saravanakumardb1
e0ad97023a docs(notes): record review progress 2026-03-10 17:36:27 -07:00
saravanakumardb1
504b339203 docs(notes): record sidebar progress 2026-03-10 17:32:15 -07:00
saravanakumardb1
2abf983321 docs(notes): record saved view progress 2026-03-10 17:25:44 -07:00
saravanakumardb1
ea2a746c21 docs(notes): record dashboard progress 2026-03-10 17:16:44 -07:00
saravanakumardb1
d8d6e71670 docs(notes): record mobile workspace progress 2026-03-10 17:11:57 -07:00
saravanakumardb1
6c14b6b696 docs(notes): record mobile inbox progress 2026-03-10 17:02:37 -07:00
saravanakumardb1
e1b9e95ec0 docs(notes): record mobile capture progress 2026-03-10 16:56:05 -07:00
saravanakumardb1
991acac3ba docs(notes): record workspace filter progress 2026-03-10 16:51:21 -07:00
saravanakumardb1
55bbc107a0 docs(notes): record search progress 2026-03-10 16:46:18 -07:00
saravanakumardb1
7bec4e864d docs(notes): record active surface progress 2026-03-10 16:38:28 -07:00
saravanakumardb1
8002b48468 docs(notes): record mobile detail progress 2026-03-10 16:30:25 -07:00
saravanakumardb1
c13925803e docs(notes): record web task progress 2026-03-10 16:26:28 -07:00
saravanakumardb1
152b09d03a docs(notes): record web artifact progress 2026-03-10 16:20:38 -07:00
saravanakumardb1
da75c27811 docs(notes): record web note editing progress 2026-03-10 16:15:37 -07:00
saravanakumardb1
3f54332422 docs(notes): record web review decision progress 2026-03-10 16:08:56 -07:00
saravanakumardb1
650c061dba docs(notes): capture backend-backed slice progress 2026-03-10 15:54:37 -07:00
saravanakumardb1
418ecaacc5 docs(roadmap): annotate verification checkpoint 2026-03-10 13:07:00 -07:00
saravanakumardb1
b4634e9367 docs(roadmap): annotate extraction checkpoint 2026-03-10 12:58:42 -07:00
saravanakumardb1
d44763dfe7 docs(roadmap): annotate artifact blob checkpoint 2026-03-10 12:52:38 -07:00
saravanakumardb1
e76174d43c docs(roadmap): annotate diagnostics checkpoint 2026-03-10 12:43:23 -07:00
saravanakumardb1
dcb6bd18dd docs(roadmap): annotate review runtime checkpoint 2026-03-10 12:37:27 -07:00
saravanakumardb1
57d38762f0 docs(roadmap): annotate web runtime checkpoint 2026-03-10 12:25:03 -07:00
saravanakumardb1
a6f614f43a docs(roadmap): annotate architecture checkpoints 2026-03-10 12:11:34 -07:00
saravanakumardb1
b73d5e9a96 fix(config): complete phase-a identity alignment 2026-03-10 11:59:12 -07:00
saravanakumardb1
1b81489ecd docs(architecture): tighten review and roadmap consistency 2026-03-10 11:33:58 -07:00
saravanakumardb1
9ddb826338 docs(architecture): add reuse alignment review and workstreams 2026-03-10 11:13:21 -07:00
saravanakumardb1
ae4f17e120 docs(roadmap): truth-align implementation status 2026-03-10 10:56:20 -07:00
saravanakumardb1
521d095528 docs(roadmap): align verified web density slice 2026-03-10 10:44:57 -07:00
saravanakumardb1
c9a4790a1c chore(mobile): align expo runtime compatibility 2026-03-10 10:21:05 -07:00
saravanakumardb1
f5f141ddb7 fix(mobile): verify scaffold and tighten tooling 2026-03-10 10:14:22 -07:00
saravanakumardb1
76fae8f2ae docs(mcp): mark core note tool rollout complete 2026-03-10 09:38:40 -07:00
saravanakumardb1
aa58b07513 docs(mobile): update roadmap completion state 2026-03-10 09:38:26 -07:00
saravanakumardb1
d56ccdec8c chore(web): quiet workspace build warnings 2026-03-10 09:31:55 -07:00
saravanakumardb1
02f8193b5f feat(mobile): improve home retrieval summary 2026-03-10 09:29:36 -07:00
saravanakumardb1
a748d78551 test(mcp): verify note draft audit metadata 2026-03-10 09:28:30 -07:00
saravanakumardb1
98144ab4ff test(web): add shell and navigation coverage 2026-03-10 09:28:14 -07:00