tasks: mark all 12 Phase 1 core tasks as completed

This commit is contained in:
2026-06-07 16:47:06 +00:00
parent 22724228f8
commit 9d50082a49
12 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: core/auth-service-irpc id: core/auth-service-irpc
name: Implement AuthProtocol irpc service enum behind feature flag name: Implement AuthProtocol irpc service enum behind feature flag
status: pending status: completed
depends_on: depends_on:
- core/identity-type-provider - core/identity-type-provider
scope: narrow scope: narrow

View File

@@ -1,7 +1,7 @@
--- ---
id: core/config-identity-provider-into-handler id: core/config-identity-provider-into-handler
name: Wire IdentityProvider and ForwardingPolicy into ServerHandler name: Wire IdentityProvider and ForwardingPolicy into ServerHandler
status: pending status: completed
depends_on: depends_on:
- core/forwarding-policy - core/forwarding-policy
scope: narrow scope: narrow

View File

@@ -1,7 +1,7 @@
--- ---
id: core/config-service-irpc id: core/config-service-irpc
name: Implement ConfigProtocol irpc service and ConfigServiceImpl name: Implement ConfigProtocol irpc service and ConfigServiceImpl
status: pending status: completed
depends_on: depends_on:
- core/config-static-dynamic-split - core/config-static-dynamic-split
scope: narrow scope: narrow

View File

@@ -1,7 +1,7 @@
--- ---
id: core/config-static-dynamic-split id: core/config-static-dynamic-split
name: Implement StaticConfig / DynamicConfig split with ArcSwap hot-reload name: Implement StaticConfig / DynamicConfig split with ArcSwap hot-reload
status: pending status: completed
depends_on: [] depends_on: []
scope: moderate scope: moderate
risk: medium risk: medium

View File

@@ -1,7 +1,7 @@
--- ---
id: core/forwarding-policy id: core/forwarding-policy
name: Implement ForwardingPolicy with rule-based allow/deny name: Implement ForwardingPolicy with rule-based allow/deny
status: pending status: completed
depends_on: depends_on:
- core/identity-type-provider - core/identity-type-provider
scope: moderate scope: moderate

View File

@@ -1,7 +1,7 @@
--- ---
id: core/identity-type-provider id: core/identity-type-provider
name: Implement Identity struct and IdentityProvider trait name: Implement Identity struct and IdentityProvider trait
status: pending status: completed
depends_on: depends_on:
- core/config-static-dynamic-split - core/config-static-dynamic-split
scope: moderate scope: moderate

View File

@@ -1,7 +1,7 @@
--- ---
id: core/interface-trait-definition id: core/interface-trait-definition
name: Define Interface trait and InterfaceConfig types name: Define Interface trait and InterfaceConfig types
status: pending status: completed
depends_on: depends_on:
- core/multi-transport-listeners - core/multi-transport-listeners
- core/operationenv-local-dispatch - core/operationenv-local-dispatch

View File

@@ -1,7 +1,7 @@
--- ---
id: core/multi-transport-listeners id: core/multi-transport-listeners
name: Implement multi-transport listeners with Vec<ListenerConfig> name: Implement multi-transport listeners with Vec<ListenerConfig>
status: pending status: completed
depends_on: depends_on:
- core/config-static-dynamic-split - core/config-static-dynamic-split
scope: moderate scope: moderate

View File

@@ -1,7 +1,7 @@
--- ---
id: core/napi-reload-api id: core/napi-reload-api
name: Add NAPI reload API for DynamicConfig and ForwardingPolicy name: Add NAPI reload API for DynamicConfig and ForwardingPolicy
status: pending status: completed
depends_on: depends_on:
- core/config-identity-provider-into-handler - core/config-identity-provider-into-handler
- core/multi-transport-listeners - core/multi-transport-listeners

View File

@@ -1,7 +1,7 @@
--- ---
id: core/operation-context-registry id: core/operation-context-registry
name: Implement OperationContext, OperationRegistry, and OperationSpec name: Implement OperationContext, OperationRegistry, and OperationSpec
status: pending status: completed
depends_on: depends_on:
- core/identity-type-provider - core/identity-type-provider
scope: moderate scope: moderate

View File

@@ -1,7 +1,7 @@
--- ---
id: core/operationenv-local-dispatch id: core/operationenv-local-dispatch
name: Implement OperationEnv local dispatch and event envelope framing name: Implement OperationEnv local dispatch and event envelope framing
status: pending status: completed
depends_on: depends_on:
- core/operation-context-registry - core/operation-context-registry
scope: moderate scope: moderate

View File

@@ -1,7 +1,7 @@
--- ---
id: core/ssh-interface-extraction id: core/ssh-interface-extraction
name: Extract SshInterface from ServerHandler — refactor SSH into Layer 2 name: Extract SshInterface from ServerHandler — refactor SSH into Layer 2
status: pending status: completed
depends_on: depends_on:
- core/interface-trait-definition - core/interface-trait-definition
- core/config-identity-provider-into-handler - core/config-identity-provider-into-handler