Skip to content

Commit 0a5e143

Browse files
authored
Merge pull request #70 from MTrab:chore/update-devcontainer
Update devcontainer and AGENTS definitions
2 parents e6d5659 + 8a3c936 commit 0a5e143

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
"ghcr.io/devcontainers/features/rust:1": {}
4444
},
4545
"mounts": [
46+
"source=${localWorkspaceFolder}/config,target=/config,type=bind,consistency=cached",
4647
"source=${localEnv:HOME}/.codex/auth.json,target=/etc/codex/auth.json,readonly,type=bind",
47-
"source=${localWorkspaceFolder}/../pyddlvector,target=/development/github/homeassistant/pyddlvector,type=bind",
48+
"source=${localWorkspaceFolder}/../pyddlvector,target=/workspaces/pyddlvector,type=bind",
4849
"source=gh-config,target=/home/vscode/.config/gh,type=volume"
4950
]
5051
}

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If the repository becomes a monorepo, additional `AGENTS.md` files may exist in
5151

5252
The Python communication module source code is maintained in:
5353

54-
- `/development/github/homeassistant/pyddlvector`
54+
- `/workspaces/pyddlvector`
5555

5656
From this workspace, the agent has access to work in that repository as well, including creating branches, making edits, committing, and pushing.
5757

0 commit comments

Comments
 (0)