git-ents.gitmain
⌘K
foforge
commit 71f22b8
effect: cite effect.adoc, not a nonexistent .sdoc, in the crate doc

The spec file is docs/spec/effect.adoc; phase-4 (eb636af) standardized citations on the real extension.

Assisted-by: Claude:claude-sonnet-4-6

Joseph D. Carpinelli · 1 month ago

Reviews

No reviews of this commit yet — record a verdict below.

Start a review

verdict

crates/ents-effect/src/lib.rs @@ -1,4 +1,4 @@ -//! Effect execution, results, and toolchains at run time (`docs/spec/effect.sdoc`): +//! Effect execution, results, and toolchains at run time (`docs/spec/effect.adoc`): //! the `Executor` trait, its Docker and Sprite backends, toolchain //! materialization, and the run loop that ties them to //! [`ents_receive::receive`] as the sole path a result re-enters the @@ -15,7 +15,7 @@ //! //! # Spec coverage //! -//! From `docs/spec/effect.sdoc`: +//! From `docs/spec/effect.adoc`: //! //! - `effect.definition`, `effect.admin-only` — already carried by //! `ents-model`'s [`ents_model::Effect`] and `ents-gate`'s default