chore: bootstrap nib project

Go module init, deps (cobra, chi, modernc sqlite, ulid, clipboard),
minimal main.go placeholder, CLAUDE.md with conventions.
This commit is contained in:
2026-05-14 11:03:36 -04:00
commit d2ce5eca29
4 changed files with 107 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Binary
nib
# Database
*.db
*.db-wal
*.db-shm
# nib data directory
.nib/
# IDE
.idea
.idea/
.vscode
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Spec (not shipped)
nib-unified-spec.md
# Shell/profile dotfiles (host artifacts)
.bash_profile
.bashrc
.profile
.zprofile
.zshrc
.gitconfig
.gitmodules
.ripgreprc
.mcp.json