epic: [Epic] M2: Home AI Agent Refinement#72
Merged
Conversation
* 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. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * 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> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Keep research-conditional placeholder from M2 P1 with home-friendly fallback text from M2 P2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
createHomeResearchAgent)Generated by auto-mode agents.