mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 16:45:22 +00:00
feat: enable permission-aware subagents
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Development files
|
||||
tsconfig.json
|
||||
.vscode/
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Documentation
|
||||
PLAN.md
|
||||
SUMMARY.md
|
||||
plan/
|
||||
media/
|
||||
|
||||
# Internal contributor/agent instructions — not for distribution
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
|
||||
# Build artifacts
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.DS_Store
|
||||
|
||||
# Tests (if any)
|
||||
test/
|
||||
tests/
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
|
||||
.pi
|
||||
.claude
|
||||
.vscode
|
||||
.github/
|
||||
biome.json
|
||||
coverage/
|
||||
Reference in New Issue
Block a user