Skip to content

Commit 4e1be2f

Browse files
ismaildasciclaude
andcommitted
docs: add missing documentation and expand error/audit coverage
- Add 10 documentation files (quick-start, requests, odata-query-builder, responses, etc.) - Add 63 unit tests for v1.8.0 features (Middleware, ChangeDetection, Metadata) - Expand ErrorCodeDatabase from ~50 to ~100+ error codes - Enhance AuditService entity mapping from 7 to 40+ entities Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 59b0e59 commit 4e1be2f

19 files changed

Lines changed: 4488 additions & 4 deletions

.claude/settings.local.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,21 @@
1515
"Bash(git show:*)",
1616
"Bash(php -r:*)",
1717
"Bash(find:*)",
18-
"WebFetch(domain:raw.githubusercontent.com)"
18+
"WebFetch(domain:raw.githubusercontent.com)",
19+
"Bash(git stash:*)",
20+
"Bash(grep:*)",
21+
"Bash(for file in quick-start requests odata-query-builder responses multiple-connections health-checks artisan-commands events error-handling testing-factories)",
22+
"Bash(do)",
23+
"Bash(if [ ! -f \"/Users/ismail-dasci/Code/CALISMALAR/sapb1-laravel-sdk/docs/$file.md\" ])",
24+
"Bash(then)",
25+
"Bash(echo:*)",
26+
"Bash(fi)",
27+
"Bash(done)",
28+
"Bash(composer test:*)",
29+
"Bash(wc:*)",
30+
"Bash(git add:*)",
31+
"Bash(git commit:*)",
32+
"Bash(git tag:*)"
1933
]
2034
}
2135
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ testbench.yaml
3434
/plan-docs/
3535

3636
/.env.*
37+
38+
# Claude memory files
39+
**/CLAUDE.md

0 commit comments

Comments
 (0)