Summary
Add dynamic context sync to unic so contexts can be generated and refreshed from AWS sources instead of being managed only by hand.
Why
context setup, ordering, and filtering are strong now, but at scale the main pain becomes keeping contexts up to date. AWS accounts, roles, and SSO assignments change often, and manual config maintenance becomes operational debt.
Desired behavior
- Add a
unic context sync workflow
- Support generating/updating contexts from one or more sources:
- AWS Organizations account inventory
- SSO-visible accounts/roles
- future internal catalog source if needed
- Distinguish generated contexts from manually managed contexts
- Surface drift or merge behavior clearly
Acceptance Criteria
- Users can refresh generated contexts without hand-editing all entries
- Sync does not clobber clearly manual-only context data without an explicit policy
- Sync behavior is documented, predictable, and test-covered
- README and docs are updated
Summary
Add dynamic context sync to
unicso contexts can be generated and refreshed from AWS sources instead of being managed only by hand.Why
context setup, ordering, and filtering are strong now, but at scale the main pain becomes keeping contexts up to date. AWS accounts, roles, and SSO assignments change often, and manual config maintenance becomes operational debt.Desired behavior
unic context syncworkflowAcceptance Criteria