mikoshi-construct 0.1.0 → 0.1.1

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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "mikoshi-construct",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "packageManager": "pnpm@12.4.2",
6
6
  "description": "Bootstrap for AI-native software projects. Start with a proven engineering workflow instead of an empty repository.",
7
7
  "author": "Eli Tabrisov",
8
8
  "license": "MIT",
9
- "homepage": "https://github.com/e1i/mikoshi-construct#readme",
9
+ "homepage": "https://github.com/E1i/mikoshi-construct#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/e1i/mikoshi-construct.git"
12
+ "url": "git+https://github.com/E1i/mikoshi-construct.git"
13
13
  },
14
- "bugs": "https://github.com/e1i/mikoshi-construct/issues",
14
+ "bugs": "https://github.com/E1i/mikoshi-construct/issues",
15
15
  "keywords": [
16
16
  "claude-code",
17
17
  "cursor",
@@ -1,2 +1,6 @@
1
1
  [extend]
2
2
  useDefault = true
3
+
4
+ [allowlist]
5
+ description = "construct.json stores sha256 hashes of baseline files, including .claude/rules/secrets.md"
6
+ paths = [ '''^construct\.json$''' ]