mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Docs: record the spec-follows-code regime across the working docs
This commit is contained in:
@@ -79,12 +79,12 @@ clever.
|
||||
|
||||
## Technical Philosophy
|
||||
|
||||
### Spec-Driven, Clean Implementation
|
||||
### Spec-Recorded, Clean Implementation
|
||||
|
||||
The behavioral contract lives in `docs/spec/`. Astrolabe is a deliberate rebuild on a
|
||||
robust architecture (adapted from Syto): we implement _to the spec_, not by porting old
|
||||
code. When the spec and convenience conflict, the spec wins or the spec changes — never
|
||||
silent drift.
|
||||
The behavioral record lives in `docs/spec/`. Astrolabe is a deliberate rebuild on a
|
||||
robust architecture (adapted from Syto): behavior is designed deliberately and recorded
|
||||
in the spec, not ported from old code. The code leads; the spec is rewritten to match
|
||||
what ships — never silent drift.
|
||||
|
||||
### Portable Core, Thin Browser Shell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user