docs: initialize stub-service repo with ADR-001

Architecture Decision Record for a Go-based HTTP stub/mock service
(Mountebank alternative) with Web UI and LLM-powered config generation.

Covers: component architecture, technology choices (Go + chi + Templ/htmx
+ SQLite), API design, data model, deployment model.
This commit is contained in:
backend-agent
2026-05-07 08:33:52 +00:00
commit df64b7f89c
4 changed files with 595 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Binaries
stub-service
*.exe
*.dll
*.so
*.dylib
# Build output
/bin/
/dist/
# Test
*.test
*.out
coverage.html
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Data
/data/
*.db
*.db-wal
*.db-shm
# Environment
.env
.env.local