This folder contains the local template registry index for AgenticGoKit.
- index.json: Registry entries used by
agk template listandagk init. - LICENSE: Registry license file.
- Add or update entries in index.json.
- Keep entries consistent with template metadata (name, version, description).
- Validate locally with:
- agk template list
- agk init --template
- Use
agk template add <path>to add local templates. - Use
agk template remove <name|source>to clear cached templates. - If a template is cached, remove and re-add to pick up changes.