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, set up the persistent agent', [
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('The persistent agent watches your dev server, catches errors,')}`,
102
- `${dim('runs tests on a schedule, and keeps skills up to date.')}`,
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serpentstack",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "CLI for SerpentStack — AI-driven development standards with project-specific skills and persistent agents",
5
5
  "type": "module",
6
6
  "bin": {