Skip to content

Add claude-role-pool extension example#1

Draft
laulauland wants to merge 1 commit intomainfrom
claude-role-pool-example
Draft

Add claude-role-pool extension example#1
laulauland wants to merge 1 commit intomainfrom
claude-role-pool-example

Conversation

@laulauland
Copy link
Copy Markdown
Member

Summary

  • Adds a new advanced extension example claude-role-pool that orchestrates a pool of Docker sandboxes (planner / implementer / reviewer) via the sbx CLI and dispatches issues to them based on an agent custom property.
  • Ported from an out-of-tree docker-sandbox-test project.
  • Updates the catalog tables in README.md and extensions/README.md.

Test plan

  • Copy .fp/extensions/claude-role-pool.ts into a project's .fp/extensions/
  • Add the [extensions.claude-role-pool] block to .fp/config.toml
  • Verify the Agent and Repositories properties appear on issues
  • Set an issue's Agent property and confirm the matching sandbox is provisioned and the issue dispatched
  • Run Send to <Role> Sandbox from the command palette

Orchestrates a pool of Docker sandboxes (planner/implementer/reviewer) via
the 'sbx' CLI and dispatches issues to them based on a custom 'agent'
property. Ported from the docker-sandbox-test project.
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.

1 participant