diff --git a/crates/agentmesh/tests/cli_flows.rs b/crates/agentmesh/tests/cli_flows.rs index 07b2ad1..4eb65ff 100644 --- a/crates/agentmesh/tests/cli_flows.rs +++ b/crates/agentmesh/tests/cli_flows.rs @@ -179,6 +179,7 @@ fn normalize_snapshot_text(text: &str, repo: &Path, cache: &Path, home: &Path) - .replace(&repo.display().to_string(), "") .replace(&cache.display().to_string(), "") .replace(&home.display().to_string(), "") + .replace(agentmesh_core::VERSION, "") .replace('\\', "/"); normalize_hex_runs(&normalized) } diff --git a/crates/agentmesh/tests/snapshots/cli_flows__representative_command_outputs.snap b/crates/agentmesh/tests/snapshots/cli_flows__representative_command_outputs.snap index 59e7cc2..ed09213 100644 --- a/crates/agentmesh/tests/snapshots/cli_flows__representative_command_outputs.snap +++ b/crates/agentmesh/tests/snapshots/cli_flows__representative_command_outputs.snap @@ -5,7 +5,7 @@ expression: surface ## status exit: Some(0) stdout: -AgentMesh 0.1.0 repo: repo lockfile: not ready (failed to read lockfile at /agentmesh.lock) +AgentMesh repo: repo lockfile: not ready (failed to read lockfile at /agentmesh.lock) hooks: claude ✗ codex ✗ watcher: stopped (drain: idle) pending: 0 in queue @@ -18,7 +18,7 @@ stderr: ## status verbose exit: Some(0) stdout: -AgentMesh 0.1.0 repo: repo lockfile: not ready (failed to read lockfile at /agentmesh.lock) +AgentMesh repo: repo lockfile: not ready (failed to read lockfile at /agentmesh.lock) hooks: claude ✗ codex ✗ watcher: stopped (drain: idle) pending: 0 in queue @@ -123,7 +123,7 @@ stderr: ## doctor exit: Some(0) stdout: -AgentMesh 0.1.0 +AgentMesh Repository: Adapters: @@ -171,7 +171,7 @@ Core findings: integrity_pinned_sha256: integrity_current_binary: integrity_current_sha256: - integrity_version: 0.1.0 + integrity_version: adapter_claude: detected=true declared=true mode=bundled protocol=1 entities=3 hooks=1 adapter_codex: detected=true declared=true mode=bundled protocol=1 entities=3 hooks=1 adapter_coverage_instructions: claude,codex