Commit Graph

2 Commits

Author SHA1 Message Date
Manoj Bajaj 7db1f5aa97 chore: agent readiness improvements
- Added PR template
- Configured dependabot and renovate for min_release_age
- Enabled secret scanning via gitleaks pre-commit hook
- Enabled naming (N) and cyclomatic complexity (C90) checks in ruff

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Entire-Checkpoint: 81809e52b50a
2026-05-08 13:51:36 +05:30
Manoj Bajaj 6ad51760a8 chore: fix pyproject.toml and test bugs
- Set requires-python to >=3.13, target-version to py313, line-length to 120
- Add LICENSE file (MIT) and license-files field
- Update author name/email to Manoj Bajaj <manojbajaj95@gmail.com>
- Add py.typed marker, ruff config, and coverage config
- Fix test_flows.py: use LocalFileCryptoBackend instead of KeyringCryptoBackend
- Fix test_registry.py: assert "github" instead of non-existent "anthropic" bundled provider

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 14:22:10 +05:30