You've already forked tribes-plugin-trust
40310b26ea
CI / Test (push) Failing after 20s
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
565 B
565 B
Checklist
After Generation
- Confirm
manifest.jsonid,slug,otp_app, andentry_module. - Confirm
manifest.jsonentry_modulematches your plugin module. - Run
mix deps.get. - Run
scripts/plugin smoke. - Run
scripts/plugin test.
Before Committing
- Run
mix format. - Run
scripts/plugin precommit. - If assets changed, run
devenv shell -- npm run build --prefix assets. - Check
git status --shortfor generated files that should not be committed. - Commit with a semantic subject and a useful body unless the patch is minimal.