tasks: mark all 12 Phase 1 core tasks as completed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: core/multi-transport-listeners
|
||||
name: Implement multi-transport listeners with Vec<ListenerConfig>
|
||||
status: pending
|
||||
status: completed
|
||||
depends_on:
|
||||
- core/config-static-dynamic-split
|
||||
scope: moderate
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user