updates to claude config files

This commit is contained in:
Nuwan 2026-01-12 15:51:05 +05:30
parent 9cfef7d562
commit a1579788be
2 changed files with 22 additions and 1 deletions

View File

@ -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:*)"
]
}
}

View File

@ -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