@fro.bot/systematic 1.8.1 → 1.8.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,7 +86,7 @@ Skills are structured workflows that guide the AI through systematic engineering
86
86
  | `agent-browser` | Browser automation using Vercel's agent-browser CLI |
87
87
  | `agent-native-architecture` | Design systems where AI agents are first-class citizens |
88
88
  | `compound-docs` | Capture solved problems as categorized documentation |
89
- | `create-agent-skills` | Expert guidance for writing and refining skills |
89
+ | `creating-agent-skills` | Expert guidance for writing and refining skills |
90
90
  | `file-todos` | File-based todo tracking with status and dependency management |
91
91
  | `git-worktree` | Manage git worktrees for isolated parallel development |
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",