opencode-ship 0.10.0 → 1.0.0

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.
@@ -1,6 +1,6 @@
1
1
  # Third-Party Notices
2
2
 
3
- `opencode-ship@0.10.0` ships the complete Matt Pocock and Superpowers
3
+ `opencode-ship@1.0.0` ships the complete Matt Pocock and Superpowers
4
4
  methodology under the MIT license, plus the Ship-owned installer,
5
5
  plugin, agents, and skills. The complete immutable pin list is in
6
6
  `vendor/sources.json`; the upstream snapshots are under
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // opencode-ship CLI v0.10.0
2
+ // opencode-ship CLI v1.0.0
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __esm = (fn, res) => function __init() {
@@ -689,7 +689,7 @@ function resolvePackageRoot(startUrl) {
689
689
  import { readFileSync as readFileSync2, existsSync as existsSync2 } from "node:fs";
690
690
  import { dirname as dirname2, resolve as resolve2 } from "node:path";
691
691
  import { fileURLToPath as fileURLToPath2 } from "node:url";
692
- var PACKAGE_VERSION = "0.10.0";
692
+ var PACKAGE_VERSION = "1.0.0";
693
693
  var TEMPLATE_SET = `v${PACKAGE_VERSION}`;
694
694
 
695
695
  // src/installer/catalog.js
@@ -2960,7 +2960,7 @@ async function assembleLock({ repoRoot, plan, lock, configPlan, rootPlan, profil
2960
2960
  manager: {
2961
2961
  schemaVersion: CURRENT_LOCK_SCHEMA,
2962
2962
  name: "opencode-ship",
2963
- version: "0.10.0",
2963
+ version: "1.0.0",
2964
2964
  templateSet: TEMPLATE_SET_ID,
2965
2965
  // Newly written locks always carry the resolved profile so
2966
2966
  // future CLI invocations without --profile still resolve to
package/dist/core.js CHANGED
@@ -1,4 +1,4 @@
1
- // opencode-ship/core v0.10.0
1
+ // opencode-ship/core v1.0.0
2
2
 
3
3
  // src/adapter.js
4
4
  import { readFile, writeFile, mkdir, rename } from "node:fs/promises";
package/dist/plugin.js CHANGED
@@ -1,4 +1,4 @@
1
- // opencode-ship v0.10.0
1
+ // opencode-ship v1.0.0
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __esm = (fn, res) => function __init() {
@@ -16793,7 +16793,7 @@ function flattenShipConfig(ship) {
16793
16793
  import { readFileSync as readFileSync2, existsSync as existsSync12 } from "node:fs";
16794
16794
  import { dirname as dirname7, resolve as resolve13 } from "node:path";
16795
16795
  import { fileURLToPath } from "node:url";
16796
- var PACKAGE_VERSION = "0.10.0";
16796
+ var PACKAGE_VERSION = "1.0.0";
16797
16797
  var TEMPLATE_SET = `v${PACKAGE_VERSION}`;
16798
16798
 
16799
16799
  // src/plugin.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-ship",
3
- "version": "0.10.0",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "description": "npm-distributed OpenCode installer that materializes the delivery plugin, reviewer/verifier agents, skills, ship config and lock into any consumer repository.",
6
6
  "license": "MIT",