diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c5ce08306..d621b9935 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,27 @@ { "permissions": { "allow": [ - "Bash(cat:*)" + "Bash(date:*)", + "Bash(echo:*)", + "Bash(cat:*)", + "Bash(ls:*)", + "Bash(mkdir:*)", + "Bash(wc:*)", + "Bash(head:*)", + "Bash(tail:*)", + "Bash(sort:*)", + "Bash(grep:*)", + "Bash(tr:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git status:*)", + "Bash(git log:*)", + "Bash(git diff:*)", + "Bash(git tag:*)", + "Bash(chmod:*)", + "Bash(git mv:*)", + "Bash(./run-phase-tests.sh:*)", + "Bash(npm run test:unit:*)" ] } } diff --git a/.planning/codebase/ARCHITECTURE.md b/.planning/codebase/ARCHITECTURE.md index 8f3ad21f0..0fdb9f867 100644 --- a/.planning/codebase/ARCHITECTURE.md +++ b/.planning/codebase/ARCHITECTURE.md @@ -22,6 +22,7 @@ - Entry Point: `jam-ui/src/index.js` → `Main.js` (providers) → `App.js` (layout router) - Depends on: Rails API (`web/`) via REST, WebSocket gateway for real-time - Used by: End users via browser at `http://beta.jamkazam.local:4000` +- Current Status: Under development. This is mostly a UI update of the legacy front end (web) **API Layer (Backend):** - Purpose: REST API endpoints, request processing, authentication