# v1.8.0-alpha.0 — Workspace map v2 This alpha starts the v1.8 project-intelligence line with a deterministic, bounded workspace map. No semantic indexing, no embeddings, no model calls. ## Added - **Workspace map v2** — `relay-baton workspace [--json]` builds a structured map of the repository straight from manifest/config files: - detected package managers (pnpm, npm, yarn, cargo, go, pip, bundler, dotnet), - languages (typescript, javascript, rust, go, python, ruby, csharp), - monorepo packages (pnpm-workspace.yaml or `workspaces`, bounded), - npm scripts (build / test / lint + others), - entry points (package.json main/module/bin, common src entries), - docs (README, docs/, CONTRIBUTING, CHANGELOG), - AGENTS / CLAUDE / .cursorrules files. ## Constraints - Deterministic and bounded — reads known manifests/config only, no full-repo content scanning, no semantic indexing, no model calls. - Read-only. ## Next in v1.8 - Project profile hints (command defaults, excluded paths, language tags). - Dependency and script inventory. - Desktop project inspector (read-only, through the CLI sidecar).