updates to claude config files
This commit is contained in:
parent
9cfef7d562
commit
a1579788be
|
|
@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue