mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
Merge pull request #10593 from Kilo-Org/design-source-submodule
docs(design): add shared design source
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule ".kilo/design"]
|
||||
path = .kilo/design
|
||||
url = https://github.com/Kilo-Org/kilo-design.git
|
||||
Submodule
+1
Submodule .kilo/design added at acdcc60085
@@ -0,0 +1,17 @@
|
||||
# Kilo Editor Design
|
||||
|
||||
Canonical design source is vendored into this repo as a Git submodule:
|
||||
|
||||
```txt
|
||||
.kilo/design
|
||||
```
|
||||
|
||||
Read in order:
|
||||
|
||||
1. `.kilo/design/DESIGN.md`
|
||||
2. `.kilo/design/products/editor.md`
|
||||
3. `.kilo/design/tokens.json`
|
||||
|
||||
Do not add independent design rules in this repo. Promote design changes back to `kilo-design`, then update product implementation here.
|
||||
|
||||
Update the `.kilo/design` submodule pointer when canonical design guidance changes.
|
||||
Reference in New Issue
Block a user