diff --git a/docs/cursor/channel_agnostic_doc_flow_task.md b/docs/cursor/channel_agnostic_doc_flow_task.md index 881cad22..783a1656 100644 --- a/docs/cursor/channel_agnostic_doc_flow_task.md +++ b/docs/cursor/channel_agnostic_doc_flow_task.md @@ -11,7 +11,9 @@ Make the document (PDF) parsing + RAG workflow **channel-agnostic**, so it can b This task defines a shared `doc_service`, HTTP endpoints for non-Telegram clients, and integration of Telegram handlers with this shared layer. -> NOTE: If this task is re-run on a repo where it is already implemented, it should be treated as a validation/refinement task. Existing structures (services, endpoints) SHOULD NOT be removed, only improved if necessary. +> NOTE: If this task is re-run on a repo where it is already implemented, it +> should be treated as a validation/refinement task. Existing structures +> (services, endpoints) SHOULD NOT be removed, only improved if necessary. --- diff --git a/docs/standards/lint_scope.txt b/docs/standards/lint_scope.txt index 6e8473ff..b6996236 100644 --- a/docs/standards/lint_scope.txt +++ b/docs/standards/lint_scope.txt @@ -97,3 +97,5 @@ docs/cursor/rag_gateway_task.md docs/cursor/rag_ingestion_worker_task.md docs/cursor/rag_ingest_worker_routing_task.md docs/cursor/rag_ingestion_events_catalog_task.md +docs/cursor/rag_ingestion_events_wave2_workflows_task.md +docs/cursor/channel_agnostic_doc_flow_task.md