Initialize project skeleton with CLI and documentation
Add initial project structure including: - Go module with Cobra CLI dependency - Root command and main entrypoint - Basic documentation (README, AGENTS.md, architecture, decisions, development, roadmap) - Configuration example and gitignore - Tool version management with mise - Comprehensive project rules and conventions
This commit is contained in:
3
config.example.yaml
Normal file
3
config.example.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 10086
|
||||
Reference in New Issue
Block a user