saravanakumardb1
|
8755661049
|
feat(web): wire feature-flag and kill-switch platform clients
- Added @bytelyst/feature-flag-client and @bytelyst/kill-switch-client deps
- Created web/src/lib/feature-flags.ts — poll-based flag client (fail-open)
- Created web/src/lib/kill-switch.ts — kill-switch check client (fail-open)
- Telemetry, diagnostics, extraction were already wired
Verification: web typecheck + 6 tests pass.
|
2026-03-10 18:56:14 -07:00 |
|
saravanakumardb1
|
12058ed745
|
feat(mcp): add update-note, link-notes, extract-tasks, attach-artifact MCP tools
4 new executable MCP tools with full audit trail:
- notes.notes.update — update title/body/status/tags with dry-run support
- notes.relationships.link — create typed relationships between notes
- notes.tasks.extract — extract actionable tasks from note body (checkbox + TODO patterns)
- notes.artifacts.attach — attach file/summary/extraction/citation/export artifacts
All tools follow the existing pattern:
- Product scope enforcement
- Agent action audit recording
- Idempotency key + correlation ID propagation
- Dry-run preview support
Also updated .env.example with notelett identity.
Verification: backend typecheck + 18 tests pass.
|
2026-03-10 18:53:28 -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
|
8a1b79c4e4
|
fix(notes): link recent note tags
|
2026-03-10 18:21:32 -07:00 |
|
saravanakumardb1
|
b147f14b1c
|
docs(notes): record search filter progress
|
2026-03-10 18:19:40 -07:00 |
|
saravanakumardb1
|
fa87efd13b
|
fix(notes): link search result filters
|
2026-03-10 18:17:13 -07:00 |
|
saravanakumardb1
|
dc917df240
|
docs(notes): record review state progress
|
2026-03-10 18:14:20 -07:00 |
|
saravanakumardb1
|
758d5d42a4
|
fix(notes): link note review state
|
2026-03-10 18:12:23 -07:00 |
|
saravanakumardb1
|
66d4cd4c6e
|
docs(notes): record workspace filter progress
|
2026-03-10 18:10:21 -07:00 |
|
saravanakumardb1
|
260428d6f3
|
fix(notes): link workspace filters
|
2026-03-10 18:08:16 -07:00 |
|
saravanakumardb1
|
dbf0fa84ab
|
docs(notes): record metadata progress
|
2026-03-10 18:05:49 -07:00 |
|
saravanakumardb1
|
6d72561b30
|
fix(notes): link note metadata
|
2026-03-10 18:04:15 -07:00 |
|
saravanakumardb1
|
c3e738cff3
|
docs(notes): finish dashboard metric progress
|
2026-03-10 18:01:25 -07:00 |
|
saravanakumardb1
|
3e88ed6a12
|
docs(notes): record dashboard metric progress
|
2026-03-10 18:00:02 -07:00 |
|
saravanakumardb1
|
2a9f49048d
|
fix(notes): link dashboard metrics
|
2026-03-10 17:58:51 -07:00 |
|
saravanakumardb1
|
042cace2f3
|
docs(notes): record workspace progress
|
2026-03-10 17:55:14 -07:00 |
|
saravanakumardb1
|
22df6d956f
|
fix(notes): activate workspace saved views
|
2026-03-10 17:53:32 -07:00 |
|
saravanakumardb1
|
bd7fc9d7a7
|
docs(notes): record search entrypoint progress
|
2026-03-10 17:51:07 -07:00 |
|
saravanakumardb1
|
88c11c25f2
|
fix(notes): activate saved searches
|
2026-03-10 17:49:02 -07:00 |
|
saravanakumardb1
|
ea7f1c15f8
|
docs(notes): record review workflow progress
|
2026-03-10 17:46:02 -07:00 |
|
saravanakumardb1
|
99bc7a93ba
|
fix(notes): link review workflows
|
2026-03-10 17:43:57 -07:00 |
|
saravanakumardb1
|
49d4790344
|
docs(notes): record workflow progress
|
2026-03-10 17:40:38 -07:00 |
|
saravanakumardb1
|
6222fdaaa0
|
fix(notes): link dashboard workflows
|
2026-03-10 17:38:49 -07:00 |
|
saravanakumardb1
|
e0ad97023a
|
docs(notes): record review progress
|
2026-03-10 17:36:27 -07:00 |
|
saravanakumardb1
|
5ce940110f
|
fix(notes): select review queue items
|
2026-03-10 17:34:47 -07:00 |
|
saravanakumardb1
|
504b339203
|
docs(notes): record sidebar progress
|
2026-03-10 17:32:15 -07:00 |
|
saravanakumardb1
|
437651965e
|
fix(notes): remove hardcoded sidebar note
|
2026-03-10 17:30:11 -07:00 |
|
saravanakumardb1
|
2abf983321
|
docs(notes): record saved view progress
|
2026-03-10 17:25:44 -07:00 |
|
saravanakumardb1
|
99484a5636
|
feat(notes): connect dashboard saved views
|
2026-03-10 17:23:23 -07:00 |
|
saravanakumardb1
|
ea2a746c21
|
docs(notes): record dashboard progress
|
2026-03-10 17:16:44 -07:00 |
|
saravanakumardb1
|
9f2670ca8e
|
fix(notes): link dashboard note activity
|
2026-03-10 17:14:24 -07:00 |
|
saravanakumardb1
|
d8d6e71670
|
docs(notes): record mobile workspace progress
|
2026-03-10 17:11:57 -07:00 |
|
saravanakumardb1
|
7d23793728
|
feat(notes): support mobile all-workspace view
|
2026-03-10 17:09:16 -07:00 |
|
saravanakumardb1
|
6c14b6b696
|
docs(notes): record mobile inbox progress
|
2026-03-10 17:02:37 -07:00 |
|
saravanakumardb1
|
7a8009454f
|
fix(notes): guard mobile review actions
|
2026-03-10 16:59:40 -07:00 |
|
saravanakumardb1
|
e1b9e95ec0
|
docs(notes): record mobile capture progress
|
2026-03-10 16:56:05 -07:00 |
|
saravanakumardb1
|
8e577993c0
|
feat(notes): add mobile workspace selection
|
2026-03-10 16:54:17 -07:00 |
|
saravanakumardb1
|
991acac3ba
|
docs(notes): record workspace filter progress
|
2026-03-10 16:51:21 -07:00 |
|
saravanakumardb1
|
ab159501fa
|
fix(notes): activate workspace filtering
|
2026-03-10 16:49:32 -07:00 |
|
saravanakumardb1
|
55bbc107a0
|
docs(notes): record search progress
|
2026-03-10 16:46:18 -07:00 |
|
saravanakumardb1
|
4748ed32a6
|
feat(notes): wire backend note search
|
2026-03-10 16:44:27 -07:00 |
|
saravanakumardb1
|
7bec4e864d
|
docs(notes): record active surface progress
|
2026-03-10 16:38:28 -07:00 |
|
saravanakumardb1
|
5458090523
|
fix(notes): align active surface copy
|
2026-03-10 16:36:10 -07:00 |
|
saravanakumardb1
|
8002b48468
|
docs(notes): record mobile detail progress
|
2026-03-10 16:30:25 -07:00 |
|
saravanakumardb1
|
2a93b5ba40
|
fix(notes): align mobile note detail state
|
2026-03-10 16:29:06 -07:00 |
|
saravanakumardb1
|
c13925803e
|
docs(notes): record web task progress
|
2026-03-10 16:26:28 -07:00 |
|
saravanakumardb1
|
c99390e586
|
feat(notes): add web task creation flow
|
2026-03-10 16:25:16 -07:00 |
|
saravanakumardb1
|
152b09d03a
|
docs(notes): record web artifact progress
|
2026-03-10 16:20:38 -07:00 |
|
saravanakumardb1
|
ef82747e4f
|
feat(notes): add web artifact creation flow
|
2026-03-10 16:19:36 -07:00 |
|