4 Commits

Author SHA1 Message Date
c09b3e3e7b
Add foundational documentation for Gravity Wells
All checks were successful
Go CI/CD / go-ci (push) Successful in 35s
Introduced key project documentation: CONTRIBUTING guidelines, Code of Conduct, Roadmap, and Vision. These establish project principles, contribution processes, and future objectives, setting a clear path for collaboration and growth.
v1.0.0
2025-04-26 22:54:18 -06:00
457ff24dcc
Add comprehensive documentation for Singularity struct methods
All checks were successful
Go CI/CD / go-ci (push) Successful in 36s
Added detailed comments for struct `singularity`, its methods, and helper functions to improve code clarity and maintainability. This includes explanations of each method's purpose, input/output, and thread-safety mechanisms where applicable.
2025-04-26 22:33:20 -06:00
bc3c5aa846
Add CQRS library 'Singularity' with core handlers and tests
All checks were successful
Go CI/CD / go-ci (push) Successful in 36s
Introduces the 'Singularity' implementation, a CQRS Bus that supports commands, queries, and events, along with middleware extensibility. Includes comprehensive tests, modular files for commands, queries, and events, as well as CI/CD workflows.
2025-04-26 22:25:23 -06:00
0708376c0b
Initial commit 2025-04-26 21:56:55 -06:00