Team Bootstrap
Use this process to roll Hexi out to a small engineering team.
Repo setup
- Add Hexi as a dev dependency in your standard environment.
- Add
.hexi/local.tomland.hexi/runlog.jsonlto.gitignore. - Commit
.hexi/config.tomlbaseline policy for the repo.
Suggested baseline policy
- allow only
git status,git diff, repo-specific test commands. - avoid broad shell permissions early.
Team workflow
- Engineer runs
hexi onboardlocally. - Engineer executes narrow tasks using
hexi run. - Engineer reviews diff + runlog before commit.
Governance tips
- Keep run scope small.
- Review event logs in PR discussion when needed.
- Rotate API keys regularly.