Conversation
There was a problem hiding this comment.
Pull request overview
This pull request upgrades project dependencies and adds comprehensive LLM documentation files. The main changes include updating yarn dependencies (vite, esbuild, rollup, and calcit packages) to newer versions, adding two large markdown guides for AI agents, introducing a new dependency file, and updating CI workflow commands to use newer syntax.
Key changes:
- Updated multiple core dependencies (vite 4.4.9→7.3.0, esbuild 0.18.20→0.27.2, rollup 3.29.4→4.55.1, @calcit/procs 0.8.4→0.10.4)
- Added ~900-line Respo framework guide (
llms/Respo.md) and ~450-line Calcit CLI guide (Agents.md) for LLM assistance - Added comprehensive API documentation and examples to code via
:examplesfields incompact.cirruandcalcit.cirru
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updated all package versions and their transitive dependencies to newer releases |
| package.json | Upgraded vite and @calcit/procs to newer major/minor versions |
| package.cirru | Removed (file deleted, replaced by deps.cirru) |
| deps.cirru | New dependency file format listing Calcit packages |
| compact.cirru | Added documentation strings and code examples to all function definitions |
| calcit.cirru | Mirrored documentation additions from compact.cirru in expanded AST format |
| llms/Respo.md | New comprehensive guide for LLM agents working with Respo framework |
| Agents.md | New Calcit CLI reference guide for AI agents |
| .gitignore | Added .DS_Store to ignore list |
| .github/workflows/upload.yaml | Updated CI command syntax (--emit-js --once → js -1) |
| .gitattributes | Excluded new documentation files from diffs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0623cb7 to
d436020
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.