Skip to content

Commit 3443ed3

Browse files
committed
docs: truthful test counts with disabled-tests transparency, human 0.2.0 changelog section, English release-notes template
1 parent 860e298 commit 3443ed3

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ jobs:
232232
with:
233233
name: "Job Hunter Team ${{ github.ref_name }}"
234234
body: |
235-
## Novità in ${{ github.ref_name }}
235+
## What's new in ${{ github.ref_name }}
236236
237237
${{ steps.changelog.outputs.notes }}
238238
239239
---
240-
Vedi [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/CHANGELOG.md) per la storia completa.
240+
See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/${{ github.ref_name }}/CHANGELOG.md) for the full history.
241241
draft: false
242242
prerelease: ${{ contains(github.ref_name, '-') }}
243243
files: |

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

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.
29+
30+
1031
### 📚 Docs restructure: one-screen ROADMAP + slim BACKLOG index — 2026-07-03
1132

1233
- **`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`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ See [`docs/guides/AI-AGENT-INTEGRATION.md`](docs/guides/AI-AGENT-INTEGRATION.md)
196196

197197
## Status
198198

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**)
200200
- 🔨 **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)
201201
- ⏭️ **Next** — Demo GIFs + launch assets · desktop auto-update + tray/notifications · contributor missions M1–M5 (see the roadmap)
202202

0 commit comments

Comments
 (0)