From 016c30691d395e8d74dfbf0b5f922dbfe6b2c659 Mon Sep 17 00:00:00 2001 From: "glm-5.2" Date: Tue, 23 Jun 2026 13:47:49 +0000 Subject: [PATCH] tasks: mark call/crate-init completed --- tasks/call/crate-init.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tasks/call/crate-init.md b/tasks/call/crate-init.md index 6159d1f..7a8a4e6 100644 --- a/tasks/call/crate-init.md +++ b/tasks/call/crate-init.md @@ -1,7 +1,7 @@ --- id: call/crate-init name: Initialize alknet-call crate with Cargo.toml, dependencies, and module skeleton -status: pending +status: completed depends_on: [core/core-types] scope: moderate risk: low @@ -100,4 +100,10 @@ Each module file gets a doc comment and `// TODO: implement` marker. ## Summary -> To be filled on completion \ No newline at end of file +Created `crates/alknet-call/` with `Cargo.toml` (deps: alknet-core path, irpc +workspace, tokio, serde, serde_json, async-trait, tracing, thiserror, uuid v4, +futures), `src/lib.rs` with `pub mod registry` / `pub mod protocol`, and 11 +module skeleton files (registry: spec, context, registration, env, discovery; +protocol: wire, pending, connection, adapter, abort) with doc comments and TODO +markers. Added to workspace members. `cargo check`/`clippy`/`fmt` clean. +Merged to develop. \ No newline at end of file