This repository contains an OpenCode plugin that bootstraps and operates the BIOMETRICS V3 control-plane as a repo-first package.
- Tools (OpenCode custom tools):
biometrics.bootstrap_plans— creates~/.sisyphus/plans/<project>/boulder.jsonscaffolding.biometrics.clone_repo— clones the BIOMETRICS repo into a target directory.biometrics.onboard— runs./biometrics-onboardin the BIOMETRICS repo (interactive by default).biometrics.check_gates— runs./scripts/release/check-gates.shin the BIOMETRICS repo.
Add a loader to your project:
.opencode/plugins/biometrics.ts:import plugin from "<path-to-this-repo>/plugins/biometrics.ts"; export default plugin;
Then start OpenCode in that project and call the tools from your agent workflow.
The plugin does not run privileged installers automatically. If you run onboarding with non-interactive flags, you are explicitly opting into automation.
This repository follows the Global Dev Docs Standard.
For contribution guidelines, see CONTRIBUTING.md. For security policy, see SECURITY.md. For the complete OpenSIN ecosystem, see OpenSIN-AI Organization.