code-foundry 0.31.10 → 0.31.11

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.
@@ -0,0 +1,5 @@
1
+ # Generated release metadata is intentionally managed by Release Please.
2
+ CHANGELOG.md
3
+
4
+ # Runtime files are checked out under .github during CI.
5
+ .github/.code-foundry
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.31.11](https://github.com/0xPlayerOne/code-foundry/compare/v0.31.10...v0.31.11) (2026-07-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **package:** include prettier ignore baseline ([4cf91e1](https://github.com/0xPlayerOne/code-foundry/commit/4cf91e1d0ec6b53e3751469937b44f903ef09466))
9
+
3
10
  ## [0.31.10](https://github.com/0xPlayerOne/code-foundry/compare/v0.31.9...v0.31.10) (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.10",
3
+ "version": "0.31.11",
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",
@@ -28,6 +28,7 @@
28
28
  "release-please-config.json",
29
29
  ".mise.toml",
30
30
  ".prettierrc",
31
+ ".prettierignore",
31
32
  ".env.example",
32
33
  "AGENTS.md",
33
34
  "LICENSE",