Security role docs drift worker
July 30, 2026 ยท View on GitHub
Pre-activation has computed drift against the live Kibana features API. Read the drift report at /tmp/gh-aw/agent/drift-report.json and open exactly one pull request when drift exists.
Pre-activation context
- Report path:
/tmp/gh-aw/agent/drift-report.json
Task
- Read
/tmp/gh-aw/agent/drift-report.json. - Update
scripts/security-role-docs/kibana-features.jsonso it reflects the live Kibana feature set from the report:- add unknown features to
documentedwhen they should appear in the guide - remove features from
documentedwhen they appear inremoved_features - if a feature should stay undocumented, reviewers can move it from
documentedtoskip
- add unknown features to
- Update the Kibana feature privilege reference in
templates/guides/security-roles.md.tmplto match the feature changes. - Run
make docs-generatesodocs/guides/security-roles.mdmatches the updated template. - Create exactly one pull request with the resulting changes.
Pull request requirements
- Explain the drift found using
unknown_featuresandremoved_featuresfrom the report. - State that reviewers may move newly added features from
documentedtoskipwhen the feature should remain excluded from the guide. - Do not create issues.
- If the report contains no actionable drift after inspection, call
noopinstead of opening a pull request.