Skip to content

Commit 87a69fd

Browse files
committed
Update CLAUDE.md with deployment instructions and path fixes
1 parent 5589f63 commit 87a69fd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CLAUDE.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Use the `ExecuteCommand` tool from the `host-approval` MCP server for:
6767

6868
Call the `ExecuteCommand` tool with:
6969
- `command`: The command to execute
70-
- `workingDirectory`: The working directory (use forward slashes: `X:/src/RepoName`)
70+
- `workingDirectory`: The working directory (use forward slashes: `c:/src/RepoName`)
7171
- `claimedPurpose`: A clear explanation of why this command is needed
7272

7373
### Example
@@ -76,7 +76,7 @@ To push a feature branch:
7676
```
7777
ExecuteCommand(
7878
command: "git push origin feature/my-feature",
79-
workingDirectory: "X:/src/PostSharp.Engineering",
79+
workingDirectory: "c:/src/PostSharp.Engineering",
8080
claimedPurpose: "Push the feature branch with MCP implementation to remote for PR creation"
8181
)
8282
```
@@ -116,4 +116,14 @@ Invoke-RestMethod -Uri "https://postsharp.teamcity.com/app/rest/buildQueue" -Met
116116

117117
1. Check `.teamcity/settings.kts` for the VCS root: `AbsoluteId("...")`
118118
2. The build type ID is: `<VcsRootId>_VersionBump`
119-
3. For this repo: `Engineering_PostSharpEngineering_VersionBump`
119+
3. For this repo: `Engineering_PostSharpEngineering_VersionBump`
120+
121+
122+
## How to deploy
123+
124+
1. Commit
125+
2. Push
126+
3. Wait 1 seconds
127+
4. Bump version (see above)
128+
5. Monitor version bumping
129+
6. When completed, schedule deploy public

0 commit comments

Comments
 (0)