ilia
ca8d33045e
Merge pull request 'Release 1.5.0' ( #8 ) from release/1.5.0 into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m15s
CI / Lint + tests (push) Successful in 10m23s
v1.5.0
2026-08-09 18:43:37 -05:00
ilia
81ba2461d1
Release 1.5.0: controls inventory and data-URI truncation.
...
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m12s
CI / Lint + tests (pull_request) Successful in 10m25s
Also align __version__ with the unified product version.
2026-08-09 19:31:58 -04:00
ilia
16731a0c92
Merge pull request 'Controls inventory and data-URI truncation' ( #7 ) from feat/controls-inventory-datauri into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m4s
CI / Lint + tests (push) Successful in 10m26s
2026-08-09 18:25:41 -05:00
ilia
ee520fc391
Add controls inventory and truncate long data: URIs in dumps.
...
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m13s
CI / Lint + tests (pull_request) Successful in 10m24s
Agents hitting Outline-style SPAs need visible vs hidden control lists,
and inlined base64 images were blowing up AI prompts and network copy.
2026-08-09 19:13:54 -04:00
ilia
f45833ff07
Merge pull request 'docs: public mirror hygiene' ( #6 ) from chore/public-docs-hygiene into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m12s
CI / Lint + tests (push) Successful in 10m30s
2026-08-06 09:42:18 -05:00
ilia
628bc4442e
docs: remove home path from AGENTS.md
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m25s
CI / Lint + tests (pull_request) Successful in 10m29s
2026-08-05 20:46:57 -04:00
ilia
8a2c5369a3
Merge pull request 'Add AGENTS.md orientation for Cursor agents' ( #5 ) from chore/bootstrap-agents-md into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m3s
CI / Lint + tests (push) Successful in 10m50s
2026-08-05 17:51:53 -05:00
ilia
a74b1570cf
Add AGENTS.md orientation for Cursor agents
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m14s
CI / Lint + tests (pull_request) Successful in 10m24s
2026-08-05 18:14:35 -04:00
ilia
062499aac0
Merge pull request 'Humanize README tone' ( #4 ) from docs/humanize-prose into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m6s
CI / Lint + tests (push) Successful in 10m43s
2026-08-05 14:27:34 -05:00
ilia
c5f9e63503
Fix package list punctuation in README
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m27s
CI / Lint + tests (pull_request) Successful in 10m59s
2026-08-05 15:05:32 -04:00
ilia
53e439a9fc
Humanize README tone for public mirror
...
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m10s
CI / Lint + tests (pull_request) Successful in 10m29s
Plain opening and package list; keep badges and layout facts.
2026-08-05 15:05:11 -04:00
ilia
2ca2fea032
Merge pull request 'Point README at public GitHub mirror' ( #3 ) from chore/github-inviting-polish into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m12s
CI / Lint + tests (push) Successful in 10m34s
2026-08-05 14:03:42 -05:00
ilia
b7c6f16eae
Point README at public GitHub mirror
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m11s
CI / Lint + tests (pull_request) Successful in 10m55s
2026-08-05 14:48:17 -04:00
ilia
094795f085
Merge pull request 'Unify product version at 1.4.0, add ruff gate, drop stale GitHub workflow' ( #2 ) from chore/version-unify-and-ci-sync into master
CI / automation-js (vitest + real Chromium) (push) Successful in 1m19s
CI / Lint + tests (push) Successful in 10m53s
2026-07-26 15:02:01 -05:00
ilia
d26d1aaa4e
Unify product version at 1.4.0, add ruff gate, drop stale GitHub workflow
...
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m15s
CI / Lint + tests (pull_request) Successful in 10m42s
- 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
2026-07-26 15:47:37 -04:00
ilia
8dec923061
Merge pull request 'Add Node/TS automation twin sharing the extension core' ( #1 ) from feat/automation-js into master
CI / automation-js (vitest + real Chromium) (push) Successful in 35s
CI / Lint + tests (push) Successful in 10m1s
2026-07-15 17:30:06 -05:00
ilia
55018a6e3e
Add Node/TS automation twin sharing the extension core.
...
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 43s
CI / Lint + tests (pull_request) Successful in 9m52s
Expose ExtractorSession for Playwright/camoufox-js so Node automations can
import context dumps instead of shelling out to the Python package. Same
fixture as the Python tests; wired into Makefile and Gitea CI.
2026-07-15 18:17:14 -04:00
ilia
f79552249e
Point docs at Gitea and enable Actions workflow path
...
CI / Lint + tests (push) Successful in 10m33s
Add .gitea/workflows CI mirror and link the README to git.levkin.ca.
2026-07-15 15:04:15 -04:00
ilia
c91cd221d1
Initial Context Extractor: extension + Playwright/Camoufox package
...
CI / Lint + tests (push) Has been cancelled
Ship a shared markdown/prompt core used by a Brave/Chrome MV3 extension and a Python automation API, with pytest coverage, CI, and packaging smoke.
2026-07-15 14:52:22 -04:00