Conversation
chore: sync v0.76.0 version bump to dev
Adds architectural guidance reminding agents that protoLabs Studio is a platform for building apps — solutions must be configurable per-project, not hardcoded to our specific workflows. Also commits runtime calendar state to unblock worktree pre-flight merges. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Server writes to this file continuously, causing pre-flight merge failures for every worktree. Runtime state should not be git-tracked. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The .automaker/ directory contains per-instance runtime state managed by the running server (features, settings, context, memory, skills, etc.). Tracking these in git causes pre-flight merge failures when the server writes to files between commits. All .automaker/ state lives in the instance and is synced via CRDT mesh, not git. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…2866) Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
#2871) Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
The epic auto-complete fix (PR #2866) changed behavior so git-backed epics are auto-fixable when the epic branch doesn't exist on remote. Tests were asserting the old behavior where git-backed epics were always skipped by the fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: redesign project management UI with wizard-based flow and dashboard Replace the bloated tab-based project detail view with a 6-step wizard (Define, Research, PRD, Plan, Review, Launch) for projects in pipeline, and a monitoring dashboard for active/completed projects. Key changes: - Add generate-prd endpoint (POST /api/projects/lifecycle/generate-prd) - Extend initiate endpoint to accept color/priority/description - Move EnhanceWithAI to shared location with project-specific modes - Build wizard store, step indicator, and 6 step components - Build project dashboard with card grid and filter pills - Build active project monitoring view with milestone progress - Add metadata Sheet (slide-out drawer) replacing sidebar - Add Storybook stories for all new wizard components - Remove old project-detail, projects-list, sidebar, tabs, dialog - Remove completed .automaker/projects/ files (now gitignored) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: resolve eslint no-unused-expressions in review-step ternary Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Promote dev to staging
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (274)
📒 Files selected for processing (26)
💤 Files with no reviewable changes (26)
📝 WalkthroughWalkthroughThis pull request removes files from the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
|
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
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit