From ff50ccea09a8b6f688470a2095a238acc2f14807 Mon Sep 17 00:00:00 2001 From: "glm-5.2" Date: Tue, 23 Jun 2026 13:14:06 +0000 Subject: [PATCH] tasks: mark core/crate-init completed --- tasks/core/crate-init.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tasks/core/crate-init.md b/tasks/core/crate-init.md index 10df13d..5f4a1b9 100644 --- a/tasks/core/crate-init.md +++ b/tasks/core/crate-init.md @@ -1,7 +1,7 @@ --- id: core/crate-init name: Initialize alknet-core crate with Cargo.toml, dependencies, and module skeleton -status: pending +status: completed depends_on: [] scope: moderate risk: low @@ -113,4 +113,8 @@ subsequent tasks (core-types, config, auth, endpoint) fill these in. ## Summary -> To be filled on completion \ No newline at end of file +Created `crates/alknet-core/` with `Cargo.toml` (all 14 dependencies, quinn/iroh +feature flags per ADR-010), `src/lib.rs` with module declarations, and 4 skeleton +module files (`types.rs`, `auth.rs`, `config.rs`, `endpoint.rs`) with doc comments +and TODO markers. Added to workspace `members`. `cargo check`/`clippy`/`fmt` clean. +Merged to develop. \ No newline at end of file