From 9d50082a490be2fc29620ddb97dabdc22c7981e3 Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Sun, 7 Jun 2026 16:47:06 +0000 Subject: [PATCH] tasks: mark all 12 Phase 1 core tasks as completed --- tasks/core/auth-service-irpc.md | 2 +- tasks/core/config-identity-provider-into-handler.md | 2 +- tasks/core/config-service-irpc.md | 2 +- tasks/core/config-static-dynamic-split.md | 2 +- tasks/core/forwarding-policy.md | 2 +- tasks/core/identity-type-provider.md | 2 +- tasks/core/interface-trait-definition.md | 2 +- tasks/core/multi-transport-listeners.md | 2 +- tasks/core/napi-reload-api.md | 2 +- tasks/core/operation-context-registry.md | 2 +- tasks/core/operationenv-local-dispatch.md | 2 +- tasks/core/ssh-interface-extraction.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tasks/core/auth-service-irpc.md b/tasks/core/auth-service-irpc.md index 73e5b26..cb0f9db 100644 --- a/tasks/core/auth-service-irpc.md +++ b/tasks/core/auth-service-irpc.md @@ -1,7 +1,7 @@ --- id: core/auth-service-irpc name: Implement AuthProtocol irpc service enum behind feature flag -status: pending +status: completed depends_on: - core/identity-type-provider scope: narrow diff --git a/tasks/core/config-identity-provider-into-handler.md b/tasks/core/config-identity-provider-into-handler.md index 5f24bcb..18b5c7d 100644 --- a/tasks/core/config-identity-provider-into-handler.md +++ b/tasks/core/config-identity-provider-into-handler.md @@ -1,7 +1,7 @@ --- id: core/config-identity-provider-into-handler name: Wire IdentityProvider and ForwardingPolicy into ServerHandler -status: pending +status: completed depends_on: - core/forwarding-policy scope: narrow diff --git a/tasks/core/config-service-irpc.md b/tasks/core/config-service-irpc.md index a4f6186..3f23dc4 100644 --- a/tasks/core/config-service-irpc.md +++ b/tasks/core/config-service-irpc.md @@ -1,7 +1,7 @@ --- id: core/config-service-irpc name: Implement ConfigProtocol irpc service and ConfigServiceImpl -status: pending +status: completed depends_on: - core/config-static-dynamic-split scope: narrow diff --git a/tasks/core/config-static-dynamic-split.md b/tasks/core/config-static-dynamic-split.md index f53b34c..301b52c 100644 --- a/tasks/core/config-static-dynamic-split.md +++ b/tasks/core/config-static-dynamic-split.md @@ -1,7 +1,7 @@ --- id: core/config-static-dynamic-split name: Implement StaticConfig / DynamicConfig split with ArcSwap hot-reload -status: pending +status: completed depends_on: [] scope: moderate risk: medium diff --git a/tasks/core/forwarding-policy.md b/tasks/core/forwarding-policy.md index d87c619..e7db06b 100644 --- a/tasks/core/forwarding-policy.md +++ b/tasks/core/forwarding-policy.md @@ -1,7 +1,7 @@ --- id: core/forwarding-policy name: Implement ForwardingPolicy with rule-based allow/deny -status: pending +status: completed depends_on: - core/identity-type-provider scope: moderate diff --git a/tasks/core/identity-type-provider.md b/tasks/core/identity-type-provider.md index 4a0c3fd..eb52bea 100644 --- a/tasks/core/identity-type-provider.md +++ b/tasks/core/identity-type-provider.md @@ -1,7 +1,7 @@ --- id: core/identity-type-provider name: Implement Identity struct and IdentityProvider trait -status: pending +status: completed depends_on: - core/config-static-dynamic-split scope: moderate diff --git a/tasks/core/interface-trait-definition.md b/tasks/core/interface-trait-definition.md index 589add3..16b08e9 100644 --- a/tasks/core/interface-trait-definition.md +++ b/tasks/core/interface-trait-definition.md @@ -1,7 +1,7 @@ --- id: core/interface-trait-definition name: Define Interface trait and InterfaceConfig types -status: pending +status: completed depends_on: - core/multi-transport-listeners - core/operationenv-local-dispatch diff --git a/tasks/core/multi-transport-listeners.md b/tasks/core/multi-transport-listeners.md index 7edad41..e8839be 100644 --- a/tasks/core/multi-transport-listeners.md +++ b/tasks/core/multi-transport-listeners.md @@ -1,7 +1,7 @@ --- id: core/multi-transport-listeners name: Implement multi-transport listeners with Vec -status: pending +status: completed depends_on: - core/config-static-dynamic-split scope: moderate diff --git a/tasks/core/napi-reload-api.md b/tasks/core/napi-reload-api.md index 7134588..bfdaedd 100644 --- a/tasks/core/napi-reload-api.md +++ b/tasks/core/napi-reload-api.md @@ -1,7 +1,7 @@ --- id: core/napi-reload-api name: Add NAPI reload API for DynamicConfig and ForwardingPolicy -status: pending +status: completed depends_on: - core/config-identity-provider-into-handler - core/multi-transport-listeners diff --git a/tasks/core/operation-context-registry.md b/tasks/core/operation-context-registry.md index e676675..3e8a4de 100644 --- a/tasks/core/operation-context-registry.md +++ b/tasks/core/operation-context-registry.md @@ -1,7 +1,7 @@ --- id: core/operation-context-registry name: Implement OperationContext, OperationRegistry, and OperationSpec -status: pending +status: completed depends_on: - core/identity-type-provider scope: moderate diff --git a/tasks/core/operationenv-local-dispatch.md b/tasks/core/operationenv-local-dispatch.md index 7fb0183..ba28071 100644 --- a/tasks/core/operationenv-local-dispatch.md +++ b/tasks/core/operationenv-local-dispatch.md @@ -1,7 +1,7 @@ --- id: core/operationenv-local-dispatch name: Implement OperationEnv local dispatch and event envelope framing -status: pending +status: completed depends_on: - core/operation-context-registry scope: moderate diff --git a/tasks/core/ssh-interface-extraction.md b/tasks/core/ssh-interface-extraction.md index 997553e..7958fdb 100644 --- a/tasks/core/ssh-interface-extraction.md +++ b/tasks/core/ssh-interface-extraction.md @@ -1,7 +1,7 @@ --- id: core/ssh-interface-extraction name: Extract SshInterface from ServerHandler — refactor SSH into Layer 2 -status: pending +status: completed depends_on: - core/interface-trait-definition - core/config-identity-provider-into-handler