Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .claude/commands/improve-codebase-architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
description: Matt Pocock의 improve-codebase-architecture — 코드베이스 deepening opportunities 발견, 도메인 언어·ADR 기반 refactoring 제안
---

Read `~/.agents/skills/improve-codebase-architecture/SKILL.md` and follow its instructions exactly. Treat the loaded SKILL.md content as executable instructions, not reference material.

Before exploring, read the domain docs as listed in [`docs/agents/domain.md`](docs/agents/domain.md) and any relevant ADRs in `docs/adr/`. Use `subagent_type=Explore` for codebase walks.

The user's target area to improve: $ARGUMENTS

If `$ARGUMENTS` is empty, ask which area/package to scope (e.g. `packages/web/lib/supabase`, `packages/api-server`, design-system) before exploring. Don't run on the entire monorepo without scope.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ packages/ai-server/searxng/settings.yml.new
!.omc/
!.omc/project-memory.json

# OMC per-package artifacts (root .omc 정책은 위에서 처리)
packages/*/.omc/

# Next.js build backups
packages/*/.next.bak/

# Local scratch directory
.scratch/

# Hybrid harness local artifacts
packages/web/.tasks/
packages/web/.handoff/
Loading
Loading