@limina-labs/momentum 0.31.1 → 0.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/LiminaLabsAI/momentum/main/site/public/brand/momentum-lockup-dark.svg">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/LiminaLabsAI/momentum/main/site/public/brand/momentum-lockup.svg" width="280" alt="momentum" />
|
|
5
|
+
</picture>
|
|
3
6
|
|
|
4
7
|
### The right context for your coding agent
|
|
5
8
|
|
|
@@ -194,9 +197,6 @@ flowchart LR
|
|
|
194
197
|
B2 --> B4[project-b/]
|
|
195
198
|
B2 --> B5[project-c/]
|
|
196
199
|
end
|
|
197
|
-
|
|
198
|
-
style single fill:#F8FAFC,stroke:#94A3B8,stroke-width:1px
|
|
199
|
-
style multi fill:#EEF2FF,stroke:#4F46E5,stroke-width:1px
|
|
200
200
|
```
|
|
201
201
|
|
|
202
202
|
**Hard invariant**: a project running `momentum init` without `--ecosystem` sees zero difference from before ecosystem mode existed. Ecosystem mode is purely additive.
|
package/package.json
CHANGED