askit-build-settings
askit-build-settings (reference)
Section titled “askit-build-settings (reference)”Creates and improves a plugin’s settings and permissions per target, and recommends least-privilege allowlists.
create/improve: scaffold or tighten settings per target (Claude Codesettings.jsonpermissions/env/hooks; Codexconfig.tomlsubset).- permission advice: recommend the minimal allowlist a component needs; flag over-grants (the
permission-advisorrole, folded in).
Least privilege (grant only what is used) and secret hygiene (env indirection, never commit secrets) are Universal security rules (sec 9). Recipe + rubric: settings-recipe.
Boundaries
Section titled “Boundaries”askit-build-hook authors hooks; this wires their registration. askit-build-statusline owns the statusLine entry. See the build-settings how-to.