1
0
Fork 0

feat: initial commit — repo bootstrap (D7 sibling on Claude Agent SDK)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AaQCFnfsh3tfq1VfzdJpoi
This commit is contained in:
Kjell Tore Guttormsen 2026-07-03 06:00:09 +02:00
commit b2f2842c86
3 changed files with 60 additions and 0 deletions

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Secrets
.env
.env.*
*.local.md
# OS
.DS_Store
# Python
__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Continuity — local-only: dette repoet skal publiseres, STATE må aldri nå et offentlig speil
STATE.md
# Voyage execution-bokholderi (efemert per kjøring; STATE.md er kanonisk kontinuitet)
.session-state.local.json
.voyage/
.trekexecute-progress-*