code-foundry 0.31.7 → 0.31.8

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.
@@ -8,7 +8,7 @@ dependency_review: auto
8
8
  package_manager: bun
9
9
  toolchain: auto
10
10
  runtime_repository: 0xPlayerOne/code-foundry
11
- runtime_ref: v0.31.6
11
+ runtime_ref: v0.31.7
12
12
  release_type: node
13
13
  npm_publish: true
14
14
  license: agpl-3.0-or-later
@@ -12,7 +12,7 @@ on:
12
12
  description: Code Foundry runtime tag or ref.
13
13
  required: false
14
14
  type: string
15
- default: v0.31.6
15
+ default: v0.31.7
16
16
  runner:
17
17
  description: Runner used by CI jobs.
18
18
  required: false
@@ -12,7 +12,7 @@ on:
12
12
  description: Code Foundry runtime tag or ref.
13
13
  required: false
14
14
  type: string
15
- default: v0.31.6
15
+ default: v0.31.7
16
16
  runner:
17
17
  description: Runner used by CodeQL jobs.
18
18
  required: false
@@ -17,7 +17,7 @@ on:
17
17
  description: Code Foundry runtime tag or ref.
18
18
  required: false
19
19
  type: string
20
- default: v0.31.6
20
+ default: v0.31.7
21
21
 
22
22
  permissions:
23
23
  actions: write
@@ -12,7 +12,7 @@ on:
12
12
  description: Code Foundry runtime tag or ref.
13
13
  required: false
14
14
  type: string
15
- default: v0.31.6
15
+ default: v0.31.7
16
16
  runner:
17
17
  description: Runner used by Security jobs.
18
18
  required: false
@@ -12,7 +12,7 @@ on:
12
12
  description: Code Foundry runtime tag or ref.
13
13
  required: false
14
14
  type: string
15
- default: v0.31.6
15
+ default: v0.31.7
16
16
  runner:
17
17
  description: Runner used by non-unit test jobs.
18
18
  required: false
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.31.8](https://github.com/0xPlayerOne/code-foundry/compare/v0.31.7...v0.31.8) (2026-07-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **runtime:** pin self workflows to v0.31.7 ([565b5bc](https://github.com/0xPlayerOne/code-foundry/commit/565b5bcc2b8f4ade8b3addc02f72c96a42308325))
9
+
3
10
  ## [0.31.7](https://github.com/0xPlayerOne/code-foundry/compare/v0.31.6...v0.31.7) (2026-07-30)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-foundry",
3
- "version": "0.31.7",
3
+ "version": "0.31.8",
4
4
  "description": "A fast, language-aware repository factory for agent-ready workflows, testing, security, and release automation.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-or-later",