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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.0.8 (#103)
## Release v0.0.8
Version bump `0.0.7 → 0.0.8` across all synced surfaces (`package.json`,
`package-lock.json`, `src/version.ts`, `.claude-plugin/plugin.json`,
`.claude-plugin/marketplace.json` — `node scripts/sync-version.mjs
--check` passes), plus one small doc-drift fix folded in.
### What ships since v0.0.7
**New verbs**
- `graph` — case knowledge graph ("connect the dots") (#101)
- `situation` — live monitoring page over the case + `/situation` (#98)
- `voice` — speaker verification over `voice-print` indexes (#86)
- `screenshot` — browser screen capture (+ `browser:` source) (#91)
- `reconstruct` — speculative camera reposition / novel-view synthesis
via fal (#93)
- `chronolocate` — sun/shadow chronolocation, pure offline solar math
(#87)
- `archive` — global cross-case media buckets with `archive:` refs (#85)
- `devices` + actionable `exif`/`verify` forensic triage (#84)
**New OSINT sources**
- `dispatch` police CAD / calls-for-service via Socrata (no key) (#100)
- `flights` ADS-B via OpenSky + `yandeximg` reverse image (#90)
- `overpass` OSM features + `firms` NASA active fires (#95)
- `wayback` deleted-web recovery (#87)
- `dork` (Serper) + `shodan` host recon (#83)
- Identity/records sources: `username` / `person` / `phone` / `property`
/ `plate` (#94)
**Enhancements**
- `brief`/`case status` restructured around lines of investigation
(shared mission renderer) (#97)
- `enhance --ops ela` / `--ops panorama` image forensics + stitching
- Chair console voice dictation (Web Speech API mic) (#92)
- MCP consume bridge documented example source (#74); Cloudglue opt-in
memory provider (#72)
- Docs/skills/coverage sync incl. 8 new CSI skills (#96, #102);
dependency bumps (#75–#81)
### Doc-drift fix in this PR
`overcast --help` env listing (`ENV_GROUPS` in `src/cli.ts`) now
includes four knobs already documented in README/docs: `DETECT_PY`,
`OVERCAST_VOICE_MODEL` / `OC_VOICE_DEVICE`, `OVERCAST_GRID_FONT`,
`OVERCAST_TAILSCALE_CMD`. Skills regen is a no-diff; README/docs
verified against `overcast commands --json` (38 verbs, 26 sources, all
32 skills covered).
### After merge (release procedure)
```bash
git checkout main && git pull
git tag v0.0.8 && git push origin v0.0.8 # triggers release.yml → npm publish (OIDC) + binaries
```
Verified locally: `npm run typecheck` clean, `npm test` 1090/1090 pass,
`node scripts/sync-version.mjs --check` clean.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Version metadata sync plus help-text additions; no runtime logic
changes in the diff.
>
> **Overview**
> **Release v0.0.8** — version is bumped from `0.0.7` to `0.0.8`
everywhere it is synced (`package.json`, `package-lock.json`,
`src/version.ts`, `.claude-plugin/plugin.json`,
`.claude-plugin/marketplace.json`).
>
> The only non-version change in the diff extends **`ENV_GROUPS` in
`src/cli.ts`** so top-level help lists env vars that were already
documented elsewhere: `OVERCAST_TAILSCALE_CMD`, `DETECT_PY`,
`OVERCAST_VOICE_MODEL` / `OC_VOICE_DEVICE`, and `OVERCAST_GRID_FONT`.
Feature work since v0.0.7 is described in the PR body but is not part of
this diff.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
bbc8b3c2bbf3cef4c3ab4ce61ee0711512f6993a. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->