# v1.8.0-alpha.1 — Project profile, inventory, and desktop inspector This alpha completes the v1.8 project-intelligence line on top of the workspace map from `v1.8.0-alpha.0`. Everything is deterministic and read-only — no semantic indexing, no model calls. ## Added - **Project profile hints** — `relay-baton profile [--json]` combines the workspace map with config and the registered project's defaults to suggest: framework tags, recommended build/test commands (an explicit config command wins, otherwise derived from detected scripts + package manager), diet/agent defaults, excluded paths, and entry points. - **Dependency & script inventory** — `relay-baton inventory [--json]` gives a bounded summary of package scripts, workspace packages (with their scripts), CI workflows, release files, and dependency manifests. - **Desktop project inspector** — a read-only dashboard "project inspector" card (workspace map + profile) plus Agent Room `/workspace`, `/profile`, and `/inventory`, all through the CLI sidecar. ## Constraints - Deterministic and bounded — reads known manifests/config only, no full-repo content scanning, no semantic indexing, no model calls. - The desktop inspector reads only through the CLI sidecar; no business logic in the webview. ## Next - v1.9 — team handoff package.