@soulbatical/tetra-dev-toolkit 1.22.0 → 1.22.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.
@@ -28,7 +28,7 @@ const ALLOWED_ROOT_MD = new Set([
28
28
 
29
29
  const IGNORED_DIRS = new Set([
30
30
  'node_modules', 'dist', 'build', '.git', '.next', '.cache', '.turbo',
31
- 'coverage', '.nyc_output', '.playwright', 'test-results'
31
+ 'coverage', '.nyc_output', '.playwright', 'test-results', '.netlify'
32
32
  ])
33
33
 
34
34
  const ALLOWED_SCRIPT_DIRS = new Set([
@@ -37,7 +37,7 @@ const ALLOWED_SCRIPT_DIRS = new Set([
37
37
 
38
38
  /** Directories whose .md content is always allowed (tooling config) */
39
39
  const ALLOWED_MD_DIRS = new Set([
40
- 'docs', '.ralph', '.claude', '.agents', 'e2e', 'tests'
40
+ 'docs', '.ralph', '.claude', '.agents', 'e2e', 'tests', 'shell'
41
41
  ])
42
42
 
43
43
  /** Directories where .yml/.yaml config files are allowed */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulbatical/tetra-dev-toolkit",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "publishConfig": {
5
5
  "access": "restricted"
6
6
  },