docs: Consolidate steering files into AGENTS.md and update actions - #14
Merged
Conversation
- Move .kiro/steering/{product,tech,structure}.md into root AGENTS.md
- Remove AGENTS.md from .gitignore
- Update GitHub Actions to latest:
- actions/dependency-review-action v4.9.0 -> v5.0.0 (Node.js 24)
- github/codeql-action v4.35.3 -> v4.35.4
Corrections during consolidation:
- Fix glaze serialization note (kotlin-lsp requires null values, so
skip_null_members is false)
- Clarify Android variant selection (first non-test, typically debug)
- Expand CLI flag documentation (--log-level, --version, --save-gradle-output)
- Note test auto-discovery via file(GLOB) in CMakeLists.txt
- Mention resolve-action-shas.sh Python implementation
Signed-off-by: Nikolai Fedorov <nikofed@amazon.de>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #14 +/- ##
=======================================
Coverage 89.79% 89.79%
=======================================
Files 13 13
Lines 794 794
Branches 115 115
=======================================
Hits 713 713
Misses 52 52
Partials 29 29 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Consolidate steering files into root AGENTS.md:
.kiro/steering/{product,tech,structure}.mdinto a singleAGENTS.mdat the repo rootAGENTS.mdfrom.gitignoreUpdate GitHub Actions:
actions/dependency-review-actionv4.9.0 → v5.0.0 (Node.js 24 runtime bump)github/codeql-actionv4.35.3 → v4.35.4Corrections during consolidation (verified against source):
nullvalues, soskip_null_membersisfalse(old docs said 'skip null optionals')pick_android_variantin gradle.hpp)--log-level,--version,--save-gradle-output,--jvm-target)file(GLOB)in CMakeLists.txtresolve-action-shas.sh's Python implementation file