Merge pull request #21 from thegovind/main

fix minor typo in constitution's Article I
This commit is contained in:
Den Delimarsky
2025-09-04 09:46:05 -07:00
committed by GitHub

View File

@@ -256,7 +256,7 @@ The constitution defines nine articles that shape every aspect of the developmen
#### Article I: Library-First Principle
Every feature must begin as a standalone library—no exceptions. This forces modular design from the start:
```
Every feature in Specify2 MUST begin its existence as a standalone library.
Every feature in Specify MUST begin its existence as a standalone library.
No feature shall be implemented directly within application code without
first being abstracted into a reusable library component.
```