create-beignet 0.0.10 → 0.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # create-beignet
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 72601c8: Generated apps now include an AGENTS.md agent guide (registration checklist, validation loop, placement rules) and a .mcp.json registering the beignet mcp server, so coding agents get the non-obvious conventions and structured tools out of the box.
8
+ - Updated dependencies [72601c8]
9
+ - Updated dependencies [72601c8]
10
+ - @beignet/cli@0.0.11
11
+
3
12
  ## 0.0.10
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-beignet",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "description": "Create a new Beignet app with one command.",
6
6
  "main": "./dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "node": ">=18.0.0"
59
59
  },
60
60
  "dependencies": {
61
- "@beignet/cli": "^0.0.10"
61
+ "@beignet/cli": "^0.0.11"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/bun": "^1.3.13",