Kiro
Apothem harness adapter for Kiro (GA).
Vendor: AWS
Install name: kiro
Status: GA
Native config: <project>/.kiro/steering/apothem-rules.md
Installation
apothem install --harness kiro --project /path/to/projectThe adapter writes one project-scope Kiro steering file from the shared Apothem rules and governance surface.
Files written: <project>/.kiro/steering/apothem-rules.md
Profile-to-native-config mapping
The adapter reads Apothem's shared profile and renders the project steering file
on every apothem install or apothem update run. The shared profile is the
source of truth; project-local edits to the generated file are backed up before
the next sync replaces the Apothem-managed content.
Compatibility notes
Kiro's steering surface is project-scoped under .kiro/steering/. The adapter
writes a dedicated apothem-rules.md steering file with inclusion: always
front matter and never clobbers Kiro's operator-authored foundation files
(product.md, tech.md, structure.md). Kiro specs (.kiro/specs/) and agent
hooks are operator-owned; Apothem does not write them.
Verification
apothem verify --harness kiro --project /path/to/projectThe verify command confirms that:
- The native config exists at the expected path.
- All mandatory fields from the shared profile are present.
- The adapter-specific verification routine reports success.
Updating
apothem update --harness kiro --project /path/to/projectRe-derives the project steering file from the current shared profile state.
Uninstalling
apothem uninstall --harness kiro --project /path/to/projectRemoves the native config files written by the adapter. The shared profile YAML and Apothem engine are unaffected.
Conformity gate
python -m apothem.conformity.gate --all .Troubleshooting
| Symptom | Fix |
|---|---|
| Config file not found | Re-run apothem install --harness kiro --project /path/to/project |
| Verification failed | Run apothem update --harness kiro --project /path/to/project, then verify again |
| Unexpected config content | Check ~/.config/apothem/profile.yaml or --profile PATH, then re-run apothem update --harness kiro --project /path/to/project |
Configuration knobs
| Flag | Default | Description |
|---|---|---|
--dry-run | false | Preview install without writing files. |
See also
- All harnesses — the full catalog of supported tools
- Install guide — install Apothem into this harness
apothem harnessesreference — list and inspect adapters from the CLI