1 parent 055030a commit d23af24Copy full SHA for d23af24
3 files changed
.claude/settings.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enabledPlugins": {
3
+ "superpowers@claude-plugins-official": true
4
+ }
5
+}
.devcontainer/devcontainer.json
@@ -12,7 +12,8 @@
12
"ghcr.io/devcontainers/features/python:1": {},
13
"ghcr.io/edouard-lopez/devcontainer-features/bats:0": {},
14
"ghcr.io/brokenpip3/devcontainers-bats/bats-libs:0": {},
15
- "ghcr.io/devcontainers-extra/features/pdm:2": {}
+ "ghcr.io/devcontainers-extra/features/pdm:2": {},
16
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
17
},
18
19
"remoteEnv": {
.gitignore
@@ -1,3 +1,5 @@
+.claude/settings.local.json
+
# See https://pdm-project.org/latest/usage/project/#working-with-version-control
.pdm-python
0 commit comments