Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/archcontext-organization-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
description: ArchContext runtime version expected by this workflow release.
required: false
type: string
default: "0.2.2"
default: "0.2.3"
fail_on:
description: Whether a failing deterministic gate should fail the job.
required: false
Expand Down
2 changes: 1 addition & 1 deletion actions/review-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
runtime-version:
description: ArchContext runtime version expected by this action release.
required: false
default: "0.2.2"
default: "0.2.3"
runtime-artifact-url:
description: HTTPS URL for the pinned ArchContext runtime artifact.
required: true
Expand Down
28 changes: 14 additions & 14 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/examples/github-hosted-runner-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
trust-level: organization
fail-on: blocking
fork-pr-mode: unsupported
runtime-version: "0.2.2"
runtime-artifact-url: https://archcontext.repoharness.com/releases/archctx-0.2.2.tgz
runtime-version: "0.2.3"
runtime-artifact-url: https://archcontext.repoharness.com/releases/archctx-0.2.3.tgz
runtime-artifact-digest: sha256:<release-digest>
expected-repository: <owner/name from Challenge>
expected-head-sha: ${{ github.event.pull_request.head.sha }}
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/reusable-organization-runner-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
expected_repository: ${{ github.repository }}
expected_head_sha: ${{ github.event.pull_request.head.sha }}
expected_head_tree_oid: <head tree OID from Challenge>
runtime_artifact_url: https://archcontext.repoharness.com/releases/archctx-0.2.2.tgz
runtime_artifact_url: https://archcontext.repoharness.com/releases/archctx-0.2.3.tgz
runtime_artifact_digest: sha256:<release-digest>
runtime_version: "0.2.2"
runtime_version: "0.2.3"
fail_on: blocking
fork_pr_mode: unsupported
4 changes: 2 additions & 2 deletions docs/runbooks/trusted-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
trust-level: organization
fail-on: blocking
fork-pr-mode: unsupported
runtime-version: "0.2.2"
runtime-artifact-url: https://archcontext.repoharness.com/releases/archctx-0.2.2.tgz
runtime-version: "0.2.3"
runtime-artifact-url: https://archcontext.repoharness.com/releases/archctx-0.2.3.tgz
runtime-artifact-digest: sha256:<release-digest>
expected-repository: <owner/name from Challenge>
expected-head-sha: <head SHA from Challenge>
Expand Down
4 changes: 2 additions & 2 deletions docs/verification/fg4-deterministic-conclusion-readback.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"environment": "process-fixture",
"status": "verified",
"ok": true,
"generatedAt": "2026-06-26T20:10:06.924Z",
"generatedAt": "2026-07-10T18:11:43.784Z",
"evidence": {
"processLevelFixture": true,
"providerEnvCleared": {
Expand All @@ -14,7 +14,7 @@
},
"deterministicGate": {
"llmProviderConfigured": false,
"modelDigest": "sha256:243bbf8c6ee8fe07274de912ed3e13a4ed5f2db89baaf2342b00745ccca32547",
"modelDigest": "sha256:d973b7c7f01ad8864d56d1fac0e2ed533b7b9e22ef24c9de420765f86f693701",
"result": "pass",
"reviewDigestMatchesAttestation": true
},
Expand Down
4 changes: 2 additions & 2 deletions docs/verification/fg6-no-provider-deterministic-readback.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"environment": "staging-release-readback",
"status": "verified",
"ok": true,
"generatedAt": "2026-06-26T20:10:14.539Z",
"generatedAt": "2026-07-10T18:11:44.977Z",
"sources": {
"localNoCloudSource": "docs/verification/fg6-local-no-cloud-readback.json",
"runnerSource": "docs/verification/fg4-github-hosted-runner-readback.json",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"deterministicGate": {
"llmProviderConfigured": false,
"modelDigest": "sha256:243bbf8c6ee8fe07274de912ed3e13a4ed5f2db89baaf2342b00745ccca32547",
"modelDigest": "sha256:d973b7c7f01ad8864d56d1fac0e2ed533b7b9e22ef24c9de420765f86f693701",
"result": "pass",
"reviewDigestMatchesAttestation": true
},
Expand Down
30 changes: 14 additions & 16 deletions docs/verification/fg6-npm-release-dry-run.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"environment": "npm-release-dry-run",
"status": "verified",
"ok": true,
"generatedAt": "2026-07-10T16:31:49.602Z",
"generatedAt": "2026-07-10T17:49:37.831Z",
"package": {
"name": "archctx",
"version": "0.2.2",
"version": "0.2.3",
"private": false,
"homepage": "https://archcontext.repoharness.com",
"license": "Apache-2.0",
Expand All @@ -16,11 +16,10 @@
"node": ">=24 <26"
},
"bin": {
"archctx": "./bin/archctx.mjs",
"codegraph": "./bin/codegraph.mjs"
"archctx": "./bin/archctx.mjs"
},
"dependencies": {
"@colbymchenry/codegraph": "1.0.1",
"@colbymchenry/codegraph": "1.4.0",
"@node-rs/jieba": "^2.0.1"
},
"publishConfig": {
Expand All @@ -29,13 +28,13 @@
},
"artifact": {
"artifactDir": "_ops/npm/fg6-release-dry-run",
"tarball": "archctx-0.2.2.tgz",
"publishDryRunId": "archctx@0.2.2",
"integrity": "sha512-BsY6yMl0eaLm5nTaNLJnlRAXsfNqp30Nm4R5ZYgiO+9lRR2qOwqbPvw2oLU5mjjHo47fiw4/evWv4NbKEzjABg==",
"shasum": "37d3c4ab05658d3cb7739f4bd38927c51d50979f",
"size": 315507,
"unpackedSize": 1633858,
"entryCount": 79,
"tarball": "archctx-0.2.3.tgz",
"publishDryRunId": "archctx@0.2.3",
"integrity": "sha512-KLT4KrqhTSrYLi1zU6l2JZHOZMdMajOVkhtEnldkR25qGKjFVE1pubeMSC26piPXa8DGPnVaof/VIsmRhj38yw==",
"shasum": "0ad264beca1c0d2ee0f993b2604295bcaf3ba37c",
"size": 315660,
"unpackedSize": 1634879,
"entryCount": 78,
"files": [
"NOTICE.md",
"README.md",
Expand All @@ -58,7 +57,6 @@
"assets/sources/core.yaml",
"assets/sources/s6.yaml",
"bin/archctx.mjs",
"bin/codegraph.mjs",
"package.json",
"schemas/cloud/attestation-v2.schema.json",
"schemas/cloud/attestation.schema.json",
Expand Down Expand Up @@ -197,7 +195,7 @@
"noticeMentionsAllAttribution": true
},
"rollout": {
"postPublishInstallCommand": "npm install -g archctx@0.2.2",
"postPublishInstallCommand": "npm install -g archctx@0.2.3",
"homeUrl": "https://archcontext.repoharness.com"
},
"assertions": {
Expand All @@ -210,8 +208,8 @@
"nativeTokenizerDependencyDeclared": true,
"homeUrlCorrect": true,
"noSourceRepositoryUrl": true,
"binExposesArchctx": true,
"binExposesCodeGraph": true,
"binExposesOnlyArchctx": true,
"codeGraphDependencyMatchesRoot": true,
"publishRegistryCorrect": true,
"npmPackProducedTarball": true,
"publishDryRunSucceeded": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archcontext",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"type": "module",
"packageManager": "bun@1.3.10",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@archcontext/surfaces": "workspace:*",
"@colbymchenry/codegraph": "1.0.1"
"@colbymchenry/codegraph": "1.4.0"
},
"scripts": {
"test": "bun test",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archcontext/cloud",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"type": "module",
"exports": {
Expand Down
12 changes: 6 additions & 6 deletions packages/contracts/fixtures/valid/product-version-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": "archcontext.product-version-manifest/v1",
"product": {
"name": "archctx",
"version": "0.2.2",
"version": "0.2.3",
"distribution": "one-package"
},
"packageManager": "bun@1.3.10",
Expand All @@ -12,25 +12,25 @@
"surfaces": {
"cli": {
"packageName": "@archcontext/surfaces",
"version": "0.2.2",
"version": "0.2.3",
"entrypoint": "archctx"
},
"daemon": {
"packageName": "@archcontext/local-runtime",
"version": "0.2.2",
"version": "0.2.3",
"entrypoint": "archctx daemon start",
"rpcSchemaVersion": "archcontext.runtime-rpc/v1"
},
"mcp": {
"packageName": "@archcontext/surfaces",
"version": "0.2.2",
"version": "0.2.3",
"entrypoint": "archctx mcp",
"transport": "stdio"
}
},
"schemas": {
"schemaSetVersion": "2026-06-25.al0-ledger",
"contractsPackageVersion": "0.2.2",
"contractsPackageVersion": "0.2.3",
"reviewChallenge": "archcontext.review-challenge/v2",
"attestation": "archcontext.attestation/v2",
"deviceIdentity": "archcontext.device-identity/v1",
Expand All @@ -44,7 +44,7 @@
"sqliteMigrations": "0001_runtime_state..0004_changeset_journal",
"codeGraph": {
"packageName": "@colbymchenry/codegraph",
"requiredVersion": "1.0.1",
"requiredVersion": "1.4.0",
"adapter": "codegraph-cli"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archcontext/contracts",
"version": "0.2.2",
"version": "0.2.3",
"private": false,
"type": "module",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/src/product-version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const ARCHCONTEXT_PRODUCT_NAME = "archctx";
export const ARCHCONTEXT_PRODUCT_VERSION = "0.2.2";
export const ARCHCONTEXT_PRODUCT_VERSION = "0.2.3";
export const ARCHCONTEXT_PACKAGE_MANAGER = "bun@1.3.10";
export const ARCHCONTEXT_NODE_RANGE = ">=24 <26";
export const LOCAL_RUNTIME_RPC_SCHEMA_VERSION = "archcontext.runtime-rpc/v1";
Expand Down Expand Up @@ -41,7 +41,7 @@ export interface ProductVersionManifest {
sqliteMigrations: string;
codeGraph: {
packageName: "@colbymchenry/codegraph";
requiredVersion: "1.0.1";
requiredVersion: "1.4.0";
adapter: "codegraph-cli";
};
};
Expand Down Expand Up @@ -100,7 +100,7 @@ export function productVersionManifest(): ProductVersionManifest {
sqliteMigrations: "0001_runtime_state..0004_changeset_journal",
codeGraph: {
packageName: "@colbymchenry/codegraph",
requiredVersion: "1.0.1",
requiredVersion: "1.4.0",
adapter: "codegraph-cli"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archcontext/core",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/practice-catalog/assets/catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": "archcontext.practice-catalog-manifest/v1",
"catalogVersion": "2026.06.0",
"productVersion": "0.2.2",
"productVersion": "0.2.3",
"generatedAt": "1970-01-01T00:00:00.000Z",
"entries": [
{
Expand Down Expand Up @@ -389,5 +389,5 @@
"structurizr.dsl",
"twelve-factor"
],
"catalogDigest": "sha256:29ec900ce3f20de0c586c6f7c125135eb9c1f138f05979f9a85bc433909e7b7e"
"catalogDigest": "sha256:4eb838762f60289e014d20a14411e6471d0d4e6ed97fccdf393fdb2a2583c872"
}
Loading
Loading