mirror of
https://github.com/pydantic/pydantic-ai-harness.git
synced 2026-07-20 10:25:35 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(gh pr list:*)",
|
||||
"Bash(gh issue list:*)",
|
||||
"Bash(gh issue view:*)",
|
||||
"Bash(gh pr view:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user