From 6e7512ffadf9e6eb0651fb5e4e11bade3b14099f Mon Sep 17 00:00:00 2001 From: CleverThis Date: Wed, 8 Apr 2026 15:59:17 +0000 Subject: [PATCH] docs: note spec gap in repl showcase --- docs/showcase/cli-tools/repl-and-actor-run.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/showcase/cli-tools/repl-and-actor-run.md b/docs/showcase/cli-tools/repl-and-actor-run.md index 157cec3c9..7e394e292 100644 --- a/docs/showcase/cli-tools/repl-and-actor-run.md +++ b/docs/showcase/cli-tools/repl-and-actor-run.md @@ -13,6 +13,11 @@ from the command line: This guide walks through both commands with real, verified output. +> **Specification note:** The current `docs/specification.md` synopsis has not yet +> been updated to include `agents repl` or the `--config` flag for +> `agents actor run`. This showcase reflects the live CLI behaviour so users can +> rely on the commands today while the formal spec catches up. + ## Prerequisites - CleverAgents installed (`pip install cleveragents` or from source with `uv sync`)