Skip to content

Commit d23af24

Browse files
committed
chore: add claude to devcontainer
1 parent 055030a commit d23af24

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"enabledPlugins": {
3+
"superpowers@claude-plugins-official": true
4+
}
5+
}

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ghcr.io/devcontainers/features/python:1": {},
1313
"ghcr.io/edouard-lopez/devcontainer-features/bats:0": {},
1414
"ghcr.io/brokenpip3/devcontainers-bats/bats-libs:0": {},
15-
"ghcr.io/devcontainers-extra/features/pdm:2": {}
15+
"ghcr.io/devcontainers-extra/features/pdm:2": {},
16+
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
1617
},
1718

1819
"remoteEnv": {

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.claude/settings.local.json
2+
13
# See https://pdm-project.org/latest/usage/project/#working-with-version-control
24
.pdm-python
35

0 commit comments

Comments
 (0)