v0.2.3-beta
Cleaner Scaffolding, Smarter Onboarding
Two onboarding bugs squashed — a roadmap-review race that could snap you back to page 1, and a stack-suggestion step that sometimes missed context from your project description. Plus: Trinity scaffolding moves out of your repos and to the workspace root.
Improved
- Cleaner scaffold layout — Trinity's agent docs and quality checks land at your workspace root, where the agent actually runs. Each repo only gets
AGENTS.mdand the Trinity-specific.gitignorelines;CLAUDE.md,GEMINI.md, and the.claude/directory sit at the workspace level. No more Trinity scaffolding committed to your repos. - Faster dashboard loads — The dashboard caches its project state across navigation and only refreshes when something has actually changed. Returning to the dashboard from elsewhere in Trinity is now instant, and cold loads start sooner.
Fixed
- First sign-in shows real progress — New accounts no longer sit on "Waiting for approval..." while Trinity provisions your account behind the scenes. You now see "Setting up your workspace" with a step-by-step checklist as soon as you authorize on the website.
- Roadmap review stays where you left it — Fixed a race during streaming roadmap generation that could bounce you back to page 1 (or undo a Next-click) the moment a later section finished generating.
- Roadmap Next/Back show a spinner — The roadmap review's Next and Back buttons now swap to a spinner while Trinity persists your edits, so you know the click registered instead of staring at a frozen-looking arrow.
- Stack suggestions respect your project description — Fixed a bug where the suggestion step could miss context from your description, leading to picks that didn't match what you said you were building.
- Refreshing the planning dashboard stays on the dashboard — Hitting refresh from a project's planning view no longer occasionally bounces you to the new-project page while the active project reloads.
- Knowledge Base shows the right page after Back — Fixed a stale-render bug where navigating between Knowledge or Gotchas pages and using Back kept showing the previous page's content even though the breadcrumb had updated.
- Knowledge Base loading skeletons — Knowledge and Gotchas pages now show a card-shaped placeholder while content loads, instead of a bare "Loading…" line.