dify/knowledge-fs/packages/api/src
2026-08-21 05:32:15 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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-handlers-branch-coverage.test.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
answer-trace-handlers.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08: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): support image query retrieval 2026-08-09 09:45:43 -04:00
answer-trace-repository.test.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
answer-trace-repository.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
answer-trace-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -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 feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
background-task-handlers.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08:00
background-task-routes.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
background-task.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
background-task.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -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 Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
bounded-concurrency.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -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 Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
bulk-operation-summary.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08: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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
capability-grant-admission-middleware.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04: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 feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04: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 fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
database-deletion-lifecycle-fence-reader.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
database-deletion-object-write-admission.test.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
database-deletion-object-write-admission.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08:00
database-durable-deletion-target-capabilities.test.ts fix(knowledge-fs): delete uploaded document objects 2026-08-18 09:50:06 -04:00
database-durable-deletion-target-capabilities.ts fix(knowledge-fs): delete uploaded document objects 2026-08-18 09:50:06 -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 Update application functionality and related components 2026-08-06 06:10:09 -04:00
deletion-lifecycle-fence.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
deletion-lifecycle-fence.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
deletion-object-write-admission.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +08: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 Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
dify-capability-v2.ts feat(knowledge): add golden question evaluations 2026-08-19 05:54:05 -04: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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-asset-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-candidate-admission.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 Refresh retry base revision and preserve immutable candidates 2026-07-29 11:14:51 -04:00
document-compilation-attempt-job.ts Refresh retry base revision and preserve immutable candidates 2026-07-29 11:14:51 -04:00
document-compilation-attempt-repository-behavior.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
document-compilation-attempt-repository.test.ts Refresh retry base revision and preserve immutable candidates 2026-07-29 11:14:51 -04:00
document-compilation-attempt-repository.ts Refresh retry base revision and preserve immutable candidates 2026-07-29 11:14:51 -04:00
document-compilation-candidate-runtime.test.ts Expand workflow features and update related components 2026-07-23 22:53:41 -04:00
document-compilation-candidate-runtime.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -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 Treat configured reasoning and rerank models as active 2026-08-13 04:45:26 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-pipeline.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-profile-snapshot.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-profile-snapshot.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-compilation-publication-coordinator.test.ts fix(dataset): integrate New RAG with KnowledgeFS (#39621) 2026-07-27 12:52:44 +08: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): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-compilation-runtime.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-compilation-worker.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-compilation-worker.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -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 feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-multimodal-asset-extractor.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 Improve application workflows and user experience 2026-08-14 02:27:03 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
document-outline-builder.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -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 feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
document-outline-summary-enhancer.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -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 feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
document-pdf-rasterizer.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-upload-utils.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
document-write-handlers.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
document-write-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -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): add capability grant ID to durable deletion handlers 2026-08-13 15:18:51 +08:00
durable-deletion-handlers.ts fix(knowledge_fs): add capability grant ID to durable deletion handlers 2026-08-13 15:18:51 +08: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): handle initial revisions and published evidence 2026-08-02 14:47:09 -04:00
durable-deletion-repository.ts fix(knowledge-fs): handle initial revisions and published evidence 2026-08-02 14:47:09 -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 feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08: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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
durable-deletion-service.ts feat(knowledge-fs): add bulk logical document deletion support 2026-08-11 19:47:12 +08: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 feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
evidence-bundle-database-repository.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08: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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
evidence-bundle-visibility.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
failed-query-recorder.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
failed-query-repository.test.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
failed-query-repository.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -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 feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
final-rerank-retrieval.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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 feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-error-envelope-middleware.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -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: capture workflow retrieval misses 2026-08-12 13:31:02 -04: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): unify public error handling 2026-08-12 07:00:59 -04: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 feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
gateway-sse-responses.ts fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -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 fix(knowledge): score research evidence by query intent 2026-08-19 15:09:13 -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 feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -04:00
golden-question-repository.ts feat(dataset): add golden question bulk import 2026-08-02 11:29:11 -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 perf(knowledge-fs): eliminate graph and publication query hot spots 2026-07-30 02:27:43 -04:00
graph-index-writer.ts Refactor application components and update related functionality 2026-08-09 12:19:56 -04:00
graph-index.test.ts perf(knowledge-fs): eliminate graph and publication query hot spots 2026-07-30 02:27:43 -04: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 feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
hybrid-query-generator.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
index-projection-builders-coverage.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
index-projection-builders.test.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -04:00
index-projection-builders.ts feat(knowledge-fs): optimize document ingestion pipeline 2026-08-17 02:40:21 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
index-projection-repository.ts fix(index-projection-builders): add getManyByNodeIds method for efficient projection retrieval 2026-08-10 17:56:33 +08:00
index-reindexer-semantic.test.ts fix(knowledge-fs): speed up semantic import and research 2026-08-18 15:15:42 -04:00
index-reindexer.test.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
index-reindexer.ts fix(knowledge-fs): speed up semantic import and research 2026-08-18 15:15:42 -04:00
index.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-command-registry.ts Improve knowledge grep matching for document projections 2026-08-04 05:41:52 -04:00
knowledge-fs-errors.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
knowledge-fs-errors.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
knowledge-fs-lease-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-fs-session-repository.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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): read current published fs paths 2026-08-04 03:46:00 -04: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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-deletion-admission.ts fix(knowledge-fs): scope deletion fences by source 2026-08-10 19:16:57 +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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -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): skip retrieval model probes on settings save 2026-08-13 05:02:45 -04: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): simplify query activity feed 2026-08-19 10:22:39 -04:00
knowledge-space-overview-database-repository.ts fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04: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 fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
knowledge-space-profile-handler-behavior.test.ts fix(knowledge-fs): skip retrieval model probes on settings save 2026-08-13 05:02:45 -04: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 restore semantic document compilation pipeline 2026-08-13 13:10:39 -04:00
knowledge-space-profile-migration-candidate-builder.ts restore semantic document compilation pipeline 2026-08-13 13:10:39 -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): fence capability profile activation 2026-07-31 00:54:37 +08:00
knowledge-space-profile-publication-repository.ts fix(knowledge-fs): fence capability profile activation 2026-07-31 00:54:37 +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): simplify query activity feed 2026-08-19 10:22:39 -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 Support emoji icons and map Knowledge FS bad requests 2026-07-30 01:34:56 -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 fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -04:00
llm-answer-query-generator.ts fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -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): support image query retrieval 2026-08-09 09:45:43 -04:00
llm-multimodal-answer-provider.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -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.test.ts fix(knowledge-fs): speed up semantic import and research 2026-08-18 15:15:42 -04:00
llm-semantic-chunker.ts fix(knowledge-fs): speed up semantic import and research 2026-08-18 15:15:42 -04: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 Improve application workflows and user experience 2026-08-14 02:27:03 -04:00
logical-document-handlers.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04: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 feat(knowledge-fs): add durable metadata management 2026-08-10 02:55:09 -04:00
logical-document-repository.ts feat(knowledge_fs): add document availability management with bulk update support 2026-08-11 10:01:33 +08:00
logical-document-routes.ts style(knowledge-fs): format availability changes 2026-08-11 11:26:36 +08:00
logical-document-schemas.ts Improve application workflows and user experience 2026-08-14 02:27:03 -04: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 Treat configured reasoning and rerank models as active 2026-08-13 04:45:26 -04:00
model-capability-preflight.ts Treat configured reasoning and rerank models as active 2026-08-13 04:45:26 -04:00
model-capability-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -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
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 Update application functionality and related components 2026-08-06 06:10:09 -04:00
page-index-node-queue.ts Update application functionality and related components 2026-08-06 06:10:09 -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 feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -04:00
parse-artifact-repository.ts feat(knowledge-fs): harden PDF image materialization 2026-08-18 03:03:18 -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 perf(knowledge-fs): eliminate graph and publication query hot spots 2026-07-30 02:27:43 -04: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 feat(knowledge-fs): add semantic LLM research retrieval 2026-07-30 07:35:31 -04: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 feat(knowledge-fs): support image query retrieval 2026-08-09 09:45: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 fix(knowledge): keep quality replay history visible 2026-08-19 07:01:14 -04:00
quality-control-database-repository.ts fix(knowledge): keep quality replay history visible 2026-08-19 07:01:14 -04:00
quality-control-handlers.test.ts feat(quality): show replay evidence details 2026-08-19 09:45:41 -04:00
quality-control-handlers.ts feat(quality): show replay evidence details 2026-08-19 09:45:41 -04:00
quality-control-routes.ts feat(quality): show replay evidence details 2026-08-19 09:45:41 -04:00
quality-control.test.ts feat(knowledge): add golden question evaluations 2026-08-19 05:54:05 -04:00
quality-control.ts fix(knowledge): keep quality replay history visible 2026-08-19 07:01:14 -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 fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04:00
query-handlers.ts fix(knowledge): simplify query activity feed 2026-08-19 10:22:39 -04:00
query-image-expansion.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
query-image-expansion.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
query-images.test.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -04:00
query-images.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -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 feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
query-virtual-entries.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08: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): constrain research graph planning 2026-08-20 02:30:59 -04:00
research-evidence-reasoning.ts fix(knowledge-fs): constrain research graph planning 2026-08-20 02:30:59 -04:00
research-evidence-retrieval.test.ts fix(knowledge): score research evidence by query intent 2026-08-19 15:09:13 -04:00
research-evidence-retrieval.ts fix(knowledge): score research evidence by query intent 2026-08-19 15:09:13 -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 refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-outline-evidence-retrieval.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-query-vectorizer.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-query-vectorizer.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-retrieval-checkpoint.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
research-retrieval-checkpoint.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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): bound research judge to one 8k call 2026-08-19 13:46:11 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-deletion-visibility.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
research-task-deletion-visibility.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
research-task-durable-repository.ts feat(dataset): add New RAG retrieval test 2026-07-28 23:34:06 +08:00
research-task-handlers-branch-coverage.test.ts Update frontend components and application workflows 2026-07-29 06:18:05 -04:00
research-task-handlers.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
research-task-handlers.ts feat(knowledge-fs): support image query retrieval 2026-08-09 09:45:43 -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): unify public error handling 2026-08-12 07:00:59 -04:00
research-task-job.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -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): correct research timing and judge budget 2026-08-19 02:08:52 -04:00
research-task-runtime.ts fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -04: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
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(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
retrieval-execution-lease.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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 refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
retrieval-paths.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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): score research evidence by query intent 2026-08-19 15:09:13 -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): score research evidence by query intent 2026-08-19 15:09:13 -04:00
retrieval-test-handlers.test.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-test-handlers.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
retrieval-test-routes.ts fix(workflow): use KnowledgeFS custom metadata filters 2026-08-18 03:53:54 -04:00
retrieval-test.test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -04:00
retrieval-test.ts refactor(knowledge-fs): redesign research evidence retrieval 2026-08-18 14:20:03 -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 fix(knowledge-fs): correct research timing and judge budget 2026-08-19 02:08:52 -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(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08: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 chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-backfill.test.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-credential-backfill.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-service.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-credential-service.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -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): unify public error handling 2026-08-12 07:00:59 -04:00
source-handlers.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
source-logical-document-version-adapter.test.ts fix(knowledge_fs): enhance error handling and logging for source compilation failures 2026-08-08 16:18:23 +08:00
source-logical-document-version-adapter.ts fix(knowledge_fs): enhance error handling and logging for source compilation failures 2026-08-08 16:18:23 +08:00
source-logical-revision-publisher.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-operation-error.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
source-operation-error.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-product-handlers.test.ts fix(dataset): complete New RAG connected source flows 2026-07-28 12:58:18 +08:00
source-product-handlers.ts feat(knowledge_fs): import selected Firecrawl pages during space creation 2026-08-07 16:29:25 +08:00
source-product-routes.ts Merge remote-tracking branch 'origin/deploy/konwledge' into deploy/konwledge 2026-08-07 16:44:42 +08:00
source-product-workflow-database-repository.test.ts fix(knowledge-fs): show initial import sync time 2026-08-21 05:32:15 -04:00
source-product-workflow-database-repository.ts fix(knowledge-fs): show initial import sync time 2026-08-21 05:32:15 -04:00
source-product-workflow-memory-repository.test.ts fix(knowledge-fs): show initial import sync time 2026-08-21 05:32:15 -04:00
source-product-workflow-memory-repository.ts fix(knowledge-fs): show initial import sync time 2026-08-21 05:32:15 -04:00
source-product-workflow-runtime.test.ts feat(knowledge-fs): implement asynchronous source import and related payloads 2026-08-20 10:34:53 +08:00
source-product-workflow-runtime.ts feat(knowledge-fs): implement asynchronous source import and related payloads 2026-08-20 10:34:53 +08:00
source-product-workflow.test.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04:00
source-product-workflow.ts fix(knowledge-fs): show initial import sync time 2026-08-21 05:32:15 -04: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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-repository.test.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-repository.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-request-schemas.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04: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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
source-retired-secret-cleanup.ts chore: migrate knowledge-fs source tree 2026-07-20 04:54:20 -04:00
source-routes.ts feat(knowledge-fs): unify public error handling 2026-08-12 07:00:59 -04: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
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-handlers.test.ts fix KnowledgeFS upload bootstrap admission 2026-08-17 03:01:06 -04:00
upload-session-handlers.ts fix KnowledgeFS upload bootstrap admission 2026-08-17 03:01:06 -04:00
upload-session-routes.ts Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04:00
upload-session.test.ts feat(knowledge): stage document uploads before admission 2026-08-10 10:58:17 -04:00
upload-session.ts fix(knowledge-fs): delete uploaded document objects 2026-08-18 09:50:06 -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 Expand application capabilities and refactor core workflows 2026-07-22 05:09:09 -04: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: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00
workflow-failed-retrieval.ts feat: capture workflow retrieval misses 2026-08-12 13:31:02 -04:00