Skip to content

Commit 0f69019

Browse files
committed
Generate consolodated files
1 parent 739bf40 commit 0f69019

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

INDEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ These consolidated files group related configurations for single-fetch efficienc
4040
@github https://raw.githubusercontent.com/dantman/stack/refs/heads/main/INDEX.md
4141
```
4242

43-
*Generated: Thu Jun 12 16:40:39 UTC 2025*
43+
*Generated: Thu Jun 12 09:51:01 PDT 2025*
4444
*Repository: https://github.com/dantman/stack*

consolidated/tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,5 @@ npm run format
387387

388388
---
389389

390-
*Consolidated from multiple source files on Thu Jun 12 16:40:39 UTC 2025*
390+
*Consolidated from multiple source files on Thu Jun 12 09:51:01 PDT 2025*
391391
*Source files: tooling/prettier/setup.md tooling/dependabot.md tooling/package-scripts.md*

consolidated/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,5 +435,5 @@ These extensions are recommended for specific workflows or environments:
435435

436436
---
437437

438-
*Consolidated from multiple source files on Thu Jun 12 16:40:39 UTC 2025*
438+
*Consolidated from multiple source files on Thu Jun 12 09:51:01 PDT 2025*
439439
*Source files: tooling/vscode/settings.md tooling/vscode/tasks.md tooling/vscode/mcp-servers.md tooling/vscode/extensions.md*

consolidated/workspace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To save this prompt to your local prompts folder for easy access:
2727
New-Item -ItemType Directory -Force -Path "$env:APPDATA\Code\User\prompts"
2828
2929
# Download the prompt file
30-
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dantman/stack/main/tooling/WorkspaceSetup.prompt.md" -OutFile "$env:APPDATA\Code\User\prompts\WorkspaceSetup.prompt.md" -Headers @{"Cache-Control"="no-cache"}
30+
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dantman/stack/refs/heads/main/tooling/WorkspaceSetup.prompt.md" -OutFile "$env:APPDATA\Code\User\prompts\WorkspaceSetup.prompt.md" -Headers @{"Cache-Control"="no-cache"}
3131
```
3232

3333
After downloading, you can reference the prompt locally as `/WorkspaceSetup` in any workspace.
@@ -36,7 +36,7 @@ After downloading, you can reference the prompt locally as `/WorkspaceSetup` in
3636

3737
You are setting up a new project workspace. Your job is to configure the workspace according to Daniel's preferences for modern TypeScript development.
3838

39-
1. **First, look up the INDEX**: Read the `INDEX.md` file at https://raw.githubusercontent.com/dantman/stack/main/INDEX.md to understand the consolidated configuration structure.
39+
1. **First, look up the INDEX**: Read the `INDEX.md` file at https://raw.githubusercontent.com/dantman/stack/refs/heads/main/INDEX.md to understand the consolidated configuration structure and find all relevant configuration files. Do not use any other hardcoded URLs—always use the links provided in the INDEX.
4040

4141
2. **Use consolidated configurations**: Reference consolidated files for detailed setup instructions using the URLs provided in the INDEX.
4242

@@ -46,7 +46,7 @@ You are setting up a new project workspace. Your job is to configure the workspa
4646

4747
5. **Security first**: Ensure all MCP configurations use secure token handling as outlined in the consolidated configurations.
4848

49-
6. **Sync VS Code extensions**: When you read the consolidated VS Code configuration (https://raw.githubusercontent.com/dantman/stack/main/consolidated/vscode.md), always extract the list of recommended extensions and update the local `.vscode/extensions.json` file (or devcontainer customizations) with these extension IDs. Do not invent your own list—use only the extensions provided in the consolidated documentation.
49+
6. **Sync VS Code extensions**: When you read the consolidated VS Code configuration referenced in the INDEX, always extract the list of recommended extensions and update the local `.vscode/extensions.json` file (or devcontainer customizations) with these extension IDs. Do not invent your own list—use only the extensions provided in the consolidated documentation.
5050

5151
## Important Notes
5252

@@ -57,5 +57,5 @@ You are setting up a new project workspace. Your job is to configure the workspa
5757

5858
---
5959

60-
*Consolidated from multiple source files on Thu Jun 12 16:40:39 UTC 2025*
60+
*Consolidated from multiple source files on Thu Jun 12 09:51:01 PDT 2025*
6161
*Source files: tooling/WorkspaceSetup.prompt.md*

0 commit comments

Comments
 (0)