Update roadmap.md and testing.md with new guidelines
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# roadmap.md
|
# roadmap.md
|
||||||
|
|
||||||
|
Use this as a direction/scope doc, not as proof that every earlier slice is still unimplemented.
|
||||||
|
|
||||||
|
Do not read this file end-to-end by default.
|
||||||
|
Read only the relevant milestone/slice headings after checking the current code.
|
||||||
|
|
||||||
|
Completed or partially completed historical slices may still be documented here for context.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This roadmap is organized as vertical slices.
|
This roadmap is organized as vertical slices.
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# testing.md
|
# testing.md
|
||||||
|
|
||||||
|
Use this as a selective testing-policy reference.
|
||||||
|
|
||||||
|
Do not read this file end-to-end by default.
|
||||||
|
Read only the sections relevant to the slice you are changing after inspecting the code paths involved.
|
||||||
|
|
||||||
## Philosophy
|
## Philosophy
|
||||||
|
|
||||||
This project is a tool and a runtime.
|
This project is a tool and a runtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user