feat: initial scaffold (Python framework on Microsoft Agent Framework)

Plan-fase: repo-skjelett, dokumentasjon (research + inkrementell plan),
Python/uv-oppsett, MAF-avhengighet. Ingen rammeverkskode ennå.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H9FyyENxebxVThjrn9et8C
This commit is contained in:
Kjell Tore Guttormsen 2026-06-23 22:01:22 +02:00
commit ec9ac74976
10 changed files with 575 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# 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/