Imported from itsolver/ai-registry (
AGENTS.md). Install upstream withnpx skills add itsolver/ai-registry. Copyright stays with the author.
Changelog
- Keep a root
CHANGELOG.mdin the repository. If it is missing, create it. CHANGELOG.mdshould include this header template:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Publishing
- After changing runtime behavior, model data, generated registry files, or the public UI, run
npm testandnpm run typecheck, then publish withnpm run deployunless the user explicitly asks not to deploy. - After deploy, verify the live
https://ai.itsolver.auendpoint or page that the change affects. Do not report the work as complete until the live check passes or the deploy blocker is clearly stated.