serpentstack 0.2.2 → 0.2.3
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.
|
@@ -95,10 +95,11 @@ export async function skillsInit({ force = false } = {}) {
|
|
|
95
95
|
`descriptions. Reference SKILL-AUTHORING.md for the format.`,
|
|
96
96
|
]);
|
|
97
97
|
|
|
98
|
-
printBox('After generating skills,
|
|
98
|
+
printBox('After generating skills, try setting up a persistent agent too', [
|
|
99
99
|
`${dim('$')} ${bold('serpentstack skills persistent')} ${dim('# guided setup + start')}`,
|
|
100
100
|
'',
|
|
101
|
-
`${dim('
|
|
102
|
-
`${dim('runs tests
|
|
101
|
+
`${dim('A background agent that watches your dev server, catches')}`,
|
|
102
|
+
`${dim('errors, runs tests, and keeps your skills up to date.')}`,
|
|
103
|
+
`${dim('Customize its behavior by editing the files in .openclaw/.')}`,
|
|
103
104
|
]);
|
|
104
105
|
}
|