mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #69] [MERGED] feat: add kiro power config #214
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/69
Author: @hwei0
Created: 12/11/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @hwei0
Base:
main← Head:main📝 Commits (2)
3347e34feat: add kiro power configdcfb721Merge branch 'main' into main📊 Changes
3 files changed (+87 additions, -0 deletions)
View changed files
📝
README.md(+28 -0)➕
power-iam-policy-autopilot/POWER.md(+48 -0)➕
power-iam-policy-autopilot/mcp.json(+11 -0)📄 Description
Issue #, if available:
https://github.com/awslabs/iam-policy-autopilot/issues/64
Description of changes:
Adding a kiro power configuration directory, consisting of:
POWER.mdreadme, specifying onboarding information and very brief "steering" information (specifically, two example use cases)mcp.jsonconfig.(note: in our installation guide we specify two different
mcp.jsonconfigs, one for pip+binary installation, and one foruv. Kiro powers don't seem to support selectively picking/enabling onemcp.jsonconfig out of multiple configs, so I specified in the Kiro power's onboarding doc that the agent must runuv tool install iam-policy-autopilotif it detects auv-based installation.)Testing: installed it into my Kiro IDE.
(note: Kiro offers a feature where kiro power can be automatically detected and installed from github repositories, but this functionality seems to be broken. So for now it seems that the power must be installed by doing
git cloneand installing from a local folder; I specified this as the way to go in the README).By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.