Skip to content

chore(deps): add tree-sitter and tree-sitter-languages to lockfile#9

Merged
jeancsil merged 4 commits intomainfrom
feat-developer-edit-tools
Feb 21, 2026
Merged

chore(deps): add tree-sitter and tree-sitter-languages to lockfile#9
jeancsil merged 4 commits intomainfrom
feat-developer-edit-tools

Conversation

@jeancsil
Copy link
Owner

Add tree-sitter (0.21.3) and tree-sitter-languages (>=1.10.2) entries to the
agentic-framework/uv.lock file. This updates the packages list and includes
their sdist and wheel metadata so package resolution and reproducible
installs can pick up prebuilt wheels across platforms.

The change ensures the project can depend on Tree-sitter parsers and the
language bundles, resolving runtime parsing needs and preventing missing
dependency issues during installs and CI.

Add tree-sitter (0.21.3) and tree-sitter-languages (>=1.10.2) entries to the
agentic-framework/uv.lock file. This updates the packages list and includes
their sdist and wheel metadata so package resolution and reproducible
installs can pick up prebuilt wheels across platforms.

The change ensures the project can depend on Tree-sitter parsers and the
language bundles, resolving runtime parsing needs and preventing missing
dependency issues during installs and CI.
Reduce the GitHub Actions CI matrix from testing Python 3.12 and
3.13 to testing only 3.12. This simplifies CI runs, reduces
execution time and resource usage, and avoids running against a
Python version that is not currently required or supported by the
project.
Update calculator tool documentation by running the 
recently corrected edit tool with:
```
uv --directory agentic-framework run agentic-run developer -i "Add
CalculatorTool class documentation in example.py"

```
Clean up spacing and blank lines in the CalculatorTool class
docstring to improve readability and consistency. Remove superfluous
trailing spaces and normalize blank lines between sections (Features,
Usage Examples, Error Handling, Security) so the documentation is
cleaner and easier to maintain.
@jeancsil jeancsil merged commit b62cfb6 into main Feb 21, 2026
2 checks passed
@jeancsil jeancsil deleted the feat-developer-edit-tools branch February 21, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant