Thanks for helping make multi-agent configuration less repetitive.
npm ci
npm run devThe dashboard runs at http://localhost:7777.
Before opening a PR, run:
npm run verifyFor focused core work:
npm run test:core
npm run build --workspace=plexus-agent-config-coreFor focused web work:
npm run build --workspace=plexus-agent-config-web- Do not commit secrets.
- Do not write outside
~/.config/plexus/without a backup path. - Use
lstatbefore removing paths that may be symlinks. - Preserve agent-owned fields in shared native files such as
~/.claude.jsonand~/.codex/config.toml. - Keep team config and personal config separate.
Good PRs include:
- a clear problem statement
- a small, reviewable change
- tests for filesystem or sync behavior
- screenshots or Playwright notes for UI changes
- updated README or
CLAUDE.mdwhen behavior changes