@shaferllc/keel 0.81.1 → 0.81.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ai-manifest.json +8 -1
- package/docs/changelog.md +2095 -0
- package/llms.txt +1 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -131,3 +131,4 @@ Every topic has a runnable, type-checked example:
|
|
|
131
131
|
- [Full text of all docs](https://github.com/shaferllc/keel/blob/main/llms-full.txt): every guide concatenated into one file
|
|
132
132
|
- [AGENTS.md](https://github.com/shaferllc/keel/blob/main/AGENTS.md): conventions and workflow for AI agents editing a Keel app
|
|
133
133
|
- [README](https://github.com/shaferllc/keel/blob/main/README.md): project overview
|
|
134
|
+
- [Changelog](https://github.com/shaferllc/keel/blob/main/CHANGELOG.md): release history, newest first
|
package/package.json
CHANGED