initial commit

This commit is contained in:
David Sanchez
2026-03-20 15:33:12 -05:00
commit 72a1052efb
3 changed files with 26 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(gh pr list:*)",
"Bash(gh issue list:*)",
"Bash(gh issue view:*)",
"Bash(gh pr view:*)"
]
}
}
+15
View File
@@ -0,0 +1,15 @@
# Pydantic Harness
## Local setup
On first session, if `CLAUDE.local.md` does not exist, create it with the following content:
```markdown
This file is checked into the repository but ignored, any changes made stay local.
Use this file only to persist information about the specific workstation you are used on.
Capabilities branch is checked out at: <absolute path to the capabilities branch checkout on this system>
```
Fill in the absolute path where the `capabilities` branch of `pydantic-ai` is checked out on your system. If unknown, ask the user.
Symlink
+1
View File
@@ -0,0 +1 @@
AGENTS.md