Initial fork of github.com/alonswartz/notesium into librenotes: - Source moved to internal/notesium/ (package notesium) - Thin entry point at cmd/librenotes/main.go - Module renamed to git.librete.ch/public/librenotes - main() exposed as notesium.Run() - LICENSE preserved (MIT), NOTICE added with attribution - Web assets and completion.bash co-located with embedding code to satisfy go:embed path constraints Closes #3, #34, #35. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
.claude/*
|
|
!.claude/commands/
|
|
.archive/
|
|
.idea/
|
|
.wave/*
|
|
!.wave/pipelines/
|
|
!.wave/personas/
|
|
!.wave/contracts/
|
|
!.wave/prompts/
|
|
wave.yaml
|
|
.env
|
|
|
|
# Build artifacts
|
|
/librenotes
|
|
/dist/
|
|
*.test
|
|
*.out
|