molecule-core/docs/agent-runtime
Hongming Wang 49ded74876 docs(cli-runtime): use module-form invocation, drop dead shell-alias claim
Same root cause as the workspace/molecule_ai_status.py docstring fix
in this PR: this doc claimed `molecule-monorepo-status` was a usable
shell alias and `from molecule_ai_status import set_status` was a
usable Python import. Both worked under the pre-#87 monolithic-template
layout (where workspace/Dockerfile created the symlink and COPY'd the
modules into /app/) but neither works in current standalone template
images that install the runtime as a wheel:

- `which molecule-monorepo-status` errors — only `a2a-db` and
  `molecule-runtime` are registered console scripts.
- `from molecule_ai_status` raises ImportError — modules are under the
  `molecule_runtime` package now.

Switched both examples to the canonical `python3 -m
molecule_runtime.molecule_ai_status` form (CLI) and `from
molecule_runtime.molecule_ai_status import set_status` (Python). Same
form the runtime ships in its own usage banner, so anyone discovering
this doc gets a runnable example.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 12:27:50 -07:00
..
agent-card.md initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
bundle-system.md chore: open-source preparation — scrub secrets, add community files 2026-04-18 00:10:56 -07:00
cli-runtime.md docs(cli-runtime): use module-form invocation, drop dead shell-alias claim 2026-04-27 12:27:50 -07:00
config-format.md initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
skills.md initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
social-channels.md docs: update social-channels.md — Discord adapter shipped (PR #656) 2026-04-21 00:37:17 +00:00
system-prompt-structure.md initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
team-expansion.md initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
workspace-runtime.md fix: CWE-78 rm scope, go vet failures, delegation idempotency 2026-04-21 18:22:30 +00:00