Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0538ba2586 | |||
| a451779724 | 
@@ -1,5 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## 2025-11-04 - 1.19.5 - fix(cli)
 | 
			
		||||
Bump @git.zone/tsdoc to ^1.8.3 and add local .claude settings for allowed permissions
 | 
			
		||||
 | 
			
		||||
- Updated dependency @git.zone/tsdoc from ^1.8.2 to ^1.8.3
 | 
			
		||||
- Added .claude/settings.local.json to declare allowed permissions for local tooling (Bash commands, Docker, npm, WebFetch and MCP actions)
 | 
			
		||||
 | 
			
		||||
## 2025-11-03 - 1.19.3 - fix(tsdoc)
 | 
			
		||||
Bump @git.zone/tsdoc to ^1.8.0 and add .claude local settings
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@git.zone/cli",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "version": "1.19.4",
 | 
			
		||||
  "version": "1.19.5",
 | 
			
		||||
  "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
 | 
			
		||||
  "main": "dist_ts/index.ts",
 | 
			
		||||
  "typings": "dist_ts/index.d.ts",
 | 
			
		||||
@@ -68,7 +68,7 @@
 | 
			
		||||
    "@types/node": "^22.15.18"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@git.zone/tsdoc": "^1.8.2",
 | 
			
		||||
    "@git.zone/tsdoc": "^1.8.3",
 | 
			
		||||
    "@git.zone/tspublish": "^1.10.3",
 | 
			
		||||
    "@push.rocks/commitinfo": "^1.0.12",
 | 
			
		||||
    "@push.rocks/early": "^4.0.4",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										28
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										28
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@@ -9,8 +9,8 @@ importers:
 | 
			
		||||
  .:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@git.zone/tsdoc':
 | 
			
		||||
        specifier: ^1.8.2
 | 
			
		||||
        version: 1.8.2(ws@8.18.3)(zod@3.25.76)
 | 
			
		||||
        specifier: ^1.8.3
 | 
			
		||||
        version: 1.8.3(ws@8.18.3)(zod@3.25.76)
 | 
			
		||||
      '@git.zone/tspublish':
 | 
			
		||||
        specifier: ^1.10.3
 | 
			
		||||
        version: 1.10.3
 | 
			
		||||
@@ -512,8 +512,8 @@ packages:
 | 
			
		||||
    resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tsdoc@1.8.2':
 | 
			
		||||
    resolution: {integrity: sha512-UBvxa2JyTKEFnfZrVoxoncL6mf2RaDb4hECoM33qSj2V3/mqVnIDFUqs8RCrbwXkS0/p44eeWaWsGfD3LevhYg==}
 | 
			
		||||
  '@git.zone/tsdoc@1.8.3':
 | 
			
		||||
    resolution: {integrity: sha512-hQ7A5dhu6OqRIqFvXKZ2i/M1TU0BizkRr2rjEdT/wTPpef+zq7Hy/IsG0e353vsrvsyQ4XzrsAkjW1pWhozPeA==}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tspublish@1.10.3':
 | 
			
		||||
@@ -1044,6 +1044,9 @@ packages:
 | 
			
		||||
  '@push.rocks/smartenv@5.0.13':
 | 
			
		||||
    resolution: {integrity: sha512-ACXmUcHZHl2CF2jnVuRw9saRRrZvJblCRs2d+K5aLR1DfkYFX3eA21kcMlKeLisI3aGNbIj9vz/rowN5qkRkfA==}
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartenv@6.0.0':
 | 
			
		||||
    resolution: {integrity: sha512-ktW5MqOFs0492sB4vrvl4lgRFQ/sQ4AyREgB+sCIzGqszHWGVvGXR95Y2a3z66jkLPYML2CUWHzmMlfv8fkG+A==}
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smarterror@2.0.1':
 | 
			
		||||
    resolution: {integrity: sha512-iCcH1D8tlDJgMFsaJ6lhdOTKhbU0KoprNv9MRP9o7691QOx4JEDXiHtr/lNtxVo8BUtdb9CF6kazaknO9KuORA==}
 | 
			
		||||
 | 
			
		||||
@@ -1071,8 +1074,8 @@ packages:
 | 
			
		||||
  '@push.rocks/smartfm@2.2.2':
 | 
			
		||||
    resolution: {integrity: sha512-kLrBv/vWXJmB558LI5C79fWXLKOnno998vnp3opfB+uyznT2E6LkcpKsxdjwe1V/r+Z5GlhXPOWmGgHPCzUR6w==}
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartgit@3.2.1':
 | 
			
		||||
    resolution: {integrity: sha512-8bn/G7zCmD0V0O/BSc2+dnEk8c6KEouN60DQ6a46eIDW3Mp7ZY13p34+f1aEiwKl7xLC/GaDWgBm5OLMN5Cutw==}
 | 
			
		||||
  '@push.rocks/smartgit@3.3.0':
 | 
			
		||||
    resolution: {integrity: sha512-rrOMtAqDVg0t7mrXtJWt/qDT9lkPXKXw8MlCUHsNg4MyC8Qn1jyBHklfkv8FjKnyYG48HqW2M5s7bMOZuXUNxA==}
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartguard@3.1.0':
 | 
			
		||||
    resolution: {integrity: sha512-J23q84f1O+TwFGmd4lrO9XLHUh2DaLXo9PN/9VmTWYzTkQDv5JehmifXVI0esophXcCIfbdIu6hbt7/aHlDF4A==}
 | 
			
		||||
@@ -5333,7 +5336,7 @@ snapshots:
 | 
			
		||||
      - '@swc/helpers'
 | 
			
		||||
      - supports-color
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tsdoc@1.8.2(ws@8.18.3)(zod@3.25.76)':
 | 
			
		||||
  '@git.zone/tsdoc@1.8.3(ws@8.18.3)(zod@3.25.76)':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@git.zone/tspublish': 1.10.3
 | 
			
		||||
      '@push.rocks/early': 4.0.4
 | 
			
		||||
@@ -5343,7 +5346,7 @@ snapshots:
 | 
			
		||||
      '@push.rocks/smartcli': 4.0.19
 | 
			
		||||
      '@push.rocks/smartdelay': 3.0.5
 | 
			
		||||
      '@push.rocks/smartfile': 11.2.7
 | 
			
		||||
      '@push.rocks/smartgit': 3.2.1
 | 
			
		||||
      '@push.rocks/smartgit': 3.3.0
 | 
			
		||||
      '@push.rocks/smartinteract': 2.0.16
 | 
			
		||||
      '@push.rocks/smartlog': 3.1.10
 | 
			
		||||
      '@push.rocks/smartlog-destination-local': 9.0.2
 | 
			
		||||
@@ -6305,6 +6308,10 @@ snapshots:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@push.rocks/smartpromise': 4.2.3
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartenv@6.0.0':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@push.rocks/smartpromise': 4.2.3
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smarterror@2.0.1':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      clean-stack: 1.3.0
 | 
			
		||||
@@ -6376,9 +6383,9 @@ snapshots:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      gray-matter: 4.0.3
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartgit@3.2.1':
 | 
			
		||||
  '@push.rocks/smartgit@3.3.0':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@push.rocks/smartenv': 5.0.13
 | 
			
		||||
      '@push.rocks/smartenv': 6.0.0
 | 
			
		||||
      '@push.rocks/smartfile': 11.2.7
 | 
			
		||||
      '@push.rocks/smartpath': 6.0.0
 | 
			
		||||
      '@push.rocks/smartpromise': 4.2.3
 | 
			
		||||
@@ -6388,6 +6395,7 @@ snapshots:
 | 
			
		||||
      '@types/diff': 8.0.0
 | 
			
		||||
      diff: 8.0.2
 | 
			
		||||
      isomorphic-git: 1.34.2
 | 
			
		||||
      minimatch: 10.1.1
 | 
			
		||||
 | 
			
		||||
  '@push.rocks/smartguard@3.1.0':
 | 
			
		||||
    dependencies:
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@git.zone/cli',
 | 
			
		||||
  version: '1.19.3',
 | 
			
		||||
  version: '1.19.5',
 | 
			
		||||
  description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user