|
|
51916621ea
|
Update vision to align with manifesto inheritance model
CI / build (push) Successful in 16s
Restructure vision.md to properly extend the organization manifesto:
- Add personas that extend org personas (Flowmade Developers, Go Teams)
- Add jobs table tracing product jobs to org jobs
- Add product principles extending org principles
- Connect event sourcing to manifesto's "comprehensive activity records" belief
- Add resource consciousness alignment (ARM64, modest hardware)
- Expand non-goals with explicit manifesto references
- Add architecture section showing pattern alignment
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-10 15:14:37 +01:00 |
|
|
|
e9e50c021f
|
Initial aether repository structure
CI / build (push) Successful in 1m13s
Distributed actor system with event sourcing for Go:
- event.go - Event, ActorSnapshot, EventStore interface
- eventbus.go - EventBus, EventBroadcaster for pub/sub
- nats_eventbus.go - NATS-backed cross-node event broadcasting
- store/ - InMemoryEventStore (testing), JetStreamEventStore (production)
- cluster/ - Node discovery, leader election, shard distribution
- model/ - EventStorming model types
Extracted from arcadia as open-source infrastructure component.
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-08 19:30:02 +01:00 |
|