@the-bearded-bear/claude-craft 4.0.0 → 4.0.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/Dev/i18n/de/Common/hooks/HOOKS-QUICKSTART.md +12 -0
- package/Dev/i18n/de/Common/templates/settings.json.template +9 -0
- package/Dev/i18n/en/Common/hooks/HOOKS-QUICKSTART.md +12 -0
- package/Dev/i18n/en/Common/templates/settings.json.template +9 -0
- package/Dev/i18n/es/Common/hooks/HOOKS-QUICKSTART.md +12 -0
- package/Dev/i18n/es/Common/templates/settings.json.template +9 -0
- package/Dev/i18n/fr/Common/hooks/HOOKS-QUICKSTART.md +12 -0
- package/Dev/i18n/fr/Common/templates/settings.json.template +9 -0
- package/Dev/i18n/pt/Common/hooks/HOOKS-QUICKSTART.md +12 -0
- package/Dev/i18n/pt/Common/templates/settings.json.template +9 -0
- package/package.json +1 -1
|
@@ -25,6 +25,18 @@ This directory contains Claude Code hooks for automated quality control and work
|
|
|
25
25
|
| `session-init.sh` | Load project context | SessionStart |
|
|
26
26
|
| `notify-slack.sh` | Slack notifications | Notification |
|
|
27
27
|
| `block-dangerous-commands.sh` | Block rm -rf, sudo, etc. | PreToolUse |
|
|
28
|
+
| `setup-init.sh` | Initialize project on first run | Setup |
|
|
29
|
+
|
|
30
|
+
## Hook Events (11 total)
|
|
31
|
+
|
|
32
|
+
- **PreToolUse / PostToolUse** - Before/after tool execution
|
|
33
|
+
- **Stop / SubagentStop** - When agent finishes
|
|
34
|
+
- **SessionStart / SessionEnd** - Session lifecycle
|
|
35
|
+
- **Setup** - On `--init`, `--init-only`, `--maintenance` (v2.1.20+)
|
|
36
|
+
- **PermissionRequest** - Permission dialogs
|
|
37
|
+
- **UserPromptSubmit** - User input
|
|
38
|
+
- **Notification** - Notifications
|
|
39
|
+
- **PreCompact** - Before context compaction
|
|
28
40
|
|
|
29
41
|
## Quick Enable
|
|
30
42
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://claude.ai/settings-schema.json",
|
|
3
3
|
|
|
4
|
+
"spinnerVerbs": {
|
|
5
|
+
"default": ["Denken", "Verarbeiten", "Analysieren", "Arbeiten"],
|
|
6
|
+
"Edit": ["Bearbeiten", "Ändern", "Aktualisieren"],
|
|
7
|
+
"Write": ["Schreiben", "Erstellen", "Generieren"],
|
|
8
|
+
"Bash": ["Ausführen", "Starten", "Verarbeiten"],
|
|
9
|
+
"Read": ["Lesen", "Laden", "Scannen"],
|
|
10
|
+
"Task": ["Delegieren", "Koordinieren", "Versenden"]
|
|
11
|
+
},
|
|
12
|
+
|
|
4
13
|
"permissions": {
|
|
5
14
|
"allow": [
|
|
6
15
|
"Read",
|
|
@@ -25,6 +25,18 @@ This directory contains Claude Code hooks for automated quality control and work
|
|
|
25
25
|
| `session-init.sh` | Load project context | SessionStart |
|
|
26
26
|
| `notify-slack.sh` | Slack notifications | Notification |
|
|
27
27
|
| `block-dangerous-commands.sh` | Block rm -rf, sudo, etc. | PreToolUse |
|
|
28
|
+
| `setup-init.sh` | Initialize project on first run | Setup |
|
|
29
|
+
|
|
30
|
+
## Hook Events (11 total)
|
|
31
|
+
|
|
32
|
+
- **PreToolUse / PostToolUse** - Before/after tool execution
|
|
33
|
+
- **Stop / SubagentStop** - When agent finishes
|
|
34
|
+
- **SessionStart / SessionEnd** - Session lifecycle
|
|
35
|
+
- **Setup** - On `--init`, `--init-only`, `--maintenance` (v2.1.20+)
|
|
36
|
+
- **PermissionRequest** - Permission dialogs
|
|
37
|
+
- **UserPromptSubmit** - User input
|
|
38
|
+
- **Notification** - Notifications
|
|
39
|
+
- **PreCompact** - Before context compaction
|
|
28
40
|
|
|
29
41
|
## Quick Enable
|
|
30
42
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://claude.ai/settings-schema.json",
|
|
3
3
|
|
|
4
|
+
"spinnerVerbs": {
|
|
5
|
+
"default": ["Thinking", "Processing", "Analyzing", "Working"],
|
|
6
|
+
"Edit": ["Editing", "Modifying", "Updating"],
|
|
7
|
+
"Write": ["Writing", "Creating", "Generating"],
|
|
8
|
+
"Bash": ["Running", "Executing", "Processing"],
|
|
9
|
+
"Read": ["Reading", "Loading", "Scanning"],
|
|
10
|
+
"Task": ["Delegating", "Coordinating", "Dispatching"]
|
|
11
|
+
},
|
|
12
|
+
|
|
4
13
|
"permissions": {
|
|
5
14
|
"allow": [
|
|
6
15
|
"Read",
|
|
@@ -25,6 +25,18 @@ This directory contains Claude Code hooks for automated quality control and work
|
|
|
25
25
|
| `session-init.sh` | Load project context | SessionStart |
|
|
26
26
|
| `notify-slack.sh` | Slack notifications | Notification |
|
|
27
27
|
| `block-dangerous-commands.sh` | Block rm -rf, sudo, etc. | PreToolUse |
|
|
28
|
+
| `setup-init.sh` | Initialize project on first run | Setup |
|
|
29
|
+
|
|
30
|
+
## Hook Events (11 total)
|
|
31
|
+
|
|
32
|
+
- **PreToolUse / PostToolUse** - Before/after tool execution
|
|
33
|
+
- **Stop / SubagentStop** - When agent finishes
|
|
34
|
+
- **SessionStart / SessionEnd** - Session lifecycle
|
|
35
|
+
- **Setup** - On `--init`, `--init-only`, `--maintenance` (v2.1.20+)
|
|
36
|
+
- **PermissionRequest** - Permission dialogs
|
|
37
|
+
- **UserPromptSubmit** - User input
|
|
38
|
+
- **Notification** - Notifications
|
|
39
|
+
- **PreCompact** - Before context compaction
|
|
28
40
|
|
|
29
41
|
## Quick Enable
|
|
30
42
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://claude.ai/settings-schema.json",
|
|
3
3
|
|
|
4
|
+
"spinnerVerbs": {
|
|
5
|
+
"default": ["Pensando", "Procesando", "Analizando", "Trabajando"],
|
|
6
|
+
"Edit": ["Editando", "Modificando", "Actualizando"],
|
|
7
|
+
"Write": ["Escribiendo", "Creando", "Generando"],
|
|
8
|
+
"Bash": ["Ejecutando", "Lanzando", "Procesando"],
|
|
9
|
+
"Read": ["Leyendo", "Cargando", "Escaneando"],
|
|
10
|
+
"Task": ["Delegando", "Coordinando", "Despachando"]
|
|
11
|
+
},
|
|
12
|
+
|
|
4
13
|
"permissions": {
|
|
5
14
|
"allow": [
|
|
6
15
|
"Read",
|
|
@@ -25,6 +25,18 @@ Ce repertoire contient les hooks Claude Code pour le controle qualite automatise
|
|
|
25
25
|
| `session-init.sh` | Charger le contexte projet | SessionStart |
|
|
26
26
|
| `notify-slack.sh` | Notifications Slack | Notification |
|
|
27
27
|
| `block-dangerous-commands.sh` | Bloquer rm -rf, sudo, etc. | PreToolUse |
|
|
28
|
+
| `setup-init.sh` | Initialiser le projet au premier lancement | Setup |
|
|
29
|
+
|
|
30
|
+
## Evenements Hook (11 au total)
|
|
31
|
+
|
|
32
|
+
- **PreToolUse / PostToolUse** - Avant/apres execution d'outil
|
|
33
|
+
- **Stop / SubagentStop** - Quand l'agent termine
|
|
34
|
+
- **SessionStart / SessionEnd** - Cycle de vie de session
|
|
35
|
+
- **Setup** - Sur `--init`, `--init-only`, `--maintenance` (v2.1.20+)
|
|
36
|
+
- **PermissionRequest** - Dialogues de permission
|
|
37
|
+
- **UserPromptSubmit** - Saisie utilisateur
|
|
38
|
+
- **Notification** - Notifications
|
|
39
|
+
- **PreCompact** - Avant compaction du contexte
|
|
28
40
|
|
|
29
41
|
## Activation Rapide
|
|
30
42
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://claude.ai/settings-schema.json",
|
|
3
3
|
|
|
4
|
+
"spinnerVerbs": {
|
|
5
|
+
"default": ["Réflexion", "Traitement", "Analyse", "Travail"],
|
|
6
|
+
"Edit": ["Édition", "Modification", "Mise à jour"],
|
|
7
|
+
"Write": ["Écriture", "Création", "Génération"],
|
|
8
|
+
"Bash": ["Exécution", "Lancement", "Traitement"],
|
|
9
|
+
"Read": ["Lecture", "Chargement", "Scan"],
|
|
10
|
+
"Task": ["Délégation", "Coordination", "Dispatch"]
|
|
11
|
+
},
|
|
12
|
+
|
|
4
13
|
"permissions": {
|
|
5
14
|
"allow": [
|
|
6
15
|
"Read",
|
|
@@ -25,6 +25,18 @@ This directory contains Claude Code hooks for automated quality control and work
|
|
|
25
25
|
| `session-init.sh` | Load project context | SessionStart |
|
|
26
26
|
| `notify-slack.sh` | Slack notifications | Notification |
|
|
27
27
|
| `block-dangerous-commands.sh` | Block rm -rf, sudo, etc. | PreToolUse |
|
|
28
|
+
| `setup-init.sh` | Initialize project on first run | Setup |
|
|
29
|
+
|
|
30
|
+
## Hook Events (11 total)
|
|
31
|
+
|
|
32
|
+
- **PreToolUse / PostToolUse** - Before/after tool execution
|
|
33
|
+
- **Stop / SubagentStop** - When agent finishes
|
|
34
|
+
- **SessionStart / SessionEnd** - Session lifecycle
|
|
35
|
+
- **Setup** - On `--init`, `--init-only`, `--maintenance` (v2.1.20+)
|
|
36
|
+
- **PermissionRequest** - Permission dialogs
|
|
37
|
+
- **UserPromptSubmit** - User input
|
|
38
|
+
- **Notification** - Notifications
|
|
39
|
+
- **PreCompact** - Before context compaction
|
|
28
40
|
|
|
29
41
|
## Quick Enable
|
|
30
42
|
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://claude.ai/settings-schema.json",
|
|
3
3
|
|
|
4
|
+
"spinnerVerbs": {
|
|
5
|
+
"default": ["Pensando", "Processando", "Analisando", "Trabalhando"],
|
|
6
|
+
"Edit": ["Editando", "Modificando", "Atualizando"],
|
|
7
|
+
"Write": ["Escrevendo", "Criando", "Gerando"],
|
|
8
|
+
"Bash": ["Executando", "Rodando", "Processando"],
|
|
9
|
+
"Read": ["Lendo", "Carregando", "Escaneando"],
|
|
10
|
+
"Task": ["Delegando", "Coordenando", "Despachando"]
|
|
11
|
+
},
|
|
12
|
+
|
|
4
13
|
"permissions": {
|
|
5
14
|
"allow": [
|
|
6
15
|
"Read",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|