@tekyzinc/gsd-t 2.53.10 → 2.53.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.
|
@@ -62,15 +62,11 @@ Execute the full init workflow (same as `/user:gsd-t-init`):
|
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
Log: "Created ~/.claude/settings.local with default permissions — update the allow list to match your security preferences."
|
|
65
|
-
- Then, if `.claude/settings.local.json` does NOT already exist in the project root:
|
|
66
|
-
- Create `.claude/` directory in the project root if needed
|
|
67
|
-
- Copy `~/.claude/settings.local` → `.claude/settings.local.json`
|
|
68
|
-
- Skip the copy silently if the target already exists
|
|
69
65
|
6. Map existing codebase if code exists
|
|
70
66
|
7. Initialize backlog with auto-derived categories
|
|
71
67
|
8. Register project in `~/.claude/.gsd-t-projects`
|
|
72
68
|
|
|
73
|
-
**If `.gsd-t/` already exists**: Skip init — it's already done. Log and continue to scan. Still check and
|
|
69
|
+
**If `.gsd-t/` already exists**: Skip init — it's already done. Log and continue to scan. Still check and create settings.local (step 5) even if init is skipped.
|
|
74
70
|
|
|
75
71
|
## Step 3.5: Graph Indexing Note
|
|
76
72
|
|
package/commands/gsd-t-init.md
CHANGED
|
@@ -40,12 +40,6 @@ If yes, read `.gsd/` state and create equivalent `.gsd-t/` structure.
|
|
|
40
40
|
```
|
|
41
41
|
After creating it, log: "Created ~/.claude/settings.local with default permissions — update the allow list to match your security preferences."
|
|
42
42
|
|
|
43
|
-
2. **Copy to project**: If `.claude/settings.local.json` does NOT already exist in the project root:
|
|
44
|
-
- Create the `.claude/` directory in the project root if it doesn't exist
|
|
45
|
-
- Copy `~/.claude/settings.local` → `.claude/settings.local.json`
|
|
46
|
-
|
|
47
|
-
Skip the copy (step 2) silently if the target already exists.
|
|
48
|
-
|
|
49
43
|
## Step 3: Create Directory Structure
|
|
50
44
|
|
|
51
45
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekyzinc/gsd-t",
|
|
3
|
-
"version": "2.53.
|
|
3
|
+
"version": "2.53.11",
|
|
4
4
|
"description": "GSD-T: Contract-Driven Development for Claude Code — 51 slash commands with headless CI/CD mode, graph-powered code analysis, real-time agent dashboard, execution intelligence, task telemetry, doc-ripple enforcement, backlog management, impact analysis, test sync, milestone archival, and PRD generation",
|
|
5
5
|
"author": "Tekyz, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -206,7 +206,6 @@ Only execute GSD-T workflow behavior when a `/gsd-t-*` command is invoked or whe
|
|
|
206
206
|
Before executing any GSD-T workflow command, check if **any** of these files are missing in the current project:
|
|
207
207
|
- `.gsd-t/progress.md`, `.gsd-t/backlog.md`, `.gsd-t/backlog-settings.md`
|
|
208
208
|
- `.gsd-t/contracts/`, `.gsd-t/domains/`
|
|
209
|
-
- `.claude/settings.local.json` (if `~/.claude/settings.local` exists)
|
|
210
209
|
- `CLAUDE.md`, `README.md`
|
|
211
210
|
- `docs/requirements.md`, `docs/architecture.md`, `docs/workflows.md`, `docs/infrastructure.md`
|
|
212
211
|
|