This checklist tracks manual steps, verification tasks, and checks that require human overview or local interface interactions as we build the remaining v2.0 sprints.
- Run the local FastAPI backend on
127.0.0.1:7000. - Log in using the admin account (
admin/adminpassword) or bypass via loopback. - Verify that
/api/readyreturns a200status.
- Open the app in a desktop browser and verify window resizing works without overlaps.
- Open the app on a mobile view (or responsive devtools) to check if media overrides match.
- Run through the onboarding tour helper to check for visual jumps or position clipping.
- Verify keyboard navigation (Tab-key outlines) on major UI control elements.
- Verify the 3-panel IDE layout: File Tree (left), Agent Chat (center), Preview/Terminal (right).
- Test the Notion MCP server by inputting your personal page credentials in settings.
- Index an Obsidian vault folder and verify search hits come up in the memory panel.
- Review the memory tier visualization panel to confirm data is correctly bucketed (Hot/Warm/Cool).
- Confirm
docker-compose.ymlhas the Open Hands container running on port3000(or configured port). - Verify that the Open Hands iframe loads and communicates securely with the workspace.
- Test the live preview refresh action on a dummy HTML/JS file modification.
- Turn on "Teach Mode" toggle in the header.
- Run a 3-turn interactive sequence, observing if clarifying questions are asked.
- Click "Crystallize to Skill" and verify the generated SKILL.md draft has valid YAML frontmatter.
- Audit quarantined skills and check the version rollback history.
- Verify and approve the nightly proposed reflection patches.