@gonrocca/zero-pi 0.1.40 → 0.1.41
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.
|
@@ -98,7 +98,7 @@ export function composeStatusline(p: StatuslineParts): string {
|
|
|
98
98
|
|
|
99
99
|
if (p.branch) parts.push(fg(STEEL, p.branch));
|
|
100
100
|
|
|
101
|
-
if (p.brand) parts.push(fg(
|
|
101
|
+
if (p.brand) parts.push(fg(VIOLET, p.brand));
|
|
102
102
|
|
|
103
103
|
return parts.join(SEP);
|
|
104
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonrocca/zero-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "zero-pi — an installable layer for pi (pi.dev): the zero spec-driven development workflow, per-phase model autotune, and skill auto-learning. Adds capability to pi without modifying pi.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|