dify/knowledge-fs/packages/api/src
Jyong b79b8a879b feat(knowledge-fs): record and count every knowledge space query
Workflow KnowledgeFS retrieval nodes ran through `retrieval-tests`, which
never wrote an AnswerTrace or an overview event, so their queries were
missing from the retrieval history and from the space overview; the history
also only ever showed each member their own traces.

- AnswerTrace gains a `source` (retrieval_test | workflow | service_api |
  agent | mcp; migration 0051_answer_trace_source) derived from the
  Capability v2 caller kind. The retrieval-tests route records one trace per
  run (stages, evidence bundle, profile metadata), returns its id as
  `answerTraceId`, and the workflow node's failed-retrieval capture attaches
  to that trace instead of creating a second record.
- The quality trace list exposes and filters by `source`; traces from other
  caller kinds are visible to any current reader of the space, and counts and
  scores fall back to the evidence embedded in the trace when no bundle row
  exists.
- Overview accounting: retrieval-tests and Research tasks now emit
  `query.requested`, and the Research job state machine emits
  `query.completed` / `query.failed` on terminal stages (wired for both the
  in-process gateway and the durable runtime), so query volume, answer rate
  and outcomes include every caller. Activity details keep `source` and
  `taskKind`.
- Console and service trace routes accept a `source` filter; the retrieval
  test page shows a source badge and an all / retrieval tests / workflow
  filter, with translations for every locale.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015zw5G5SX3HmVfnZof6YWAc
2026-09-04 05:48:17 -04:00
..
a2a-adapter.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
a2a-adapter.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
admin-bff-integration.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
agent-research-e2e.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
agent-workspace-snapshot-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
agent-workspace-snapshot-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
agent-workspace-snapshot-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
agent-workspace-snapshot.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
agent-workspace-snapshot.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
answer-trace-access.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
answer-trace-access.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
answer-trace-evidence-availability.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
answer-trace-evidence-projection.test.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
answer-trace-evidence-projection.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
answer-trace-handlers-branch-coverage.test.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
answer-trace-handlers.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
answer-trace-idempotency.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
answer-trace-recorder.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
answer-trace-recorder.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
answer-trace-repository.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
answer-trace-repository.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
answer-trace-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
answer-trace-source.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
answer-trace-source.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
api-shared-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
api-shared-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
artifact-segment-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
artifact-segment-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
auth.test.ts Implement the requested changes across the application 2026-08-09 22:40:48 -04:00
auth.ts Implement the requested changes across the application 2026-08-09 22:40:48 -04:00
auto-retrieval-mode-resolver.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
auto-retrieval-mode-resolver.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
background-task-handlers.test.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
background-task-handlers.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
background-task-routes.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
background-task.test.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
background-task.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
backpressure-automation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
backpressure-automation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
bounded-concurrency.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
bounded-concurrency.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
buffered-document-upload-admission.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
buffered-document-upload-admission.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
buffered-document-upload-middleware.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
buffered-document-upload-middleware.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
buffered-upload-admission.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
bulk-operation-database-repository.test.ts test: restore KnowledgeFS API branch coverage 2026-07-24 00:01:36 -04:00
bulk-operation-database-repository.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
bulk-operation-summary.test.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
bulk-operation-summary.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
bulk-operation.test.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
bulk-operation.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
cache-polish.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
candidate-bulk-job-authorization.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
candidate-content-authorization.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
candidate-content-read-authorization.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
candidate-source-authorization.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
capability-grant-admission-middleware.test.ts feat(knowledge-fs): enhance capability grant admission middleware with deletion handling options 2026-09-03 18:54:43 +08:00
capability-grant-admission-middleware.ts feat(knowledge-fs): enhance capability grant admission middleware with deletion handling options 2026-09-03 18:54:43 +08:00
capability-grant-provenance-database-repository.test.ts perf(knowledge-fs): reduce capability request overhead 2026-07-30 03:14:51 -04:00
capability-grant-provenance-database-repository.ts perf(knowledge-fs): reduce capability request overhead 2026-07-30 03:14:51 -04:00
capability-grant-provenance.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
capability-grant-provenance.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
capability-job-fence.test.ts fix(ci): restore KnowledgeFS branch coverage gate 2026-07-28 13:22:00 +08:00
capability-job-fence.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
capability-revocation-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
capability-revocation-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
capability-revocation-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
code-health.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
conflict-detection.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
conflict-detection.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
contextual-enrichment-flow.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
contextual-enrichment.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
core-resource-response-schemas.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
core-resource-response-schemas.ts fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:06:49 +08:00
cursor-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
cursor-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
database-deletion-lifecycle-fence-reader.test.ts Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge 2026-09-01 20:03:01 +08:00
database-deletion-lifecycle-fence-reader.ts fix(knowledge-fs): ensure balanced parentheses in SQL query for document retrieval 2026-09-01 20:02:17 +08:00
database-deletion-object-write-admission.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
database-deletion-object-write-admission.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
database-durable-deletion-target-capabilities.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
database-durable-deletion-target-capabilities.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
database-row-utils.test.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08:00
database-row-utils.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08:00
database-sql-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
database-sql-utils.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
deletion-lifecycle-fence.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
deletion-lifecycle-fence.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
deletion-object-write-admission.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
deletion-object-write-storage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
deletion-object-write-storage.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
deletion-residue-cleanup.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
deletion-residue-cleanup.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
derived-result-access-control.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
derived-result-authorization.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
derived-result-authorization.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
dify-auth-contract.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-capability-v2-grant.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-capability-v2.test.ts refactor(knowledge_fs): replace credential service with dataset API key authorization. Remove the API token feature at the space level for knowledgeFs. 2026-08-26 15:40:18 +08:00
dify-capability-v2.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
dify-integration-activation-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-integration-activation-handlers.ts fix: unblock KnowledgeFS secure image publishing 2026-07-22 07:01:02 -04:00
dify-integration-activation-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-integration-freeze-database-repository.test.ts fix(knowledge-fs): decode freeze bigint evidence 2026-07-28 06:34:02 -04:00
dify-integration-freeze-database-repository.ts fix(knowledge-fs): decode freeze bigint evidence 2026-07-28 06:34:02 -04:00
dify-integration-freeze-handlers.test.ts fix: unblock KnowledgeFS secure image publishing 2026-07-22 07:01:02 -04:00
dify-integration-freeze-handlers.ts fix: unblock KnowledgeFS secure image publishing 2026-07-22 07:01:02 -04:00
dify-integration-freeze-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-integration-freeze.test.ts fix: unblock KnowledgeFS secure image publishing 2026-07-22 07:01:02 -04:00
dify-integration-freeze.ts fix: unblock KnowledgeFS secure image publishing 2026-07-22 07:01:02 -04:00
dify-integration-state-database-repository.test.ts fix(dataset): stabilize New RAG KnowledgeFS flows 2026-07-27 16:18:51 +08:00
dify-integration-state-database-repository.ts fix(dataset): stabilize New RAG KnowledgeFS flows 2026-07-27 16:18:51 +08:00
dify-integration-state-middleware.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-integration-state.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
dify-integration-state.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-asset-embedding-profile-guard.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-asset-embedding-profile-guard.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-asset-repository.test.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
document-asset-repository.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
document-asset-visibility-sql.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-candidate-admission.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
document-candidate-admission.ts fix(knowledge-fs): scope deletion admission to target 2026-08-27 06:29:09 -04:00
document-chunk-repository.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-chunk-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-attempt-job.test.ts fix(knowledge-fs): unblock upload completion 2026-08-27 07:24:56 -04:00
document-compilation-attempt-job.ts fix(knowledge-fs): unblock upload completion 2026-08-27 07:24:56 -04:00
document-compilation-attempt-repository-behavior.test.ts fix(knowledge-fs): unblock upload completion 2026-08-27 07:24:56 -04:00
document-compilation-attempt-repository.test.ts fix(knowledge-fs): scope deletion admission to target 2026-08-27 06:29:09 -04:00
document-compilation-attempt-repository.ts fix(knowledge-fs): add rebase functionality for publication head revision and enhance error handling 2026-08-28 15:52:43 +08:00
document-compilation-candidate-runtime.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-compilation-candidate-runtime.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-compilation-candidate-validator.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-compilation-candidate-validator.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-handlers-branch-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-compilation-handlers.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-compilation-initial-profile-coordinator.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
document-compilation-initial-profile-coordinator.ts Treat configured reasoning and rerank models as active 2026-08-13 04:45:26 -04:00
document-compilation-job.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-compilation-job.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-compilation-outbox-dispatcher.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-compilation-outbox-dispatcher.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-compilation-pipeline.test.ts fix(knowledge-fs): persist document images across formats 2026-08-26 03:58:04 -04:00
document-compilation-pipeline.ts fix(knowledge-fs): persist document images across formats 2026-08-26 03:58:04 -04:00
document-compilation-profile-snapshot.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-compilation-profile-snapshot.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-compilation-publication-coordinator.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
document-compilation-publication-coordinator.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08:00
document-compilation-publication-processor.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-compilation-publication-processor.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
document-compilation-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-compilation-runtime.test.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
document-compilation-runtime.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
document-compilation-worker.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-compilation-worker.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-image-variant-generator.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-image-variant-generator.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-knowledge-paths.test.ts fix(knowledge_fs): enhance document path generation with sibling item handling 2026-08-08 18:40:33 +08:00
document-knowledge-paths.ts fix(knowledge_fs): enhance document path generation with sibling item handling 2026-08-08 18:40:33 +08:00
document-layout-recomposer.test.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
document-layout-recomposer.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
document-logical-mutation-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-logical-mutation-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-model-budget.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-model-budget.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-multimodal-artifact.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-multimodal-artifact.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-multimodal-asset-extractor-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-asset-extractor.test.ts fix(knowledge-fs): persist document images across formats 2026-08-26 03:58:04 -04:00
document-multimodal-asset-extractor.ts fix(knowledge-fs): persist document images across formats 2026-08-26 03:58:04 -04:00
document-multimodal-candidate-resolver-coverage.test.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
document-multimodal-candidate-resolver.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-candidate-resolver.ts fix(knowledge_fs): enhance document path generation with sibling item handling 2026-08-08 18:40:33 +08:00
document-multimodal-enrichment-providers-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-multimodal-enrichment-providers.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-enrichment-providers.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-multimodal-evaluation-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-evaluation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-evaluation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-manifest-builder.test.ts fix(knowledge-fs): preserve spreadsheet image placement 2026-08-27 03:01:57 -04:00
document-multimodal-manifest-builder.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
document-multimodal-manifest-enhancer.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-manifest-enhancer.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
document-multimodal-manifest-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-multimodal-manifest-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-offsets.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-offsets.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-outline-builder-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-outline-builder.test.ts fix(knowledge-fs): bound document compilation memory 2026-08-26 04:51:07 -04:00
document-outline-builder.ts fix(knowledge-fs): bound document compilation memory 2026-08-26 04:51:07 -04:00
document-outline-evaluation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-outline-evaluation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-outline-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-outline-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-outline-summary-checkpoint-repository.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
document-outline-summary-checkpoint-repository.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
document-outline-summary-enhancer.test.ts fix(knowledge-fs): bound document compilation memory 2026-08-26 04:51:07 -04:00
document-outline-summary-enhancer.ts fix(knowledge-fs): bound document compilation memory 2026-08-26 04:51:07 -04:00
document-pdf-rasterizer-coverage.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-pdf-rasterizer.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
document-pdf-rasterizer.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
document-processing-task-repository.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-processing-task-repository.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-read-handlers-coverage.test.ts fix(knowledge-fs): resolve published document outlines 2026-08-12 05:17:00 -04:00
document-read-handlers.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-read-handlers.ts fix(knowledge-fs): resolve published document outlines 2026-08-12 05:17:00 -04:00
document-read-routes.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
document-request-schemas.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-request-schemas.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-response-schemas.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-response-schemas.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-semantic-enrichment-processor.test.ts Page semantic graph node listing within repository limits 2026-08-13 14:30:31 -04:00
document-semantic-enrichment-processor.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-semantic-enrichment-repository.test.ts fix(document-semantic-enrichment): update baseHeadRevision handling to use nonnegativeSafeIntegerColumn 2026-08-10 15:49:25 +08:00
document-semantic-enrichment-repository.ts fix(document-semantic-enrichment): update baseHeadRevision handling to use nonnegativeSafeIntegerColumn 2026-08-10 15:49:25 +08:00
document-semantic-enrichment-runtime.test.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
document-semantic-enrichment-runtime.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
document-semantic-window-checkpoint-repository.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-semantic-window-checkpoint-repository.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-settings-repository-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-settings-repository.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-settings-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-upload-diagnostics.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-upload-diagnostics.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-upload-utils.test.ts feat(knowledge_fs): expand supported document upload formats 2026-08-25 19:58:15 +08:00
document-upload-utils.ts feat(knowledge_fs): expand supported document upload formats 2026-08-25 19:58:15 +08:00
document-write-handlers.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
document-write-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
durable-deletion-evidence-scope.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
durable-deletion-fingerprinter.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-fingerprinter.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-handlers.test.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
durable-deletion-handlers.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
durable-deletion-outbox-dispatcher.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-outbox-dispatcher.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-publication-gc.test.ts fix: clean up profile migration publication references 2026-08-06 15:13:29 +08:00
durable-deletion-publication-gc.ts fix: clean up profile migration publication references 2026-08-06 15:13:29 +08:00
durable-deletion-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
durable-deletion-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
durable-deletion-request-schemas.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
durable-deletion-response-schemas.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
durable-deletion-routes.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
durable-deletion-runtime.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
durable-deletion-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-service-branch-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
durable-deletion-service.test.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
durable-deletion-service.ts fix(knowledge-fs): repair document deletion task progress 2026-08-27 04:35:05 -04:00
durable-deletion-target-processors.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
durable-deletion-target-processors.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
durable-deletion-test-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
embedding-model-registry.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
embedding-model-registry.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
embedding-model-upgrade-workflow.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
entity-extraction-flow.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
evidence-bundle-assembler.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
evidence-bundle-database-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
evidence-bundle-database-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
evidence-bundle-query-images.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
evidence-bundle-visibility.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
evidence-bundle-visibility.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
extraction-quality-control-flow.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
extraction-types.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
failed-query-clustering.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
failed-query-clustering.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
failed-query-handlers-branch-coverage.test.ts fix(knowledge-fs): handle initial revisions and published evidence 2026-08-02 14:47:09 -04:00
failed-query-handlers.ts fix(knowledge-fs): handle initial revisions and published evidence 2026-08-02 14:47:09 -04:00
failed-query-recorder.test.ts fix(knowledge-fs): classify threshold-filtered queries 2026-09-04 12:12:58 +08:00
failed-query-recorder.ts fix(knowledge-fs): classify threshold-filtered queries 2026-09-04 12:12:58 +08:00
failed-query-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
failed-query-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
failed-query-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
final-rerank-retrieval.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
final-rerank-retrieval.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
freshness-checking.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
freshness-checking.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-app.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway-assembly-coverage.test.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
gateway-defaults.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-defaults.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-dify-integration.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway-document-compilation.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-document-upload-validation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-document-write.test.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
gateway-error-envelope-middleware.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
gateway-error-envelope-middleware.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-error-handlers.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-error-handlers.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-failed-query.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-golden-question.test.ts Update application components and supporting logic 2026-08-11 05:52:22 -04:00
gateway-health.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-health.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-internal-upload-transport.test.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
gateway-knowledge-fs-diff.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-knowledge-space-test-executor.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-knowledge-space.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-openapi-contracts.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway-openapi-document.ts Implement the requested changes across the application 2026-08-09 22:40:48 -04:00
gateway-options.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
gateway-production-config.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-research-task.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
gateway-route-schemas.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
gateway-route-schemas.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-source.test.ts feat(knowledge-fs): support source config updates and deferred sync 2026-08-30 22:10:12 +08:00
gateway-space-authorization.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-sse-overview-activity.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
gateway-sse-responses.test.ts fix(knowledge-fs): classify threshold-filtered queries 2026-09-04 12:12:58 +08:00
gateway-sse-responses.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
gateway-system-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway-system-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway-system-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
gateway.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
generation-immutability.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
golden-question-annotation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
golden-question-annotation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
golden-question-evidence-matcher.test.ts feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -04:00
golden-question-evidence-matcher.ts feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -04:00
golden-question-handlers-branch-coverage.test.ts fix(knowledge-fs): clarify golden question evidence editing 2026-08-19 02:40:20 -04:00
golden-question-handlers.ts fix(knowledge-fs): clarify golden question evidence editing 2026-08-19 02:40:20 -04:00
golden-question-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
golden-question-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
golden-question-routes.ts feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -04:00
golden-question-test-fixtures.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
graph-handler-access-control.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
graph-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
graph-index-repository-coverage.test.ts perf(knowledge-fs): eliminate graph and publication query hot spots 2026-07-30 02:27:43 -04:00
graph-index-repository.ts fix(knowledge-fs): harden long document ingestion 2026-08-30 23:45:22 +08:00
graph-index-writer.ts fix(knowledge-fs): cap object-list page size and enforce entity name length limits 2026-09-02 19:18:18 +08:00
graph-index.test.ts fix(knowledge-fs): cap object-list page size and enforce entity name length limits 2026-09-02 19:18:18 +08:00
graph-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
graph-traversal-responses.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
http-tracing.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
http-tracing.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
hybrid-query-generator.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
hybrid-query-generator.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
hybrid-retrieval.test.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
hybrid-retrieval.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
index-projection-builders-coverage.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
index-projection-builders.test.ts fix(knowledge-fs): improve Chinese PDF ingestion and retrieval 2026-08-30 22:00:34 +08:00
index-projection-builders.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
index-projection-repository-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
index-projection-repository.test.ts fix(knowledge-fs): add rebase functionality for publication head revision and enhance error handling 2026-08-28 15:52:43 +08:00
index-projection-repository.ts fix(knowledge-fs): add rebase functionality for publication head revision and enhance error handling 2026-08-28 15:52:43 +08:00
index-reindexer-semantic.test.ts fix(knowledge-fs): segment structured tables by record 2026-08-26 06:38:30 -04:00
index-reindexer.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
index-reindexer.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
index.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
ingestion-model-observability.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
integrated-capability-handler-regressions.test.ts feat(dataset): add New RAG knowledge settings 2026-07-28 20:56:00 +08:00
integrated-knowledge-space-deletion-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
integrated-knowledge-space-deletion-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
integrated-knowledge-space-deletion-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
integrated-knowledge-space-provisioning-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
integrated-knowledge-space-provisioning-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
integrated-knowledge-space-provisioning-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
internal-transport-guard.test.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
internal-transport-guard.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
job-payload-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
job-payload-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
json-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
json-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-command-registry-coverage.test.ts Improve knowledge grep matching for document projections 2026-08-04 05:41:52 -04:00
knowledge-fs-command-registry.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-command-registry.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-errors.test.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
knowledge-fs-errors.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
knowledge-fs-fsck.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-fsck.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-fs-gc.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-gc.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-handlers-branch-coverage.test.ts fix(knowledge-fs): honor capability grants in fs handlers 2026-08-04 02:56:03 -04:00
knowledge-fs-handlers.ts fix(knowledge-fs): honor capability grants in fs handlers 2026-08-04 02:56:03 -04:00
knowledge-fs-lease-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-lease-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-operation-leases.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-operation-leases.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-fs-path-utils.test.ts fix(knowledge-fs): read current published fs paths 2026-08-04 03:46:00 -04:00
knowledge-fs-path-utils.ts fix(knowledge-fs): read current published fs paths 2026-08-04 03:46:00 -04:00
knowledge-fs-request-schemas.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-fs-request-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-reserved-metadata.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-response-schemas.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-response-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-routes.ts feat(cli): add KnowledgeFS filesystem commands 2026-07-31 04:11:14 -04:00
knowledge-fs-runtime-cleanup-worker.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-fs-runtime-cleanup-worker.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-session-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-session-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-fs-types.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-mcp-server.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-mcp-types.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-node-generation-receipt-repository.test.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
knowledge-node-repository.test.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
knowledge-node-repository.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
knowledge-path-repository.test.ts fix(knowledge-fs): read current published fs paths 2026-08-04 03:46:00 -04:00
knowledge-path-repository.ts fix(knowledge-fs): harden long document ingestion 2026-08-30 23:45:22 +08:00
knowledge-path-resolution-cache.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-path-resolution-cache.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-access-control-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-access-control.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-access-control.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-access-handlers-branch-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-access-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-access-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-access-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-api-key-authentication.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-api-key-authentication.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-authorization-middleware.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-authorization-middleware.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-authorization.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-authorization.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-cache-namespace.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-cache-namespace.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-control-plane-diagnostics.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-creation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-creation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-deletion-admission.test.ts fix(knowledge-fs): enhance source import handling and error recovery for remote updates 2026-09-02 18:38:38 +08:00
knowledge-space-deletion-admission.ts fix(knowledge-fs): enhance source import handling and error recovery for remote updates 2026-09-02 18:38:38 +08:00
knowledge-space-embedding-resolver.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-embedding-resolver.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
knowledge-space-golden-question-schemas.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-golden-question-schemas.ts fix(knowledge-fs): clarify golden question evidence editing 2026-08-19 02:40:20 -04:00
knowledge-space-handlers-coverage.test.ts Treat configured reasoning and rerank models as active 2026-08-13 04:45:26 -04:00
knowledge-space-handlers-legacy-profile-bootstrap.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-handlers.ts fix(knowledge-fs): enhance embedding profile migration handling and retry logic 2026-08-27 11:27:12 +08:00
knowledge-space-manifest-bootstrap.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-manifest-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-manifest-repository.ts fix(dataset): restore New RAG document uploads 2026-07-27 21:46:16 +08:00
knowledge-space-metadata-handlers.test.ts feat(knowledge-fs): add durable metadata management 2026-08-10 02:55:09 -04:00
knowledge-space-metadata-handlers.ts feat(knowledge-fs): add durable metadata management 2026-08-10 02:55:09 -04:00
knowledge-space-metadata-repository.test.ts fix(knowledge-fs): restore metadata field writes 2026-08-17 05:12:51 -04:00
knowledge-space-metadata-repository.ts fix(knowledge-fs): restore metadata field writes 2026-08-17 05:12:51 -04:00
knowledge-space-metadata-routes.ts feat(knowledge-fs): add durable metadata management 2026-08-10 02:55:09 -04:00
knowledge-space-metadata-schemas.ts feat(knowledge-fs): add durable metadata management 2026-08-10 02:55:09 -04:00
knowledge-space-openapi-contract.test.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
knowledge-space-outline-summary-enhancer.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
knowledge-space-outline-summary-enhancer.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
knowledge-space-overview-database-repository.test.ts fix(knowledge-fs): persist durable query outcomes 2026-09-04 11:43:04 +08:00
knowledge-space-overview-database-repository.ts fix(knowledge-fs): persist durable query outcomes 2026-09-04 11:43:04 +08:00
knowledge-space-overview-handlers-branch-coverage.test.ts fix(dataset): align New RAG activity filters 2026-07-31 17:00:59 +08:00
knowledge-space-overview-handlers.test.ts fix(dataset): align New RAG activity filters 2026-07-31 17:00:59 +08:00
knowledge-space-overview-handlers.ts fix(knowledge-fs): correct overview attention signals 2026-08-12 10:56:33 -04:00
knowledge-space-overview-routes.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
knowledge-space-overview-schemas.ts fix(dataset): align New RAG activity filters 2026-07-31 17:00:59 +08:00
knowledge-space-overview.test.ts fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04:00
knowledge-space-overview.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
knowledge-space-product-summary-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-product-summary-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-audit-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-audit-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-audit-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-audit.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-aware-manifest-repository.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-profile-aware-manifest-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-backfill-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-backfill-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-backfill.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-backfill.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-space-profile-handler-behavior.test.ts fix(knowledge-fs): enhance embedding profile migration handling and retry logic 2026-08-27 11:27:12 +08:00
knowledge-space-profile-memory-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-memory-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-migration-branch-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-migration-candidate-builder.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
knowledge-space-profile-migration-candidate-builder.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
knowledge-space-profile-migration-database-repository.test.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-migration-database-repository.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-migration-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-migration-routes.ts feat(knowledge-fs): automate greenfield workspace cutover 2026-07-28 09:12:50 -04:00
knowledge-space-profile-migration-runtime-gap.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-migration-runtime.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-space-profile-migration-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-migration-service-behavior.test.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-migration-service.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-migration.test.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-migration.ts Supersede pending retrieval candidates on settings updates 2026-08-13 03:58:34 -04:00
knowledge-space-profile-publication-repository.test.ts fix(knowledge-fs): implement profile migration projection promotion logic 2026-08-27 10:23:43 +08:00
knowledge-space-profile-publication-repository.ts fix(knowledge-fs): implement profile migration projection promotion logic 2026-08-27 10:23:43 +08:00
knowledge-space-profile-repository.test.ts fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04:00
knowledge-space-profile-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-space-provisioning-repository.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-provisioning-repository.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-quota-admission.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-quota-admission.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-quota-usage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-quota-usage.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-repository.test.ts Support emoji icons and map Knowledge FS bad requests 2026-07-30 01:34:56 -04:00
knowledge-space-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
knowledge-space-routes.ts fix(knowledge-fs): unify incomplete model guidance (WTA-1987) 2026-08-13 12:59:27 +08:00
knowledge-space-semantic-ingestion-postprocessor.test.ts Route knowledge graph ingestion through space-scoped reasoning models 2026-07-30 04:54:09 -04:00
knowledge-space-semantic-ingestion-postprocessor.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
knowledge-space-unpublished-profile-activation-repository.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-space-unpublished-profile-activation-test-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
legacy-space-publication-bootstrap-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
legacy-space-publication-bootstrap-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
legacy-space-publication-bootstrap-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
legacy-space-publication-bootstrap-runtime.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
legacy-space-publication-bootstrap-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
legacy-space-publication-bootstrap.test.ts fix KnowledgeFS upload bootstrap admission 2026-08-17 03:01:06 -04:00
legacy-space-publication-bootstrap.ts fix KnowledgeFS upload bootstrap admission 2026-08-17 03:01:06 -04:00
llm-answer-query-generator.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
llm-answer-query-generator.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
llm-community-summary-provider.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
llm-entity-extraction-provider.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
llm-entity-extraction-provider.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
llm-multimodal-answer-provider-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
llm-multimodal-answer-provider.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
llm-multimodal-answer-provider.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
llm-relation-extraction-provider.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
llm-relation-extraction-provider.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
llm-semantic-chunker-memory.test.ts fix(knowledge-fs): segment structured tables by record 2026-08-26 06:38:30 -04:00
llm-semantic-chunker.test.ts fix(knowledge-fs): handle unknown unit ID errors with LlmSemanticChunkingOutputError 2026-09-03 22:11:17 +08:00
llm-semantic-chunker.ts fix(llm-semantic-chunker): revert default max output tokens from 8000 to 6000 2026-09-03 22:57:14 +08:00
local-node-query-generator.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
local-node-query-generator.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
logical-document-handlers.test.ts fix(knowledge-fs): preserve DOCX image placement 2026-08-27 17:55:02 +08:00
logical-document-handlers.ts fix(knowledge-fs): preserve DOCX image placement 2026-08-27 17:55:02 +08:00
logical-document-product-handlers.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
logical-document-repository-behavior.test.ts feat(knowledge_fs): add document availability management with bulk update support 2026-08-11 10:01:33 +08:00
logical-document-repository.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
logical-document-repository.ts fix(knowledge-fs): scope deletion admission to target 2026-08-27 06:29:09 -04:00
logical-document-routes.ts style(knowledge-fs): format availability changes 2026-08-11 11:26:36 +08:00
logical-document-schemas.ts fix(knowledge-fs): preserve DOCX image placement 2026-08-27 17:55:02 +08:00
mcp-derived-access-control.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
mcp.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
model-capability-handlers.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
model-capability-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
model-capability-preflight.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
model-capability-preflight.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
model-capability-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
model-input-modality-resolver.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
model-input-modality-resolver.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
multimodal-evidence.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
multimodal-evidence.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
namespace-source-preview-handlers.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
namespace-source-preview-routes.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
namespace-source-preview.test.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
namespace-source-preview.ts feat(knowledge-fs): add namespace preview for initial website sources 2026-09-04 15:52:36 +08:00
online-document-connector.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
online-document-connector.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
online-drive-connector.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
online-drive-connector.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
openapi-handler-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
openapi-handler-utils.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
operation-policy-handlers-branch-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
operation-policy-handlers.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
operation-policy-response-schemas.test.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
operation-policy-response-schemas.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
operation-policy-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
operational-metrics.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
operational-metrics.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
page-index-build-repository.test.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08:00
page-index-build-repository.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08:00
page-index-document-selection.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-document-selection.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-database-repository.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-evaluation.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-evaluation.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-findability-publication.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-publication.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-repository.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-repository.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-findability-runtime.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-findability-runtime.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-layered-tree-search.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-layered-tree-search.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-node-queue.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
page-index-node-queue.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
page-index-node-values.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-node-values.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-scoring.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-scoring.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-semantic-tree-search.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-semantic-tree-search.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-summary-repair-runtime.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-summary-repair-runtime.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
page-index-upgrade-backfill-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
page-index-upgrade-backfill-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-upgrade-backfill-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-upgrade-backfill-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-upgrade-backfill-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-upgrade-backfill.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-upgrade-backfill.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
page-index-whole-tree-selection.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-whole-tree-selection.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
parse-artifact-repository.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
parse-artifact-repository.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
phase1-e2e.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
phase4-evaluation.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
phase4-evaluation.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
profile-aware-query-generator.test.ts Restore Research answer synthesis routing 2026-07-29 13:32:01 -04:00
profile-aware-query-generator.ts Restore Research answer synthesis routing 2026-07-29 13:32:01 -04:00
projection-publication-database-repository.test.ts fix(knowledge_fs): skip projections for nodes without searchable text and optimize FTS generation 2026-08-24 16:16:37 +08:00
projection-publication-gc.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
projection-publication-gc.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
projection-publication-member-database-repository.test.ts fix(knowledge-fs): resolve published document outlines 2026-08-12 05:17:00 -04:00
projection-publication-member-repository.test.ts fix(knowledge-fs): resolve published document outlines 2026-08-12 05:17:00 -04:00
projection-publication-member-repository.ts fix(knowledge-fs): resolve published document outlines 2026-08-12 05:17:00 -04:00
projection-publication-repository-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
projection-publication-repository-memory-branches.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
projection-publication-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
projection-publication-repository.ts fix(knowledge_fs): skip projections for nodes without searchable text and optimize FTS generation 2026-08-24 16:16:37 +08:00
projection-publication-workflow.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
projection-publication-workflow.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
published-graph-index-repository.test.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
published-graph-index-repository.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
published-knowledge-space-runtime-snapshot.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
published-knowledge-space-runtime-snapshot.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
published-page-index-repository.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
published-page-index-repository.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
published-page-index-retrieval.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
published-page-index-retrieval.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
published-projection-read-snapshot.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
published-projection-read-snapshot.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
quality-control-database-repository.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
quality-control-database-repository.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
quality-control-handlers.test.ts fix(knowledge-fs): allow one unresolved bad case per retrieval trace 2026-09-03 01:40:11 -04:00
quality-control-handlers.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
quality-control-routes.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
quality-control.test.ts feat(knowledge): add golden question evaluations 2026-08-19 05:54:05 -04:00
quality-control.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
query-generator-projection-snapshot.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
query-handlers-branch-coverage.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
query-handlers.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
query-image-expansion.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
query-image-expansion.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
query-images.test.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
query-images.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
query-overview-durability.test.ts fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04:00
query-routes.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
query-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
query-virtual-entries.test.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
query-virtual-entries.ts fix(knowledge): preserve traces with deleted evidence 2026-08-30 23:16:37 -04:00
rate-limit.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
rate-limit.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
relation-extraction-flow.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
relevance-triage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
relevance-triage.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-evidence-reasoning.test.ts fix(knowledge-fs): stabilize research result streaming 2026-09-02 20:10:24 +08:00
research-evidence-reasoning.ts fix(knowledge-fs): stabilize research result streaming 2026-09-02 20:10:24 +08:00
research-evidence-retrieval.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-evidence-retrieval.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-model-usage.test.ts Update application functionality and related components 2026-08-06 06:10:09 -04:00
research-model-usage.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-outline-evidence-retrieval.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-outline-evidence-retrieval.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-query-vectorizer.test.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-query-vectorizer.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-retrieval-checkpoint.test.ts fix(knowledge-fs): scope research checkpoints by the expanded retrieval query 2026-09-02 09:17:14 -04:00
research-retrieval-checkpoint.ts fix(knowledge-fs): scope research checkpoints by the expanded retrieval query 2026-09-02 09:17:14 -04:00
research-retrieval-limits.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-retrieval-policy.test.ts fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -04:00
research-retrieval-policy.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
research-task-deletion-cleanup.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-deletion-cleanup.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
research-task-deletion-visibility.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
research-task-deletion-visibility.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
research-task-direct-stream.test.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
research-task-durable-repository.test.ts fix(knowledge-fs): stabilize research result streaming 2026-09-02 20:10:24 +08:00
research-task-durable-repository.ts fix(knowledge-fs): stabilize research result streaming 2026-09-02 20:10:24 +08:00
research-task-handlers-branch-coverage.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
research-task-handlers.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
research-task-handlers.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
research-task-job-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-job.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
research-task-job.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
research-task-outbox-dispatcher.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-outbox-dispatcher.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-partial-result-database-repository.test.ts Restore Research answer synthesis routing 2026-07-29 13:32:01 -04:00
research-task-partial-result-database-repository.ts Restore Research answer synthesis routing 2026-07-29 13:32:01 -04:00
research-task-planning.test.ts fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -04:00
research-task-planning.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-task-progress-database-repository.test.ts fix(knowledge-fs): harden research progress and scoring 2026-07-31 11:39:36 +08:00
research-task-progress-database-repository.ts Stream research task answer deltas through durable progress events 2026-08-02 12:45:51 -04:00
research-task-progress.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-progress.ts Stream research task answer deltas through durable progress events 2026-08-02 12:45:51 -04:00
research-task-request-schemas.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
research-task-request-schemas.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
research-task-response-schemas.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
research-task-response-schemas.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
research-task-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
research-task-runtime-snapshot.ts feat(knowledge-fs): add semantic LLM research retrieval 2026-07-30 07:35:31 -04:00
research-task-runtime.test.ts fix(knowledge-fs): scope research checkpoints by the expanded retrieval query 2026-09-02 09:17:14 -04:00
research-task-runtime.ts fix(knowledge-fs): stabilize research result streaming 2026-09-02 20:10:24 +08:00
research-workflow.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-workflow.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
resource-mount-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
resource-mount-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retained-parse-artifact-admission.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
retained-parse-artifact-admission.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
retention-policy.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retention-policy.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-cache.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-candidates.test.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-candidates.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
retrieval-custom-metadata.test.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-custom-metadata.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-evaluation-reports.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evaluation-reports.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evaluation-runners-coverage.test.ts feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -04:00
retrieval-evaluation-runners.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evaluation-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evaluation-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evidence.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-evidence.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-execution-lease.test.ts fix(knowledge-fs): type retrieval lease clock 2026-09-01 05:37:51 -04:00
retrieval-execution-lease.ts fix(knowledge-fs): type retrieval lease clock 2026-09-01 05:37:51 -04:00
retrieval-filter-utils.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-fusion.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
retrieval-fusion.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
retrieval-paths-coverage.test.ts fix(knowledge-fs): harden long document ingestion 2026-08-30 23:45:22 +08:00
retrieval-paths.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
retrieval-planner.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
retrieval-planner.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
retrieval-regression.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-regression.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-rerank.test.ts fix(knowledge): score research evidence by query intent 2026-08-19 15:09:13 -04:00
retrieval-rerank.ts fix(knowledge-fs): harden research retrieval execution 2026-09-01 13:26:43 -04:00
retrieval-test-handlers.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
retrieval-test-handlers.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
retrieval-test-routes.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
retrieval-test.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
retrieval-test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
retrieval-text-utils.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-text-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-types.ts feat(knowledge-fs): add profile-driven multimodal retrieval 2026-09-02 01:01:57 -04:00
route-classification.test.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
route-classification.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
safe-shell-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
safe-shell.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
safe-shell.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-candidate-authorization.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-community-materializer-coverage.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-community-materializer.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-community-materializer.ts perf(knowledge-fs): eliminate graph and publication query hot spots 2026-07-30 02:27:43 -04:00
semantic-extraction-concurrency.ts fix(knowledge-fs): improve semantic extraction resilience 2026-07-30 20:36:53 +08:00
semantic-generation-receipt.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
semantic-ingestion-postprocessor.test.ts fix(knowledge-fs): improve semantic extraction resilience 2026-07-30 20:36:53 +08:00
semantic-ingestion-postprocessor.ts Route knowledge graph ingestion through space-scoped reasoning models 2026-07-30 04:54:09 -04:00
semantic-operator-actions.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-operator-actions.ts Route knowledge graph ingestion through space-scoped reasoning models 2026-07-30 04:54:09 -04:00
semantic-operator-handler-access-control.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-operator-handlers.ts Route knowledge graph ingestion through space-scoped reasoning models 2026-07-30 04:54:09 -04:00
semantic-operator-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-operator-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
semantic-view.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
session-context-repository.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
session-context-repository.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
source-cas-update.test.ts fix(ci): restore KnowledgeFS branch coverage gate 2026-07-28 13:22:00 +08:00
source-cas-update.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-comparison.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-comparison.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-connection-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-connection-capability-database.test.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-connection-capability.test.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-connection-database-repository-behavior.test.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-connection-database-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-connection-database-repository.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-connection-secret-cleanup-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-connection.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-connection.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-crawl-sync.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-crawl-sync.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-backfill-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-backfill-runtime.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-credential-backfill.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-credential-backfill.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-credential-service.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-credential-service.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-credential-tester.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-tester.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-document-materializer.test.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
source-document-materializer.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
source-document-stale-write-scrubber.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-document-stale-write-scrubber.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-document-workflow-ownership.test.ts fix(ci): restore KnowledgeFS branch coverage gate 2026-07-28 13:22:00 +08:00
source-document-workflow-ownership.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-durable-deletion-bulk-removal.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-durable-deletion-bulk-removal.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-fs-command-registry.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-fs-types.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-handlers-coverage.test.ts feat(knowledge-fs): enhance source update payload with selection and sync policy validation 2026-08-30 23:58:27 +08:00
source-handlers.ts feat(knowledge-fs): support source config updates and deferred sync 2026-08-30 22:10:12 +08:00
source-logical-document-version-adapter.test.ts fix(knowledge-fs): enhance source import handling and error recovery for remote updates 2026-09-02 18:38:38 +08:00
source-logical-document-version-adapter.ts fix(knowledge-fs): enhance source import handling and error recovery for remote updates 2026-09-02 18:38:38 +08:00
source-logical-revision-publisher.ts fix(knowledge-fs): enhance source import handling and error recovery for remote updates 2026-09-02 18:38:38 +08:00
source-operation-error.test.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
source-operation-error.ts feat(knowledge-fs): report specific, actionable background task failures 2026-09-03 03:09:29 -04:00
source-product-handlers.test.ts fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:06:49 +08:00
source-product-handlers.ts feat(knowledge-fs): add content handling for initial source preview and cleanup tasks 2026-09-03 21:01:21 +08:00
source-product-routes.ts feat(knowledge-fs): add content handling for initial source preview and cleanup tasks 2026-09-03 21:01:21 +08:00
source-product-workflow-database-repository.test.ts fix: expose active import workflows as source sync status 2026-09-04 11:52:41 +08:00
source-product-workflow-database-repository.ts fix: expose active import workflows as source sync status 2026-09-04 11:52:41 +08:00
source-product-workflow-memory-repository.test.ts fix: expose active import workflows as source sync status 2026-09-04 11:52:41 +08:00
source-product-workflow-memory-repository.ts fix: expose active import workflows as source sync status 2026-09-04 11:52:41 +08:00
source-product-workflow-runtime.test.ts feat(knowledge-fs): add content handling for initial source preview and cleanup tasks 2026-09-03 21:01:21 +08:00
source-product-workflow-runtime.ts feat(knowledge-fs): add content handling for initial source preview and cleanup tasks 2026-09-03 21:01:21 +08:00
source-product-workflow.test.ts fix(knowledge-fs): remove provider mode from sync policies and update related constraints 2026-08-28 14:06:49 +08:00
source-product-workflow.ts feat(knowledge-fs): add content handling for initial source preview and cleanup tasks 2026-09-03 21:01:21 +08:00
source-provider-catalog.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-provider-catalog.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-repository-permission-fence.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-repository.test.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
source-repository.ts fix(knowledge-fs): show task object titles 2026-09-02 01:43:16 -04:00
source-request-schemas.ts feat(knowledge-fs): support source config updates and deferred sync 2026-08-30 22:10:12 +08:00
source-retired-secret-cleanup-memory-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-retired-secret-cleanup-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-retired-secret-cleanup-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-retired-secret-cleanup.test.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-retired-secret-cleanup.ts fix(knowledge-fs): scope child deletion conflicts 2026-09-01 05:18:38 -04:00
source-routes.ts feat(knowledge-fs): support source config updates and deferred sync 2026-08-30 22:10:12 +08:00
source-secret-store.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-secret-store.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-policy-runtime.test.ts fix(ci): restore KnowledgeFS branch coverage gate 2026-07-28 13:22:00 +08:00
source-sync-policy-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-policy.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-sync-policy.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-runner.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-runner.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-scheduler.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-sync-scheduler.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
sourcefs.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
sse-events.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
sse-events.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
staged-commit-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
staged-commit-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
storage-path-utils.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
storage-path-utils.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
storage-quota.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
storage-quota.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
summary-tree.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
summary-tree.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
test-candidate-content.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
test-knowledge-space-access.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
text-indexing-strategy.ts fix(knowledge-fs): improve Chinese PDF ingestion and retrieval 2026-08-30 22:00:34 +08:00
tidb-fts-integration.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill-handlers.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill-handlers.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill-routes.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill-runtime.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill-runtime.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-posting-backfill.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
tidb-fts-postings.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-postings.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tidb-fts-query-preflight.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
topic-view-materializer.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
trace-async.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
trace-async.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tracing-exporters.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
tracing-exporters.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
tracing.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
upload-session-completion-publisher.test.ts fix(knowledge-fs): make upload completion grant replayable 2026-08-12 03:31:25 -04:00
upload-session-completion-publisher.ts fix(knowledge-fs): delete uploaded document objects 2026-08-18 09:50:06 -04:00
upload-session-database-repository.test.ts fix(knowledge-fs): parse upload session bigint values 2026-08-12 02:54:47 -04:00
upload-session-database-repository.ts fix(knowledge-fs): parse upload session bigint values 2026-08-12 02:54:47 -04:00
upload-session-fallback-admission.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session-fallback-admission.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session-handlers.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session-handlers.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session-routes.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session.test.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
upload-session.ts perf(knowledge-fs): harden cross-format document ingestion 2026-08-31 07:48:35 -04:00
vector-index-capability.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
vector-index-capability.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
website-crawl-connector.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
website-crawl-connector.ts fix(knowledge-fs): enhance website crawl handling with support for exact page fetching 2026-09-03 16:19:47 +08:00
workflow-failed-retrieval-handlers.test.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
workflow-failed-retrieval-handlers.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
workflow-failed-retrieval-routes.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
workflow-failed-retrieval.test.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00
workflow-failed-retrieval.ts feat(knowledge-fs): record and count every knowledge space query 2026-09-04 05:48:17 -04:00