Skip to content

Commit 1b5f058

Browse files
ImTotemclaude
andcommitted
chore: remove frontend directory (API-only repo)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c58e8e commit 1b5f058

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ n8n (automation workflows) → Google Sheets (database) → Slack/Email (output)
3030
- **Trigger**: Google Sheets trigger (polling, 1-2 min delay) - NOT Apps Script webhooks
3131
- **Notifications**: Email (SMTP) for MVP, Slack DM as enhancement
3232
- **IDs**: `{prefix}-{YYYYMMDDHHmmss}-{random3}` (e.g., `M-20240128143022-A7K`)
33-
- **Package name**: `bcsd_api` (backend), `frontend/` (frontend)
33+
- **Package name**: `bcsd_api`
3434
- **Timezone**: `Asia/Seoul` (KST)
3535
- **Fee amount**: 10,000 KRW/month (MVP constant)
3636

@@ -88,6 +88,5 @@ See `memory/plan-tasks.md` for detailed task breakdown.
8888
- Commit messages: `feat(scope): description`, `docs(scope): description`
8989
- Workflow exports: `workflows/*.json`
9090
- Documentation: `docs/*.md`
91-
- Backend source: `src/bcsd_api/`
92-
- Frontend source: `frontend/`
91+
- Source: `src/bcsd_api/`
9392
- Credentials: NEVER commit (`.gitignore` enforced)

frontend/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)