| .. |
|
auth.test.ts
|
fix(auth): JWKS URL-tracking singleton + expanded test coverage
|
2026-03-12 11:22:04 -07:00 |
|
auth.ts
|
fix(backend): fix trackEvent call signature and route registration tests
|
2026-03-31 01:00:32 -07:00 |
|
config.test.ts
|
test(config): cover production validation
|
2026-05-05 09:42:20 -07:00 |
|
config.ts
|
fix(config): harden production backend config
|
2026-05-05 09:40:55 -07:00 |
|
copilot-transform.test.ts
|
test(backend): add runner, reading-time, copilot-transform, note-hooks tests (G6-G9)
|
2026-04-06 13:29:33 -07:00 |
|
copilot-transform.ts
|
fix: align web+mobile types with backend (categories, output types, field names, durationMs telemetry)
|
2026-04-06 16:24:31 -07:00 |
|
cosmos-init.ts
|
refactor(backend): route startup logs through logger
|
2026-05-05 11:00:38 -07:00 |
|
datastore.ts
|
fix(backend): use config.DB_PROVIDER instead of process.env.DB_PROVIDER in datastore.ts
|
2026-03-20 08:29:36 -07:00 |
|
dependency-readiness.test.ts
|
feat(backend): add dependency readiness diagnostics
|
2026-05-05 11:12:23 -07:00 |
|
dependency-readiness.ts
|
feat(backend): add dependency readiness diagnostics
|
2026-05-05 11:12:23 -07:00 |
|
diagnostics-routes.ts
|
feat(backend): add dependency readiness diagnostics
|
2026-05-05 11:12:23 -07:00 |
|
ecosystem-phase1.test.ts
|
fix(tests): fix all failing tests — server mock, ecosystem schema stubs, CreateNoteModal body assertion
|
2026-04-06 19:13:35 -07:00 |
|
ecosystem-phase1.ts
|
fix(notes): preserve phase1 transcript event lineage
|
2026-04-03 17:40:59 -07:00 |
|
ecosystem-phase3.test.ts
|
feat(phase3): add notelett trail report import
|
2026-04-03 19:49:46 -07:00 |
|
ecosystem-phase3.ts
|
feat(phase3): add notelett trail report import
|
2026-04-03 19:49:46 -07:00 |
|
embeddings.test.ts
|
feat(backend): add note intelligence — embeddings, auto-summarize, duplicates, suggest-links, knowledge gaps
|
2026-04-06 08:10:26 -07:00 |
|
embeddings.ts
|
refactor(embeddings): replace local cosineSimilarity with @bytelyst/palace re-export
|
2026-04-13 12:33:52 -07:00 |
|
encrypted-fields.ts
|
fix(security): encrypt sensitive note metadata
|
2026-05-05 10:12:40 -07:00 |
|
encryption-coverage.test.ts
|
fix(security): encrypt sensitive note metadata
|
2026-05-05 10:12:40 -07:00 |
|
error-mapping.test.ts
|
test(backend): cover structured error mapping
|
2026-05-05 11:15:02 -07:00 |
|
error-mapping.ts
|
test(backend): cover structured error mapping
|
2026-05-05 11:15:02 -07:00 |
|
event-bus.test.ts
|
fix(backend): fix sync throw isolation in event bus + add 6 tests
|
2026-04-13 11:42:52 -07:00 |
|
event-bus.ts
|
fix(backend): fix sync throw isolation in event bus + add 6 tests
|
2026-04-13 11:42:52 -07:00 |
|
extraction-client.test.ts
|
test(backend): cover structured error mapping
|
2026-05-05 11:15:02 -07:00 |
|
extraction-client.ts
|
test(backend): cover structured error mapping
|
2026-05-05 11:15:02 -07:00 |
|
feature-flags.ts
|
feat(intake): add URL intake pipeline — classifier, extractors, rules engine, routes, 6 new prompt templates (27 total), 26 new tests
|
2026-04-06 20:28:36 -07:00 |
|
field-encrypt.test.ts
|
fix(backend): propagate outbound request ids
|
2026-05-05 11:06:02 -07:00 |
|
field-encrypt.ts
|
feat(backend): add dependency readiness diagnostics
|
2026-05-05 11:12:23 -07:00 |
|
llm.ts
|
feat(backend): add note-prompts module with Smart Actions LLM integration
|
2026-04-06 08:01:42 -07:00 |
|
note-hooks.test.ts
|
test(web): add prompt-client, SmartActionsPanel, RunPromptModal, NoteEditor tests (G10-G13)
|
2026-04-06 13:34:04 -07:00 |
|
note-hooks.ts
|
feat(palace): auto-save hooks — extract memories on note create/update (N4)
|
2026-04-10 01:25:00 -07:00 |
|
note-search-rank.ts
|
feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs)
|
2026-03-31 13:00:36 -07:00 |
|
product-config.test.ts
|
feat(data): add seed bootstrap strategy
|
2026-05-05 13:45:43 -07:00 |
|
product-config.ts
|
feat(data): add seed bootstrap strategy
|
2026-05-05 13:45:43 -07:00 |
|
rate-limit.test.ts
|
fix(security): add backend abuse rate limits
|
2026-05-05 10:05:33 -07:00 |
|
rate-limit.ts
|
fix(security): add backend abuse rate limits
|
2026-05-05 10:05:33 -07:00 |
|
reading-time.test.ts
|
test(backend): add runner, reading-time, copilot-transform, note-hooks tests (G6-G9)
|
2026-04-06 13:29:33 -07:00 |
|
reading-time.ts
|
feat(smart-actions): add run-stream SSE, history endpoint, weekly-digest template, web client functions (G1-G5)
|
2026-04-06 13:27:02 -07:00 |
|
request-context.test.ts
|
fix(backend): propagate outbound request ids
|
2026-05-05 11:06:02 -07:00 |
|
request-context.ts
|
fix(backend): propagate outbound request ids
|
2026-05-05 11:06:02 -07:00 |
|
telemetry.ts
|
feat(backend): add @bytelyst/backend-flags + backend-telemetry, fix config defaults
|
2026-03-20 17:31:53 -07:00 |
|
webhook-subscriber.test.ts
|
test(backend): verify scheduler webhook lifecycle
|
2026-05-05 11:37:28 -07:00 |
|
webhook-subscriber.ts
|
test(backend): verify scheduler webhook lifecycle
|
2026-05-05 11:37:28 -07:00 |