Commit a32c123
epic: M2 Home AI Agent Refinement
* test: add E2E tests for critical homeMaker cross-service flows (#64)
Adds Playwright E2E tests covering four critical integration flows:
1. Sensor lifecycle: register → report reading → query history
2. Maintenance completion: create task → complete → verify XP awarded
3. Inventory + sensor: add asset → link sensor → verify readings
4. Gamification milestone: complete task → achievement unlocked
Tests use API-level requests (no UI interaction required) and support
both AUTOMAKER_AUTO_LOGIN dev mode and API key auth for CI environments.
All four tests pass against the live dev server.
* feat: add home research mode agent and research-first board task UX
- Add `createHomeResearchAgent()` to agent-definitions.ts with WebSearch/WebFetch tools;
produces structured reports (overview, top options, pros/cons, price ranges, recommendation)
and is explicitly bounded from writing code or modifying files
- Add `getHomeResearcherPrompt()` in libs/prompts/src/agents/home-researcher.ts and
export it from the agents barrel
- Extend `featureType` union in libs/types/src/feature.ts to include 'research' alongside
'code' and 'content'
- Update add-feature-dialog to default new tasks to 'research' type with a task type
selector (Research vs Code) and research-specific description placeholder examples
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1a04b1f commit a32c123
File tree
46 files changed
+1562
-24
lines changed- .automaker
- memory
- projects
- bugs
- homemaker-completion
- milestone-facts
- homemaker-vision-alignment
- milestones
- 01-m1-strip-dev-platform-ui
- 02-m2-home-ai-agent-refinement
- 03-m3-product-identity
- system-improvements
- apps
- server/src/services
- ui/src/components/views/board-view/dialogs
- libs
- prompts/src/agents
- types/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1562
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments