Skip to content

v0.10.0 — Guided onboarding + coaching

Choose a tag to compare

@Siddardth7 Siddardth7 released this 02 Jul 13:33
08d8837

The onboarding release (ROADMAP B3, epic #75): a stranger in any field can now self-onboard through a guided conversation — and be coached on the networking strategy as the agent works. This closes the last functional gap before B4 public polish → v1.0.

Highlights

  • /network-setup — guided onboarding wizard (#77). A conversational interview on host tokens builds your profile.yaml (identity, school signals, employers, target roles, and a focus taxonomy the host proposes for your field), your voice.md (only the [CUSTOMIZE] sections are interviewed; the validated message mechanics stay intact), and your resume_library.yaml from pasted resume text under strict fact discipline — provenance types never inflated, no invented metrics. Status-aware and re-runnable: updates rewrite only what you ask, with automatic timestamped backups. API keys never pass through the chat. The README quick start now leads with it.
  • Deterministic setup bridge (#76). network_setup_host status | scaffold | write — validation uses the real runtime loaders (the profile parser, the ResumeLibrary model), so "valid at setup" means "loads at runtime". Raw-text writes preserve your YAML comments; invalid content is refused with the validator's message and your existing file untouched.
  • /network-coach + explain-as-it-works (#78). The strategy playbook grounded in this repo's actual mechanics — the ranker's real weights (confirmed alumni 40 pts), the hook ladder, the one-ask rule + ask rotation, follow-up cadence, send windows, and the reply → next-move precedence table. /network-run and /network-jobs now explain each candidate and draft in one line as they present them, straight from the data on the rows.

Validated end to end in-Claude with a synthetic ICU-nurse persona: the wizard-built files drove classification, all three hook tiers, the taxonomy resolver, the rank team-match signal, and achievement matching.

Quality: 1270 tests, 98.97% line+branch coverage (gate 98), ruff clean. Full details in CHANGELOG.md.

🤖 Generated with Claude Code