@1667-ai/cli 0.1.2-beta.3 → 0.2.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/bin/1667.js CHANGED
@@ -24,7 +24,8 @@ export const LAUNCHER_RELEASE_TARGETS = Object.freeze({
24
24
  minimumCpuFeature: null,
25
25
  minimumMacosVersion: "13.0",
26
26
  minimumGlibcVersion: null,
27
- heldFromPublication: null
27
+ heldFromPublication: null,
28
+ heldAlternative: null
28
29
  }),
29
30
  "darwin-x64": Object.freeze({
30
31
  packageName: "@1667-ai/darwin-x64",
@@ -35,7 +36,8 @@ export const LAUNCHER_RELEASE_TARGETS = Object.freeze({
35
36
  minimumCpuFeature: "sse4.2",
36
37
  minimumMacosVersion: "13.0",
37
38
  minimumGlibcVersion: null,
38
- heldFromPublication: null
39
+ heldFromPublication: null,
40
+ heldAlternative: null
39
41
  }),
40
42
  "linux-arm64": Object.freeze({
41
43
  packageName: "@1667-ai/linux-arm64",
@@ -46,7 +48,8 @@ export const LAUNCHER_RELEASE_TARGETS = Object.freeze({
46
48
  minimumCpuFeature: null,
47
49
  minimumMacosVersion: null,
48
50
  minimumGlibcVersion: "2.17",
49
- heldFromPublication: null
51
+ heldFromPublication: null,
52
+ heldAlternative: null
50
53
  }),
51
54
  "linux-x64": Object.freeze({
52
55
  packageName: "@1667-ai/linux-x64",
@@ -57,7 +60,8 @@ export const LAUNCHER_RELEASE_TARGETS = Object.freeze({
57
60
  minimumCpuFeature: "sse4.2",
58
61
  minimumMacosVersion: null,
59
62
  minimumGlibcVersion: "2.17",
60
- heldFromPublication: null
63
+ heldFromPublication: null,
64
+ heldAlternative: null
61
65
  }),
62
66
  "windows-x64": Object.freeze({
63
67
  packageName: "@1667-ai/windows-x64",
@@ -68,8 +72,8 @@ export const LAUNCHER_RELEASE_TARGETS = Object.freeze({
68
72
  minimumCpuFeature: null,
69
73
  minimumMacosVersion: null,
70
74
  minimumGlibcVersion: null,
71
- heldFromPublication: "CI does not build the Windows platform work at present, "
72
- + "so it is unverified, and maintainers have not approved it for publication"
75
+ heldFromPublication: null,
76
+ heldAlternative: null
73
77
  })
74
78
  });
75
79
  const BUILD_MANIFEST_KEYS = new Set([
@@ -222,7 +226,11 @@ export function selectTarget(platform, arch) {
222
226
  * test asserts the two produce the same string for the same target.
223
227
  */
224
228
  export function heldTargetRefusal(target, policy) {
229
+ const alternative = policy.heldAlternative === null
230
+ ? ""
231
+ : `${policy.heldAlternative} `;
225
232
  return `${policy.packageName} is not published yet: ${policy.heldFromPublication}. `
233
+ + alternative
226
234
  + `The ${target} target is supported and builds from source: ${LAUNCHER_SOURCE_URL}`;
227
235
  }
228
236
 
@@ -1 +1 @@
1
- {"artifactTarget":"launcher","buildTimestamp":"2026-07-30T11:23:55.000Z","packageName":"@1667-ai/cli","product":"1667","productVersion":"0.1.2-beta.3","schemaVersion":1,"sourceCommit":"8ba3d19c1cb438731edba34dfbbe7139e7a64a10"}
1
+ {"artifactTarget":"launcher","buildTimestamp":"2026-08-01T16:49:23.000Z","packageName":"@1667-ai/cli","product":"1667","productVersion":"0.2.1","schemaVersion":1,"sourceCommit":"db75aa4c16bc6f027de25d8ca0b7e9b72e6c7f21"}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"bin":{"1667":"bin/1667.js"},"files":["bin/1667.js","build-manifest.json","sbom.spdx.json","LICENSE","NOTICE"],"license":"Apache-2.0","name":"@1667-ai/cli","optionalDependencies":{"@1667-ai/darwin-arm64":"0.1.2-beta.3","@1667-ai/darwin-x64":"0.1.2-beta.3","@1667-ai/linux-arm64":"0.1.2-beta.3","@1667-ai/linux-x64":"0.1.2-beta.3"},"private":false,"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/1667-ai/1667.git"},"type":"module","version":"0.1.2-beta.3"}
1
+ {"bin":{"1667":"bin/1667.js"},"files":["bin/1667.js","build-manifest.json","sbom.spdx.json","LICENSE","NOTICE"],"license":"Apache-2.0","name":"@1667-ai/cli","optionalDependencies":{"@1667-ai/darwin-arm64":"0.2.1","@1667-ai/darwin-x64":"0.2.1","@1667-ai/linux-arm64":"0.2.1","@1667-ai/linux-x64":"0.2.1","@1667-ai/windows-x64":"0.2.1"},"private":false,"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/1667-ai/1667.git"},"type":"module","version":"0.2.1"}
package/sbom.spdx.json CHANGED
@@ -1 +1 @@
1
- {"SPDXID":"SPDXRef-DOCUMENT","comment":"Bill of materials for the 1667 launcher package. The launcher embeds no language runtime and bundles no third-party code; it selects and executes the platform package pinned at the same exact version.","creationInfo":{"created":"2026-07-30T11:23:55Z","creators":["Organization: 1667","Tool: 1667-release-sbom-1"]},"dataLicense":"CC0-1.0","documentDescribes":["SPDXRef-Package-1667-0.1.2-beta.3"],"documentNamespace":"https://1667.invalid/spdx/@1667-ai%2fcli/0.1.2-beta.3/8ba3d19c1cb438731edba34dfbbe7139e7a64a10","name":"@1667-ai/cli@0.1.2-beta.3","packages":[{"SPDXID":"SPDXRef-Package-1667-0.1.2-beta.3","builtDate":"2026-07-30T11:23:55Z","comment":"Built from tag v0.1.2-beta.3 at a clean working tree.","copyrightText":"NOASSERTION","downloadLocation":"git+https://github.com/1667-ai/1667.git@8ba3d19c1cb438731edba34dfbbe7139e7a64a10","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/cli@0.1.2-beta.3","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"1667","packageFileName":"bin/1667.js","primaryPackagePurpose":"APPLICATION","sourceInfo":"Launcher published as @1667-ai/cli, built from git+https://github.com/1667-ai/1667.git at commit 8ba3d19c1cb438731edba34dfbbe7139e7a64a10. Plain JavaScript executed by the host Node.js; no runtime is embedded and no third-party code is bundled.","supplier":"Organization: 1667","versionInfo":"0.1.2-beta.3"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-arm64-0.1.2-beta.3","comment":"Exact-version pin selected on darwin/arm64. Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/darwin-arm64/-/darwin-arm64-0.1.2-beta.3.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-arm64@0.1.2-beta.3","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.1.2-beta.3"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-x64-0.1.2-beta.3","comment":"Exact-version pin selected on darwin/x64. Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/darwin-x64/-/darwin-x64-0.1.2-beta.3.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-x64@0.1.2-beta.3","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.1.2-beta.3"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-arm64-0.1.2-beta.3","comment":"Exact-version pin selected on linux/arm64 (glibc). Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/linux-arm64/-/linux-arm64-0.1.2-beta.3.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-arm64@0.1.2-beta.3","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.1.2-beta.3"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-x64-0.1.2-beta.3","comment":"Exact-version pin selected on linux/x64 (glibc). Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/linux-x64/-/linux-x64-0.1.2-beta.3.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-x64@0.1.2-beta.3","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.1.2-beta.3"}],"relationships":[{"relatedSpdxElement":"SPDXRef-Package-1667-0.1.2-beta.3","relationshipType":"DESCRIBES","spdxElementId":"SPDXRef-DOCUMENT"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.1.2-beta.3","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-arm64-0.1.2-beta.3"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.1.2-beta.3","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-x64-0.1.2-beta.3"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.1.2-beta.3","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-arm64-0.1.2-beta.3"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.1.2-beta.3","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-x64-0.1.2-beta.3"}],"spdxVersion":"SPDX-2.3"}
1
+ {"SPDXID":"SPDXRef-DOCUMENT","comment":"Bill of materials for the 1667 launcher package. The launcher embeds no language runtime and bundles no third-party code; it selects and executes the platform package pinned at the same exact version.","creationInfo":{"created":"2026-08-01T16:49:23Z","creators":["Organization: 1667","Tool: 1667-release-sbom-1"]},"dataLicense":"CC0-1.0","documentDescribes":["SPDXRef-Package-1667-0.2.1"],"documentNamespace":"https://1667.invalid/spdx/@1667-ai%2fcli/0.2.1/db75aa4c16bc6f027de25d8ca0b7e9b72e6c7f21","name":"@1667-ai/cli@0.2.1","packages":[{"SPDXID":"SPDXRef-Package-1667-0.2.1","builtDate":"2026-08-01T16:49:23Z","comment":"Built from tag v0.2.1 at a clean working tree.","copyrightText":"NOASSERTION","downloadLocation":"git+https://github.com/1667-ai/1667.git@db75aa4c16bc6f027de25d8ca0b7e9b72e6c7f21","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/cli@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"1667","packageFileName":"bin/1667.js","primaryPackagePurpose":"APPLICATION","sourceInfo":"Launcher published as @1667-ai/cli, built from git+https://github.com/1667-ai/1667.git at commit db75aa4c16bc6f027de25d8ca0b7e9b72e6c7f21. Plain JavaScript executed by the host Node.js; no runtime is embedded and no third-party code is bundled.","supplier":"Organization: 1667","versionInfo":"0.2.1"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-arm64-0.2.1","comment":"Exact-version pin selected on darwin/arm64. Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/darwin-arm64/-/darwin-arm64-0.2.1.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-arm64@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.2.1"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-x64-0.2.1","comment":"Exact-version pin selected on darwin/x64. Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/darwin-x64/-/darwin-x64-0.2.1.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-x64@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.2.1"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-arm64-0.2.1","comment":"Exact-version pin selected on linux/arm64 (glibc). Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/linux-arm64/-/linux-arm64-0.2.1.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-arm64@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.2.1"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-x64-0.2.1","comment":"Exact-version pin selected on linux/x64 (glibc). Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/linux-x64/-/linux-x64-0.2.1.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-x64@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.2.1"},{"SPDXID":"SPDXRef-Package-1667-ai-windows-x64-0.2.1","comment":"Exact-version pin selected on win32/x64. Its own document lists the runtime and dependencies it embeds; no digest is asserted here because the tarball is packed after this document.","copyrightText":"NOASSERTION","downloadLocation":"https://registry.npmjs.org/@1667-ai/windows-x64/-/windows-x64-0.2.1.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/windows-x64@0.2.1","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/windows-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.2.1"}],"relationships":[{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"DESCRIBES","spdxElementId":"SPDXRef-DOCUMENT"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-arm64-0.2.1"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-x64-0.2.1"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-arm64-0.2.1"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-x64-0.2.1"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.2.1","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-windows-x64-0.2.1"}],"spdxVersion":"SPDX-2.3"}