@k2works/claude-code-booster 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,34 @@
1
+ // For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
+ // README at: https://github.com/devcontainers/templates/tree/main/src/docker-in-docker
3
+ {
4
+ "name": "Case Study Game Dev Container",
5
+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
+ //"image": "mcr.microsoft.com/devcontainers/base:bullseye",
7
+ "build": {
8
+ "dockerfile": "../Dockerfile"
9
+ },
10
+
11
+ "features": {
12
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {
13
+ "version": "latest",
14
+ "enableNonRootDocker": "true",
15
+ "moby": "true"
16
+ }
17
+ },
18
+
19
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
20
+ // "forwardPorts": [],
21
+
22
+ // Use 'postCreateCommand' to run commands after the container is created.
23
+ // "postCreateCommand": "docker --version",
24
+
25
+ // Configure tool-specific properties.
26
+ "customizations" : {
27
+ "jetbrains" : {
28
+ "backend" : "IntelliJ"
29
+ }
30
+ },
31
+
32
+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
33
+ // "remoteUser": "root"
34
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {