documenting action spec

This commit is contained in:
2026-02-09 00:30:48 -06:00
parent a74e13fa0b
commit 588b319fec
38 changed files with 3050 additions and 286 deletions

View File

@@ -13,7 +13,6 @@ path = "src/main.rs"
[dependencies]
# Internal dependencies
attune-common = { path = "../common" }
attune-worker = { path = "../worker" }
# Async runtime
tokio = { workspace = true }

View File

@@ -663,7 +663,7 @@ async fn handle_test(
detailed: bool,
output_format: OutputFormat,
) -> Result<()> {
use attune_worker::{TestConfig, TestExecutor};
use attune_common::test_executor::{TestConfig, TestExecutor};
use std::path::{Path, PathBuf};
// Determine if pack is a path or a pack name