specweave 1.0.492 → 1.0.493

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -190,7 +190,7 @@ SpecWeave solves multi-agent chaos with **file-based coordination**:
190
190
 
191
191
  ### Three Pillars
192
192
 
193
- **Programmable AI** — Skills are programs in English. Customize any skill's behavior via `skill-memories/*.md` without forking. Your rules override defaults. Original skills keep getting updates.
193
+ **Extensible AI** — Skills extend what AI coding agents can do — structured markdown instructions that define how an agent behaves. Customize any skill via `skill-memories/*.md` without forking. Your rules override defaults. Original skills keep getting updates.
194
194
 
195
195
  **Autonomous Teams** — Run agent swarms across iTerm/tmux panes. Each agent owns an increment. File-based coordination prevents conflicts. Work on auth, payments, and notifications simultaneously.
196
196
 
@@ -283,7 +283,7 @@ Claude: *automatically uses React Hook Form + Zod*
283
283
  | Obfuscated behavior | Transparent SKILL.md |
284
284
  | Can't customize | Extend via skill-memories |
285
285
  | Vendor lock-in | You control the logic |
286
- | Suggestions only | Programmable reasoning |
286
+ | Suggestions only | Structured reasoning |
287
287
 
288
288
  **Enable auto-learning:**
289
289
  ```bash
@@ -291,7 +291,7 @@ Claude: *automatically uses React Hook Form + Zod*
291
291
  /sw:reflect-status # See what Claude has learned
292
292
  ```
293
293
 
294
- **[Skills deep dive](https://verified-skill.com/docs/overview/skills-as-programs)** | **[Skill development guidelines](https://verified-skill.com/docs/guides/skill-development-guidelines)** | **[Skill generation](https://verified-skill.com/docs/skills/extensible/skill-generation)**
294
+ **[Skills deep dive](https://verified-skill.com/docs/overview/skills-as-structured-expertise)** | **[Skill development guidelines](https://verified-skill.com/docs/guides/skill-development-guidelines)** | **[Skill generation](https://verified-skill.com/docs/skills/extensible/skill-generation)**
295
295
 
296
296
  **AI-Powered Skill Generation:** SpecWeave automatically detects recurring patterns across your project's living docs using LLM analysis -- not hardcoded keyword matching. When patterns mature, it suggests generating project-specific Claude Code skills complete with evals and benchmarks. Use `--seed` mode to bootstrap instantly on existing projects. [Learn more](https://verified-skill.com/docs/skills/extensible/skill-generation).
297
297
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "1.0.492",
3
+ "version": "1.0.493",
4
4
  "description": "100+ domain-expert AI skills — PM, Architect, Frontend, QA, Security and more. Skills learn your team's patterns permanently. Spec-first planning, autonomous execution, multi-agent teams, synced to GitHub/JIRA. Claude Code, Cursor, Copilot & more.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",