One product version 1.4.0 across extension/manifest.json, automation/pyproject.toml, automation-js/package.json (+lockfile); README now documents the bump-together policy
Delete stale .github/workflows/ci.yml (CI runs on Gitea Actions); README/Makefile say Gitea Actions
CURSOR_PROMPT.md: personal paths replaced with <path-to-context-extractor> placeholders
Add ruff (E4,E7,E9,F,I, line-length 120) via automation/ruff.toml, wired into dev extras, make lint, and the Gitea CI Lint + tests job as a hard gate
Testing
make ci locally: lint (incl. ruff) OK, pytest 11 passed, vitest 5 passed, package smoke OK
Symlink-integrity checks pass
## Summary
- One product version **1.4.0** across extension/manifest.json, automation/pyproject.toml, automation-js/package.json (+lockfile); README now documents the bump-together policy
- Delete stale `.github/workflows/ci.yml` (CI runs on Gitea Actions); README/Makefile say Gitea Actions
- CURSOR_PROMPT.md: personal paths replaced with `<path-to-context-extractor>` placeholders
- Add ruff (E4,E7,E9,F,I, line-length 120) via automation/ruff.toml, wired into dev extras, make lint, and the Gitea CI Lint + tests job as a hard gate
## Testing
- make ci locally: lint (incl. ruff) OK, pytest 11 passed, vitest 5 passed, package smoke OK
- Symlink-integrity checks pass
- One version (1.4.0) across extension/manifest.json, automation/pyproject.toml,
automation-js/package.json (+lockfile); README documents the bump-together policy
- Delete .github/workflows/ci.yml (behind the Gitea copy; CI runs on Gitea Actions)
- CURSOR_PROMPT.md: replace personal paths with <path-to-context-extractor>
- Add ruff (E4,E7,E9,F,I, line-length 120) to automation/ dev extras, Makefile lint,
and the Gitea CI Lint + tests job as a hard gate
ilia
scheduled this pull request to auto merge when all checks succeed 2026-07-26 14:59:59 -05:00
ilia
merged commit 094795f085 into master2026-07-26 15:02:01 -05:00
ilia
deleted branch chore/version-unify-and-ci-sync2026-07-26 15:02:01 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
.github/workflows/ci.yml(CI runs on Gitea Actions); README/Makefile say Gitea Actions<path-to-context-extractor>placeholdersTesting