dwbase-pack-runner-dev 1.1.27455488191

DWBase: agent-first immutable atom store, components, and tools.
1
2
3
4
5
6
7
8
9
//! Legacy placeholder: DWBase now targets the Greentic component contract via
//! `component-dwbase`. Runtime execution should be driven by `packc`/Greentic
//! tooling rather than this runner. Kept to avoid breaking the workspace build.

fn main() {
    eprintln!(
        "dwbase-pack-runner is deprecated; use the Greentic runner + packc verify/build instead."
    );
}