Skip to content

docs: fix compile command — document optional path and auto-discovery mode#131

Merged
jamesadevine merged 2 commits intomainfrom
copilot/update-compile-command-docs
Apr 7, 2026
Merged

docs: fix compile command — document optional path and auto-discovery mode#131
jamesadevine merged 2 commits intomainfrom
copilot/update-compile-command-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

AGENTS.md documented compile <path> as if path were required, with no mention of the auto-discovery batch mode that runs when path is omitted.

Changes

  • CLI Commands section: compile <path>compile [<path>]; expanded description to cover auto-discovery behavior; clarified --output is only applicable when a path is given
  • Common Tasks section: added a dedicated example for the no-argument invocation
# Recompile all detected agentic pipelines in the current directory
cargo run -- compile

Copilot AI changed the title [WIP] Update documentation for compile command optional path docs: fix compile command — document optional path and auto-discovery mode Apr 7, 2026
Copilot AI requested a review from jamesadevine April 7, 2026 08:21
@jamesadevine jamesadevine marked this pull request as ready for review April 7, 2026 08:22
@jamesadevine jamesadevine merged commit b8e3049 into main Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📝 Documentation drift detected — compile command's optional path/auto-discovery mode undocumented

2 participants