You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
8
## [Unreleased]
9
9
10
+
*(nothing yet)*
11
+
12
+
## [0.2.0] — 2026-07-03
13
+
14
+
**First public release** — the version announced on Reddit. CLI-first beta, built for contributors.
15
+
16
+
**What it is:** a self-hosted team of AI agents (Captain, Scout, Analyst, Scorer, Writer, Critic + support core) that runs your job search on your own LLM subscription. Everything below this section was previously tracked under *Unreleased* and shipped with this tag.
17
+
18
+
**Highlights of the launch sprint (2026-07-02 → 03):**
19
+
20
+
- 🧹 **Git history sanitized** with `git filter-repo` (three passes): application dossiers, employer names, e-mails, VPS IPs and identifying names purged or pseudonymized across every ref. Stated in `SECURITY.md`.
21
+
- 🌍 **Public site fully internationalized** (7 languages), including the case-studies dashboards and the maintainer's notes; `install.sh` output translated to English.
22
+
- 📊 **Case studies refreshed** to the 2026-07-03 snapshot: month-long autonomous Codex run — 658 positions found, 520 scored, 307 strong matches, weekly budget self-managed at 99–100%.
23
+
- 📄 **Honest docs pass:** upfront cost callout, self-reported-numbers note, provider ToS note, solo-maintainer wording, screenshots + CI badges in the README.
24
+
- 🧪 **Test suite made real:** root `npm test` now runs the actual runners (869 vitest + 425 pytest, all green); 11 stale pytest fixed; Kimi provider model IDs corrected.
25
+
- 🤝 **Contributor on-ramp:** 7 `good first issue` tasks with context and done-criteria, 5 mission issues (M1–M5), 3 real bug reports, labels and templates in place.
26
+
- 🖥️ **Desktop installers** for macOS/Windows/Linux attached as unsupported preview builds (the supported path is the CLI); three Windows-runner build bugs fixed along the way (electron-builder auto-publish, `npm.cmd` spawn, GNU tar vs `C:\` paths).
27
+
28
+
> ℹ️ Historical entries below this point are a mixed Italian/English engineering log that predates the English-only policy (2026-07-03). They are kept verbatim as project history.
-**`docs/about/ROADMAP.md`** rewritten as a one-screen strategic view: verbal states instead of invented percentages (i18n was listed "~70%" with all 7 locales already shipped; "multi-cloud ~50%" had zero code behind it and is now an explicit scope-note), a theme table, and the contributor missions M1–M8. Unique content preserved, not deleted: the skill-distribution design moved to `docs/internal/architecture/skill-distribution.md`, the DB schema plan to `docs/internal/roadmap/db-schema-optimization.md`.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ See [`docs/guides/AI-AGENT-INTEGRATION.md`](docs/guides/AI-AGENT-INTEGRATION.md)
196
196
197
197
## Status
198
198
199
-
- ✅ **Done** — agent team (always-on core: Captain · Sentinel · Assistant · Mentor + dynamic worker pool: Scout · Analyst · Scorer · Writer · Critic + one-shot: Dottore · Mantenitore), monitored by 📡 Bridge; CLI + TUI + web dashboard (54 pages + 142 API routes wired to real Supabase data); full UI i18n in 7 languages (en/it/hu/es/de/fr/pt — agent-prompt translations still catching up in places); 250+ test files; tested end-to-end on Claude Max x20, Kimi €40 (75h + 10-day beta), and Codex ~€100 (**1-month autonomous run**)
199
+
- ✅ **Done** — agent team (always-on core: Captain · Sentinel · Assistant · Mentor + dynamic worker pool: Scout · Analyst · Scorer · Writer · Critic + one-shot: Dottore · Mantenitore), monitored by 📡 Bridge; CLI + TUI + web dashboard (54 pages + 142 API routes wired to real Supabase data); full UI i18n in 7 languages (en/it/hu/es/de/fr/pt — agent-prompt translations still catching up in places); 240+ active test files (869 vitest + 425 pytest green in CI; 40 legacy files parked in [`tests/js/tasks/_disabled/`](tests/js/tasks/_disabled/) after a dashboard refactor — tracked debt, see issue #102); tested end-to-end on Claude Max x20, Kimi €40 (75h + 10-day beta), and Codex ~€100 (**1-month autonomous run**)
200
200
- 🔨 **In progress** — Desktop app toward public beta (installers build for macOS/Windows/Linux and onboarding runs end-to-end, but dashboard parity, agent lifecycle controls and cross-platform QA are open — [`desktop/STATUS.md`](desktop/STATUS.md)) · Kimi tier hardening (two multi-week beta teams in observation)
0 commit comments