Skip to content

[executor] charon-executor still missing from workspace members — fourth consecutive PR flagged #199

@obchain

Description

@obchain

Refs #44

File: Cargo.toml (root)

Problem

charon-executor is not in workspace.members. cargo clippy --workspace, cargo test --workspace, cargo fmt --all all silently skip the crate. CLAUDE.md pre-commit gate is blind to executor code.

Flagged in PR #39 (#140), PR #41 (#165), PR #42 (#176). Now fourth consecutive PR. Submit code is the LAST stage before broadcast — uncovered by lint/test enforcement is unacceptable.

Fix

Add "crates/charon-executor" to workspace.members in root Cargo.toml. Verify cargo build --workspace, cargo clippy --workspace, cargo test --workspace all hit the crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    layer:rustRust crates (core / scanner / protocols / executor / cli)pr-reviewFindings from PR review processpriority:p1-coreCore MVP scopestatus:readyScoped and ready to pick uptype:choreMaintenance, config, tooling

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions