Skip to content

Bug: Epics don't auto-complete when no epic branch exists#2876

Open
mabry1985 wants to merge 14 commits intomainfrom
feature/bug-epics-dont-auto-complete-when-no
Open

Bug: Epics don't auto-complete when no epic branch exists#2876
mabry1985 wants to merge 14 commits intomainfrom
feature/bug-epics-dont-auto-complete-when-no

Conversation

@mabry1985
Copy link
Contributor

@mabry1985 mabry1985 commented Mar 18, 2026

Summary

Reported by: mythxengine team during monitoring session (2026-03-18)

Problem: When prBaseBranch: dev is set globally or per-project, feature PRs target dev directly instead of the epic branch. This means the epic branch is never created, so CompletionDetectorService has nothing to detect — it looks for all children merged into the epic branch, but they merged into dev instead. The epic sits in backlog forever with all children done.

Observed: M3 and M6 epics on mythxeng...


Created automatically by Automaker

Summary by CodeRabbit

  • Chores
    • Cleaned up internal configuration and documentation files.

@mabry1985 mabry1985 enabled auto-merge March 18, 2026 09:46
Claude AI Agent and others added 14 commits March 18, 2026 09:46
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>
)

Co-authored-by: Claude AI Agent <ai-agent@automaker.dev>
…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>
@mabry1985 mabry1985 force-pushed the feature/bug-epics-dont-auto-complete-when-no branch from 46140a3 to 687d62b Compare March 18, 2026 09:46
@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b5092c35-1211-4b02-9071-0bfa37e84c4a

📥 Commits

Reviewing files that changed from the base of the PR and between 33eefb1 and 687d62b.

⛔ Files ignored due to path filters (274)
  • .automaker/memory/api.md is excluded by !.automaker/memory/**
  • .automaker/memory/architecture.md is excluded by !.automaker/memory/**
  • .automaker/memory/audit.md is excluded by !.automaker/memory/**
  • .automaker/memory/auth.md is excluded by !.automaker/memory/**
  • .automaker/memory/content-pipeline-validation.md is excluded by !.automaker/memory/**
  • .automaker/memory/cost-optimization.md is excluded by !.automaker/memory/**
  • .automaker/memory/database.md is excluded by !.automaker/memory/**
  • .automaker/memory/design.md is excluded by !.automaker/memory/**
  • .automaker/memory/documentation.md is excluded by !.automaker/memory/**
  • .automaker/memory/gotcha.md is excluded by !.automaker/memory/**
  • .automaker/memory/gotchas.md is excluded by !.automaker/memory/**
  • .automaker/memory/gtm-signal-intelligence-project.md is excluded by !.automaker/memory/**
  • .automaker/memory/monitoring.md is excluded by !.automaker/memory/**
  • .automaker/memory/observability.md is excluded by !.automaker/memory/**
  • .automaker/memory/ops-lessons.md is excluded by !.automaker/memory/**
  • .automaker/memory/pattern.md is excluded by !.automaker/memory/**
  • .automaker/memory/patterns.md is excluded by !.automaker/memory/**
  • .automaker/memory/performance.md is excluded by !.automaker/memory/**
  • .automaker/memory/persistence.md is excluded by !.automaker/memory/**
  • .automaker/memory/reliability.md is excluded by !.automaker/memory/**
  • .automaker/memory/resilience.md is excluded by !.automaker/memory/**
  • .automaker/memory/security.md is excluded by !.automaker/memory/**
  • .automaker/memory/seo.md is excluded by !.automaker/memory/**
  • .automaker/memory/state.md is excluded by !.automaker/memory/**
  • .automaker/memory/statemanagement.md is excluded by !.automaker/memory/**
  • .automaker/memory/storage.md is excluded by !.automaker/memory/**
  • .automaker/memory/testing.md is excluded by !.automaker/memory/**
  • .automaker/memory/ui.md is excluded by !.automaker/memory/**
  • .automaker/memory/ux.md is excluded by !.automaker/memory/**
  • .automaker/projects/agent-manifest-hardening/CHANGELOG-03-testing-and-documentation.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestone-facts/testing-and-documentation.json is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/01-api-and-lifecycle-fixes/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/01-api-and-lifecycle-fixes/phase-01-fix-built-in-role-capabilities-in-api-agents-get.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/01-api-and-lifecycle-fixes/phase-02-dispose-agentmanifestservice-on-shutdown.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/01-api-and-lifecycle-fixes/phase-03-add-auto-assignment-to-pipeline-execution-path.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/02-type-safety-and-scoring/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/02-type-safety-and-scoring/phase-01-type-the-builtin-flag-on-projectagent.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/02-type-safety-and-scoring/phase-02-calculate-confidence-from-match-score.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/02-type-safety-and-scoring/phase-03-remove-or-implement-manifestpaths-setting.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/03-testing-and-documentation/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/03-testing-and-documentation/phase-01-add-route-tests-for-api-agents-endpoints.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/03-testing-and-documentation/phase-02-add-linux-compatible-file-watching.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/milestones/03-testing-and-documentation/phase-03-fix-documentation-inaccuracies.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/agent-manifest-hardening/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestone-facts/mcp-server-documentation.json is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestone-facts/observability-langfuse-built-in-tracing.json is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestone-facts/prompts-git-versioned-templates-playground.json is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestone-facts/tools-package-define-once-deploy-everywhere.json is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/01-foundation-extract-scaffold/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/01-foundation-extract-scaffold/phase-01-create-monorepo-skeleton-and-scaffold-function.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/01-foundation-extract-scaffold/phase-02-extract-chat-ui-components-to-packages-ui.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/01-foundation-extract-scaffold/phase-03-create-css-theming-system-and-shared-atoms.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/02-server-claude-agent-sdk-streaming/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/02-server-claude-agent-sdk-streaming/phase-01-build-model-resolver-and-express-server-skeleton.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/02-server-claude-agent-sdk-streaming/phase-02-build-streaming-chat-route-with-claude-agent-sdk.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/02-server-claude-agent-sdk-streaming/phase-03-build-tool-registry-and-example-tool.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/02-server-claude-agent-sdk-streaming/phase-04-build-websocket-sideband-for-tool-progress.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/03-app-state-chat-ui/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/03-app-state-chat-ui/phase-01-build-vite-spa-skeleton-with-tanstack-router.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/03-app-state-chat-ui/phase-02-build-zustand-session-store-and-usechatsession-hook.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/03-app-state-chat-ui/phase-03-compose-chat-view-with-extracted-ui-components.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/04-advanced-features-commands-roles-polish/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/04-advanced-features-commands-roles-polish/phase-01-build-slash-command-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/04-advanced-features-commands-roles-polish/phase-02-build-agent-roles-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/04-advanced-features-commands-roles-polish/phase-03-write-readme-and-starter-documentation.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/05-integration-ship/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/05-integration-ship/phase-01-wire-into-scaffold-system-and-add-starter-features.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/05-integration-ship/phase-02-end-to-end-verification-and-build-test.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/06-tools-package/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/06-tools-package/phase-01-extract-tool-definitions.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/06-tools-package/phase-02-wire-tools-package-into.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/07-observability-tracing/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/07-observability-tracing/phase-01-extract-langfuse-wrapper-and.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/07-observability-tracing/phase-02-build-trace-viewer-ui-route.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/08-flows-langgraph/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/08-flows-langgraph/phase-01-extract-langgraph-graph.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/08-flows-langgraph/phase-02-build-visual-flow-builder.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/09-prompts-package/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/09-prompts-package/phase-01-extract-prompt-builder-and.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/09-prompts-package/phase-02-build-prompt-playground-ui.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/10-mcp-and-docs/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/10-mcp-and-docs/phase-01-create-mcp-server-example.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/10-mcp-and-docs/phase-02-create-docs-directory-with.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/milestones/10-mcp-and-docs/phase-03-update-readme-with-full.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/ai-agent-app-starter-kit/timeline.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/CHANGELOG-01-shared-design-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/CHANGELOG-02-docs-starter-kit-starlight.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/CHANGELOG-03-portfolio-starter-kit.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/CHANGELOG.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestone-facts/docs-starter-kit-starlight-.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestone-facts/integration-and-polish.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestone-facts/portfolio-starter-kit.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestone-facts/shared-design-system.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/01-shared-design-system/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/01-shared-design-system/phase-01-create-shared-tailwind-brand-preset.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/01-shared-design-system/phase-02-create-shared-astro-component-library.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/02-docs-starter-kit-starlight/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/02-docs-starter-kit-starlight/phase-01-scaffold-starlight-project-with-protolabs-theme.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/02-docs-starter-kit-starlight/phase-02-add-docs-kit-ci-and-agent-context.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/03-portfolio-starter-kit/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/03-portfolio-starter-kit/phase-01-scaffold-portfolio-project-structure.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/03-portfolio-starter-kit/phase-02-build-portfolio-page-sections.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/03-portfolio-starter-kit/phase-03-build-portfolio-sub-pages-and-seo.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/03-portfolio-starter-kit/phase-04-add-portfolio-kit-ci-and-agent-context.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/04-integration-and-polish/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/04-integration-and-polish/phase-01-wire-starter-kits-into-create-protolab-scaffold-flow.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/milestones/04-integration-and-polish/phase-02-visual-polish-and-responsive-qa.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/astro-starter-kits/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/CHANGELOG-01-implementation.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/CHANGELOG.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/milestone-facts/implementation.json is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/milestones/01-implementation/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/milestones/01-implementation/phase-01-qa-doc-generator-launch-hook.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/pm-session-archived.json is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/auto-generate-qa-checklist-on-project-launch/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/bugs/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/bugs/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/bugs/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/CHANGELOG-02-lightweight-sync-extensions.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestone-facts/lightweight-sync-extensions.json is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/01-dead-code-removal/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/01-dead-code-removal/phase-01-remove-dead-automergefeaturestore-methods-and-claim-protocol.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/01-dead-code-removal/phase-02-remove-crdt-remote-changes-event-type-and-rename-crdtfeatureevent.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/01-dead-code-removal/phase-03-remove-vestigial-hive-config-section.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/02-lightweight-sync-extensions/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/02-lightweight-sync-extensions/phase-01-categories-via-event-bridge.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/02-lightweight-sync-extensions/phase-02-memory-usage-stats-in-metrics-crdt-domain.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/03-notes-as-crdt-domain/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/03-notes-as-crdt-domain/phase-01-add-notesworkspace-crdt-domain-schema.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/03-notes-as-crdt-domain/phase-02-refactor-notes-routes-to-use-crdtstore-with-disk-fallback.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/03-notes-as-crdt-domain/phase-03-expose-notes-crdt-via-mcp-tools-and-document-the-boundary.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/04-test-coverage-and-automerge-upgrade/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/04-test-coverage-and-automerge-upgrade/phase-01-fill-crdtsyncservice-test-gaps.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/04-test-coverage-and-automerge-upgrade/phase-02-fill-crdtstore-test-gaps.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/milestones/04-test-coverage-and-automerge-upgrade/phase-03-upgrade-automerge-packages-to-latest-3-x.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/crdt-pipeline-formalization/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/CHANGELOG-02-design-tokens-w3c-dtcg-color-science.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/CHANGELOG-06-ai-agents-a11y-color.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/CHANGELOG-07-xcl-component-registry.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/CHANGELOG-08-mcp-server-monorepo-skeleton.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestone-facts/ai-agents-a11y-color.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestone-facts/design-tokens-w3c-dtcg-color-science.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestone-facts/documentation-polish-ship.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestone-facts/mcp-server-monorepo-skeleton.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestone-facts/xcl-component-registry.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/01-foundation-pen-parser-code-generator/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/01-foundation-pen-parser-code-generator/phase-01-extract-pen-parser-and-type-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/01-foundation-pen-parser-code-generator/phase-02-build-pen-to-react-code-generator.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/01-foundation-pen-parser-code-generator/phase-03-build-pen-to-html-code-generator.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/02-design-tokens-w3c-dtcg-color-science/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/02-design-tokens-w3c-dtcg-color-science/phase-01-build-w3c-dtcg-token-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/02-design-tokens-w3c-dtcg-color-science/phase-02-port-color-science-engine-from-proto2.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/03-component-playground-documentation/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/03-component-playground-documentation/phase-01-build-component-playground.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/03-component-playground-documentation/phase-02-build-auto-generated-documentation.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/04-tinacms-site-builder/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/04-tinacms-site-builder/phase-01-integrate-tinacms-with-vite-react.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/04-tinacms-site-builder/phase-02-build-site-theme-and-layout-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/05-ai-agents-design-implement/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/05-ai-agents-design-implement/phase-01-build-design-agent.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/05-ai-agents-design-implement/phase-02-build-implement-agent.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/06-ai-agents-a11y-color/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/06-ai-agents-a11y-color/phase-01-build-a11y-agent.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/06-ai-agents-a11y-color/phase-02-build-color-agent.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/07-xcl-component-registry/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/07-xcl-component-registry/phase-01-port-xcl-converter-from-proto2.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/07-xcl-component-registry/phase-02-build-component-registry.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/08-mcp-server-monorepo-skeleton/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/08-mcp-server-monorepo-skeleton/phase-01-build-mcp-server-for-design-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/08-mcp-server-monorepo-skeleton/phase-02-create-monorepo-skeleton-and-scaffold-function.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/09-documentation-polish-ship/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/09-documentation-polish-ship/phase-01-write-documentation-and-readme.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/milestones/09-documentation-polish-ship/phase-02-end-to-end-verification-and-build-test.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/design-system-platform-starter-kit/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/CHANGELOG-01-structured-plan-format.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestone-facts/structured-plan-format.json is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/01-structured-plan-format/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/01-structured-plan-format/phase-01-types-structured-plan-generator.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/01-structured-plan-format/phase-02-plan-consumer-in-executeprocessor.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/02-goal-backward-verification/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/02-goal-backward-verification/phase-01-pre-execution-plan-validation.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/02-goal-backward-verification/phase-02-post-execution-goal-verification.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/03-context-awareness-and-deviation-rules/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/03-context-awareness-and-deviation-rules/phase-01-context-metrics-and-warning-system.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/milestones/03-context-awareness-and-deviation-rules/phase-02-deviation-rule-engine.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/gsd-pattern-adoption/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/artifacts/index.json is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/artifacts/research-report/1773734115792-mg0spb.json is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/artifacts/research-report/1773734327986-chkd99.json is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/01-unified-infra-compose/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/01-unified-infra-compose/phase-01-infra-compose-with-postgres-langfuse-and-umami.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/01-unified-infra-compose/phase-02-add-grafana-prometheus-loki-and-promtail.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/01-unified-infra-compose/phase-03-delete-old-compose-files-and-configs.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/02-fix-deploy-pipeline/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/02-fix-deploy-pipeline/phase-01-fix-deploy-staging-yml-rebuild-step.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/02-fix-deploy-pipeline/phase-02-add-infra-stack-to-deploy-pipeline.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/03-wire-app-to-local-stack/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/03-wire-app-to-local-stack/phase-01-point-otel-and-langfuse-to-local-instance.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/03-wire-app-to-local-stack/phase-02-wire-umami-tracking-into-ui-and-landing-site.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/04-context-engine-observability/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/04-context-engine-observability/phase-01-add-otel-spans-to-context-engine-operations.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/milestones/04-context-engine-observability/phase-02-add-langfuse-generation-spans-for-compaction-llm-calls.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/infrastructure-as-code-observability-deploy-stack/research.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/CHANGELOG-02-event-bus-alignment.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/CHANGELOG-03-ceremony-pipeline-completion.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/artifacts/index.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/artifacts/research-report/1773475773156-b7p96k.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/artifacts/research-report/1773475806447-fj158c.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestone-facts/ceremony-pipeline-completion.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestone-facts/event-bus-alignment.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/01-state-machine-terminal-state-fix/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/01-state-machine-terminal-state-fix/phase-01-fix-deployprocessor-done-transition-and-clean-up-orphaned-states.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/02-event-bus-alignment/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/02-event-bus-alignment/phase-01-fix-errorbudgetservice-event-bus-wiring.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/02-event-bus-alignment/phase-02-fix-auto-mode-event-envelope-mismatch.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/02-event-bus-alignment/phase-03-emit-feature-lifecycle-events-from-status-changes.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/03-ceremony-pipeline-completion/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/03-ceremony-pipeline-completion/phase-01-fix-ceremony-payloads-with-remainingmilestones-and-retrodata.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/03-ceremony-pipeline-completion/phase-02-remove-dead-rollbacktriggered-rule-and-clean-up-gate-tuning.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/04-merge-and-review-hardening/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/milestones/04-merge-and-review-hardening/phase-01-mergeprocessor-respects-prmergestrategy-and-pr-merge-race-guard.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/prd.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/project.json is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/project.md is excluded by !.automaker/projects/**
  • .automaker/projects/lead-engineer-pipeline-alignment/research.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-01-foundation-context-engine-package.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-02-compaction-engine.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-03-retrieval-tools-large-file-handling.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-04-agent-pipeline-integration.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-05-durable-workflow-engine.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG-06-graceful-shutdown-resume.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/CHANGELOG.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/artifacts/index.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/artifacts/research-report/1773690114323-ib2unw.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/artifacts/research-report/1773690382106-jxp6cn.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/docs.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/agent-pipeline-integration.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/compaction-engine.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/durable-workflow-engine.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/foundation-context-engine-package.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/graceful-shutdown-resume.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestone-facts/retrieval-tools-large-file-handling.json is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/01-foundation-context-engine-package/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/01-foundation-context-engine-package/phase-01-context-engine-types-package-scaffold.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/01-foundation-context-engine-package/phase-02-sqlite-message-store.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/01-foundation-context-engine-package/phase-03-sqlite-summary-store-dag-model.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/02-compaction-engine/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/02-compaction-engine/phase-01-leaf-summarization.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/02-compaction-engine/phase-02-cascading-condensation.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/02-compaction-engine/phase-03-context-assembler.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/03-retrieval-tools-large-file-handling/milestone.md is excluded by !.automaker/projects/**
  • .automaker/projects/lossless-context-management-agent-resilience/milestones/03-retrieval-tools-large-file-handling/phase-01-retrieval-tools-grep-describe-expand.md is excluded by !.automaker/projects/**
📒 Files selected for processing (26)
  • .automaker/active-branches.json
  • .automaker/ava-config.json
  • .automaker/calendar.json
  • .automaker/content-exports/blog-everywhere-all-at-once.md
  • .automaker/content-exports/glyphkit-storybook-twitter-thread.md
  • .automaker/context/CLAUDE.md
  • .automaker/context/debugging-methodology.md
  • .automaker/context/dependency-reuse.md
  • .automaker/context/documentation-standards.md
  • .automaker/context/event-type-registration.md
  • .automaker/context/failure-lessons-unknown.md
  • .automaker/context/github-issue-pr-linking.md
  • .automaker/context/hitl-forms.md
  • .automaker/context/hot-file-dependency-pattern.md
  • .automaker/context/incremental-commits.md
  • .automaker/context/new-workspace-package.md
  • .automaker/context/pen-format-reference.md
  • .automaker/context/phase-restructuring-conflicts.md
  • .automaker/context/plan-completion-verification.md
  • .automaker/context/pr-ownership.md
  • .automaker/context/prettier-before-commit.md
  • .automaker/context/promotion-workflow.md
  • .automaker/context/shell-safety-patterns.md
  • .automaker/context/ui-standards.md
  • .automaker/context/verification-discipline.md
  • .automaker/notes/workspace.json
💤 Files with no reviewable changes (26)
  • .automaker/context/CLAUDE.md
  • .automaker/context/promotion-workflow.md
  • .automaker/context/failure-lessons-unknown.md
  • .automaker/context/plan-completion-verification.md
  • .automaker/context/pen-format-reference.md
  • .automaker/active-branches.json
  • .automaker/context/shell-safety-patterns.md
  • .automaker/context/hot-file-dependency-pattern.md
  • .automaker/context/documentation-standards.md
  • .automaker/context/dependency-reuse.md
  • .automaker/context/verification-discipline.md
  • .automaker/context/new-workspace-package.md
  • .automaker/context/prettier-before-commit.md
  • .automaker/context/pr-ownership.md
  • .automaker/context/phase-restructuring-conflicts.md
  • .automaker/content-exports/blog-everywhere-all-at-once.md
  • .automaker/context/hitl-forms.md
  • .automaker/context/ui-standards.md
  • .automaker/notes/workspace.json
  • .automaker/calendar.json
  • .automaker/ava-config.json
  • .automaker/content-exports/glyphkit-storybook-twitter-thread.md
  • .automaker/context/github-issue-pr-linking.md
  • .automaker/context/incremental-commits.md
  • .automaker/context/debugging-methodology.md
  • .automaker/context/event-type-registration.md

📝 Walkthrough

Walkthrough

This PR deletes the entire .automaker directory content, including configuration files (active-branches.json, ava-config.json, calendar.json), context documentation (25 guides covering debugging, workflows, standards, and patterns), content exports (blog and social media articles), and workspace notes. No code logic is modified—only data and documentation assets are removed.

Changes

Cohort / File(s) Summary
Configuration Files
.automaker/active-branches.json, .automaker/ava-config.json, .automaker/calendar.json, .automaker/notes/workspace.json
Removes configuration and workspace state data, including branch tracking, agent settings, calendar events, and persistent UI metadata.
Context Documentation
.automaker/context/CLAUDE.md, .automaker/context/debugging-methodology.md, .automaker/context/dependency-reuse.md, .automaker/context/documentation-standards.md, .automaker/context/event-type-registration.md, .automaker/context/failure-lessons-unknown.md, .automaker/context/github-issue-pr-linking.md, .automaker/context/hitl-forms.md, .automaker/context/hot-file-dependency-pattern.md, .automaker/context/incremental-commits.md, .automaker/context/new-workspace-package.md, .automaker/context/pen-format-reference.md, .automaker/context/phase-restructuring-conflicts.md, .automaker/context/plan-completion-verification.md, .automaker/context/pr-ownership.md, .automaker/context/prettier-before-commit.md, .automaker/context/promotion-workflow.md, .automaker/context/shell-safety-patterns.md, .automaker/context/ui-standards.md, .automaker/context/verification-discipline.md
Removes 20 context documentation files covering agent guidance, development workflows, debugging methodology, UI standards, deployment processes, and procedural checklists.
Content Exports
.automaker/content-exports/blog-everywhere-all-at-once.md, .automaker/content-exports/glyphkit-storybook-twitter-thread.md
Removes published blog article and social media content exports.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • Promote dev to staging #2873: Deletes the same .automaker files and context documentation, indicating a coordinated cleanup across repositories.

Poem

🐰 Whiskers twitching, files now gone,
Context docs and configs erased,
The .automaker folder runs clean and lean,
A sparkling warren, newly spaced!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/bug-epics-dont-auto-complete-when-no
📝 Coding Plan
  • Generate coding plan for human review comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant