For AI agents: the complete documentation index is available at https://jig.md/llms.txt, the full documentation bundle is available at https://jig.md/llms-full.txt, and this page is available as Markdown at https://jig.md/contracts/project-command.md.
DocumentationContract guidePrerelease

#Project Command contract

View Markdown

Project Command lets a Flow run an operator-reviewed Bun entrypoint or tests against supplied project files in containment. It returns captured output and termination evidence. The application decides whether that evidence establishes the result it needs.

#Why did this address bring me here?

https://jig.md/contracts/project-command identifies the shared interface, not a command server, a shell, or permission to run arbitrary programs. You may have found it in a *.capability.json file inside a Flow package.

That file is a local copy of the interface the Flow expects. Jig matches its contract ID, exact version, and canonical descriptor digest against supported host capabilities. The operator separately supplies permitted commands in a Binding and approves them through project review. The descriptor alone grants no command authority.

This page is an explanatory guide. Jig does not fetch it to resolve a capability, and changing this page does not change the contract. Matching uses the package-local descriptor offline. The ID names the contract across versions; the descriptor carries the version and exact interface.

#Where to go next

The interface is a prerelease candidate. Check the specification and your installed host's supported contract before adopting a descriptor update. A command's completion is not proof of a correct patch. This capability does not authorize package installation, arbitrary network access, editing the original repository, or merging changes.