[sources]
community = "https://github.com/aig787/agpm-community.git"
[agents]
rust-expert = { source = "community", path = "agents/rust-expert.md", version = "v1.0.0" }
code-reviewer = { source = "community", path = "agents/code-reviewer.md", version = "^1.0.0" }
[snippets]
react-hooks = { source = "community", path = "snippets/react-hooks.md", version = "~1.2.0" }
local-utils = { path = "./local-snippets/utils.md" }
[commands]
deploy = { source = "community", path = "commands/deploy.md", branch = "main" }
[scripts]
build = { path = "./scripts/build.sh" }
[hooks]
pre-commit = { source = "community", path = "hooks/pre-commit.json", version = "v1.0.0" }
[mcp-servers]
filesystem = { source = "community", path = "mcp/filesystem.json", version = "latest" }