07 / Package locally; share only by choice
Inspect the package before it travels.
Cargo AI can create a local source package containing the selected definition and project-owned tool source. Hosted sharing is optional and carries a separate trust and permission boundary.
Current local commands
cargo ai package
cargo ai packages install --as animal_patrol
cargo ai packages inspect animal_patrolA local source install builds declared source-backed tools for the current target. Inspect the reported manifest, source, provenance, and permissions before relying on it.
Explicit package selection
format_version = 1
[project]
name = "animal_patrol"
version = "0.1.0"
[package.permissions]
subprocess = "allowed"
[build.default]
agent_definitions = ["animal-patrol.json"]
tools = ["animal_finding_recorder"]
assets = []Explicit V1 direction
Optional hosted sharing and the clean-recipient round trip remain qualified.
The current hosted management surface is cargo ai packages, not the removed account-project commands. Publication and pull are optional. A complete clean-recipient inspect → install → run → pull/remix journey is still pending final-launch evidence; this page does not present a stable public package reference or claim that journey is complete.
# Publisher chooses whether to host the package
cargo ai packages publish
cargo ai packages visibility --name animal-patrol --public
# Illustrative recipient commands; replace the owner placeholder
cargo ai packages pull animal-patrol --owner-handle YOUR_OWNER_HANDLE
cargo ai packages install animal-patrol \
--account YOUR_OWNER_HANDLE \
--as animal_patrol \
--accept-permissions--accept-permissions records consent after review. These commands show the current syntax, not a verified public Animal Patrol package or completed recipient test.