@1667-ai/cli 0.1.2 → 0.3.0-rc.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.
- package/bin/1667.js +14 -6
- package/build-manifest.json +1 -1
- package/package.json +1 -1
- package/sbom.spdx.json +1 -1
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:
|
|
72
|
-
|
|
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
|
|
package/build-manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"artifactTarget":"launcher","buildTimestamp":"2026-
|
|
1
|
+
{"artifactTarget":"launcher","buildTimestamp":"2026-08-05T16:25:32.000Z","packageName":"@1667-ai/cli","product":"1667","productVersion":"0.3.0-rc.2","schemaVersion":1,"sourceCommit":"05ad89166843e8a74d50c18c3fb95be8ed298c89"}
|
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
|
+
{"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.3.0-rc.2","@1667-ai/darwin-x64":"0.3.0-rc.2","@1667-ai/linux-arm64":"0.3.0-rc.2","@1667-ai/linux-x64":"0.3.0-rc.2","@1667-ai/windows-x64":"0.3.0-rc.2"},"private":false,"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/1667-ai/1667.git"},"type":"module","version":"0.3.0-rc.2"}
|
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-
|
|
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-05T16:25:32Z","creators":["Organization: 1667","Tool: 1667-release-sbom-1"]},"dataLicense":"CC0-1.0","documentDescribes":["SPDXRef-Package-1667-0.3.0-rc.2"],"documentNamespace":"https://1667.invalid/spdx/@1667-ai%2fcli/0.3.0-rc.2/05ad89166843e8a74d50c18c3fb95be8ed298c89","name":"@1667-ai/cli@0.3.0-rc.2","packages":[{"SPDXID":"SPDXRef-Package-1667-0.3.0-rc.2","builtDate":"2026-08-05T16:25:32Z","comment":"Built from tag v0.3.0-rc.2 at a clean working tree.","copyrightText":"NOASSERTION","downloadLocation":"git+https://github.com/1667-ai/1667.git@05ad89166843e8a74d50c18c3fb95be8ed298c89","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/cli@0.3.0-rc.2","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 05ad89166843e8a74d50c18c3fb95be8ed298c89. Plain JavaScript executed by the host Node.js; no runtime is embedded and no third-party code is bundled.","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-arm64-0.3.0-rc.2","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.3.0-rc.2.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-arm64@0.3.0-rc.2","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"},{"SPDXID":"SPDXRef-Package-1667-ai-darwin-x64-0.3.0-rc.2","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.3.0-rc.2.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/darwin-x64@0.3.0-rc.2","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/darwin-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-arm64-0.3.0-rc.2","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.3.0-rc.2.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-arm64@0.3.0-rc.2","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-arm64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"},{"SPDXID":"SPDXRef-Package-1667-ai-linux-x64-0.3.0-rc.2","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.3.0-rc.2.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/linux-x64@0.3.0-rc.2","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/linux-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"},{"SPDXID":"SPDXRef-Package-1667-ai-windows-x64-0.3.0-rc.2","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.3.0-rc.2.tgz","externalRefs":[{"referenceCategory":"PACKAGE-MANAGER","referenceLocator":"pkg:npm/%401667-ai/windows-x64@0.3.0-rc.2","referenceType":"purl"}],"filesAnalyzed":false,"licenseConcluded":"Apache-2.0","licenseDeclared":"Apache-2.0","name":"@1667-ai/windows-x64","primaryPackagePurpose":"APPLICATION","supplier":"Organization: 1667","versionInfo":"0.3.0-rc.2"}],"relationships":[{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"DESCRIBES","spdxElementId":"SPDXRef-DOCUMENT"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-arm64-0.3.0-rc.2"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-darwin-x64-0.3.0-rc.2"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-arm64-0.3.0-rc.2"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-linux-x64-0.3.0-rc.2"},{"relatedSpdxElement":"SPDXRef-Package-1667-0.3.0-rc.2","relationshipType":"OPTIONAL_DEPENDENCY_OF","spdxElementId":"SPDXRef-Package-1667-ai-windows-x64-0.3.0-rc.2"}],"spdxVersion":"SPDX-2.3"}
|