Aditya Bavadekar
a38219d3ef
fix(python): standardize Python version across all packages
...
- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12
- Synchronized root `pyproject.toml` and regenerated `uv.lock`
2025-10-23 03:15:21 +05:30
James Murdza
ddc5a5de91
Format codebase with uv run pre-commit run --all-files
2025-10-22 11:35:31 -07:00
Aditya Bavadekar
c33517a42d
chore: consolidate Ruff configs, add prettier dependancy and updated documentation usage
...
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files
- Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores
- Add Prettier setup and usage instructions to Development.md
- Include pnpm install instructions for JS/TS dependencies
- Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
2025-10-22 11:10:21 -07:00
Your Name
3d50e3cefb
update pyproj
2025-10-10 22:40:36 +00:00
Your Name
424b8762c4
bump versions
2025-10-10 22:36:07 +00:00
Your Name
0af7ea394f
add tag prefix
2025-10-10 21:51:18 +00:00
Your Name
2ff4030709
tag
2025-10-10 21:33:45 +00:00
Your Name
46b361b732
Add bump2version configuration for all Python packages
...
Adds .bumpversion.cfg files to each Python package (agent, computer,
computer-server, core, mcp-server, pylume, som) to enable automated
version bumping with bump2version tool.
Includes comprehensive Makefile with targets for:
- Installing and managing bump2version
- Bumping package versions (major, minor, patch)
- Managing dependencies and building packages
- Running tests and formatting
- Cleaning build artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-10 21:23:47 +00:00
James Murdza
78a68ae40a
Move configuration section from README to Cua documentation
2025-09-01 09:34:17 -04:00
Dillon DuPont
59418b0261
Added AGPL license tooptional cua-som component
2025-08-29 11:40:43 -04:00
Dillon DuPont
39d60a852c
Updated license of cua-som and cua-agent[omni]
2025-08-29 11:33:04 -04:00
James Murdza
b62be1bde1
Use absolute paths to fix PyPi project pages
2025-08-18 16:37:20 -04:00
Morgan Dean
0246d18347
Reorganize lib folder w/typescript and python roots, initialize core library.
2025-06-23 10:22:36 -07:00