chore: init project skeleton

Directory structure, pyproject.toml with hatchling build, and all
subpackage stubs for pyra Stage 1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-05-17 12:48:32 +02:00
commit 0a04e04490
16 changed files with 72 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(git init *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git status *)",
"Bash(git log *)",
"Bash(git diff *)"
]
}
}