@fro.bot/systematic 2.13.3 → 2.14.1

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.
package/README.md CHANGED
@@ -402,7 +402,7 @@ The plugin exposes one tool to OpenCode:
402
402
  |------|-------------|
403
403
  | `systematic_skill` | Load Systematic bundled skills by name. Lists available skills in its description and returns formatted skill content when invoked. |
404
404
 
405
- For non-Systematic skills (project or user-level), use OpenCode's native `skill` tool.
405
+ For non-Systematic skills (project or user-level), use OpenCode's `skill` tool.
406
406
 
407
407
  ## How It Works
408
408
 
package/dist/cli.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  findCommandsInDir,
7
7
  findSkillsInDir,
8
8
  getConfigPaths
9
- } from "./index-3xnyeknn.js";
9
+ } from "./index-7100fhg3.js";
10
10
 
11
11
  // src/cli.ts
12
12
  import fs from "fs";