mAi: #41 - Add template skeleton with labels, CLAUDE.md, .gitignore, issue templates

Standard label set: p1-p3, status:*, type:* (no skill labels)
CLAUDE.md skeleton with placeholder sections
.gitignore covering mai, Python, Go, Node, OS files
Issue templates for features, bugs, and research
This commit is contained in:
mAi
2026-02-17 18:04:03 +01:00
parent 01c55365be
commit b22b95889e
6 changed files with 126 additions and 2 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Transient mai files
.maiproject/events.log
.maiproject/reports.db
.maiproject/spawn.lock
.maiproject/inbox_lastread
.maiproject/mai.db
.maiproject/.migrated-sqlite
.maiproject/todos/
# Python
__pycache__/
# Go
/bin/
# Node
node_modules/
# OS files
.DS_Store
# Editor
*.swp
*.swo
*~
# Environment
.env
.env.local