@dreamboard-games/cli 0.1.30-alpha.31 → 0.1.30-alpha.33
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.
- package/README.md +8 -8
- package/dist/agent-verifier/agent-workspace-verifier.mjs +109 -13
- package/dist/agent-verifier/agent-workspace-verifier.mjs.map +1 -1
- package/dist/agent-verifier/{chunk-NBRUEJUK.mjs → chunk-OQ6OGY5D.mjs} +3 -3
- package/dist/agent-verifier/{chunk-NBRUEJUK.mjs.map → chunk-OQ6OGY5D.mjs.map} +1 -1
- package/dist/agent-verifier/{materialize-workspace-MAGKDMK5.mjs → materialize-workspace-3ECF4EYD.mjs} +2 -2
- package/dist/agent-verifier/{static-scaffold-CLRRWXON.mjs → static-scaffold-XZ4FS4RR.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-YNJVKC2T.js → chunk-BN5UBK47.js} +3 -3
- package/dist/{chunk-YNJVKC2T.js.map → chunk-BN5UBK47.js.map} +1 -1
- package/dist/{chunk-X244CUU4.js → chunk-E67GR2SL.js} +111 -14
- package/dist/chunk-E67GR2SL.js.map +1 -0
- package/dist/index.js +23 -20
- package/dist/index.js.map +1 -1
- package/dist/internal.js +2 -2
- package/package.json +1 -1
- package/release/authoring-release-set.json +2 -2
- package/skills/dreamboard/SKILL.md +3 -3
- package/skills/dreamboard/references/building-your-first-game.md +1 -1
- package/skills/dreamboard/references/cli.md +20 -19
- package/skills/dreamboard/references/quickstart.md +3 -3
- package/dist/chunk-X244CUU4.js.map +0 -1
- /package/dist/agent-verifier/{materialize-workspace-MAGKDMK5.mjs.map → materialize-workspace-3ECF4EYD.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-CLRRWXON.mjs.map → static-scaffold-XZ4FS4RR.mjs.map} +0 -0
package/dist/internal.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
resolveConfig,
|
|
10
10
|
resolveProjectContext,
|
|
11
11
|
shortHash
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-E67GR2SL.js";
|
|
13
13
|
import {
|
|
14
14
|
applyWorkspaceCodegen,
|
|
15
15
|
loadManifest,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
setLatestCompileAttempt,
|
|
19
19
|
updateProjectState,
|
|
20
20
|
writeSnapshot
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-BN5UBK47.js";
|
|
22
22
|
import {
|
|
23
23
|
getStoredSession,
|
|
24
24
|
loadGlobalConfig
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"packages": {
|
|
5
5
|
"cli": {
|
|
6
6
|
"name": "@dreamboard-games/cli",
|
|
7
|
-
"version": "0.1.30-alpha.
|
|
7
|
+
"version": "0.1.30-alpha.33"
|
|
8
8
|
},
|
|
9
9
|
"sdk": {
|
|
10
10
|
"name": "@dreamboard-games/sdk",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"portable": true
|
|
35
35
|
},
|
|
36
36
|
"packageManager": "pnpm@10.4.1",
|
|
37
|
-
"releaseSetId": "sha256:
|
|
37
|
+
"releaseSetId": "sha256:d5cfddbb5b34493571462942744a5bca5d9f4c8065d39dcef360d0c3581a65e1"
|
|
38
38
|
}
|
|
@@ -6,16 +6,16 @@ metadata:
|
|
|
6
6
|
tags: [dreamboard, cli, game-dev, board-game, turn-based, multiplayer]
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# Dreamboard
|
|
9
|
+
# Dreamboard
|
|
10
10
|
|
|
11
11
|
## Goal
|
|
12
12
|
|
|
13
13
|
Create and iterate on a Dreamboard game locally with the Git-native Dreamboard
|
|
14
|
-
|
|
14
|
+
command, then verify exact commits, run tests, and use the local dev host.
|
|
15
15
|
|
|
16
16
|
## Prereqs
|
|
17
17
|
|
|
18
|
-
- Dreamboard
|
|
18
|
+
- Dreamboard installed and available as `dreamboard`
|
|
19
19
|
Install with `npm install -g dreamboard`
|
|
20
20
|
- Authenticated via `dreamboard auth login`
|
|
21
21
|
|
|
@@ -33,7 +33,7 @@ By the end of the tutorial you will have:
|
|
|
33
33
|
|
|
34
34
|
## Prerequisites
|
|
35
35
|
|
|
36
|
-
- Dreamboard
|
|
36
|
+
- Dreamboard installed: `npm install -g dreamboard`
|
|
37
37
|
- authenticated with `dreamboard auth login`
|
|
38
38
|
|
|
39
39
|
## 1. Create the workspace
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
<!-- Generated by apps/dreamboard-cli/scripts/sync-skill-docs.ts. -->
|
|
2
2
|
<!-- Source: docs/reference/cli.mdx -->
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
# Dreamboard command reference
|
|
5
5
|
|
|
6
|
-
Reference for Dreamboard
|
|
6
|
+
Reference for Dreamboard workflows and commands.
|
|
7
7
|
|
|
8
|
-
Dreamboard
|
|
8
|
+
Dreamboard manages the Git-native authored workspace loop: authenticate,
|
|
9
9
|
create or clone a project, verify exact commits, build or preview pushed
|
|
10
10
|
commits, run a local dev host, and test reducer scenarios.
|
|
11
11
|
|
|
12
12
|
## Responsibility
|
|
13
13
|
|
|
14
|
-
Use
|
|
14
|
+
Use Dreamboard for:
|
|
15
15
|
|
|
16
16
|
- authenticating the current machine
|
|
17
17
|
- creating or cloning project workspaces
|
|
@@ -46,14 +46,14 @@ Use this sequence for the normal authored loop:
|
|
|
46
46
|
|
|
47
47
|
## Workspace commands
|
|
48
48
|
|
|
49
|
-
| Command
|
|
50
|
-
|
|
|
51
|
-
| `dreamboard auth login`
|
|
52
|
-
| `dreamboard auth status`
|
|
49
|
+
| Command | Use it for |
|
|
50
|
+
| ------------------------------------------------------ | --------------------------------------------------------------- |
|
|
51
|
+
| `dreamboard auth login` | Open browser login and store a refreshable session |
|
|
52
|
+
| `dreamboard auth status` | Show the current authenticated session |
|
|
53
53
|
| `dreamboard project create <slug> --description "..."` | Create a project, scaffold a local workspace, and configure Git |
|
|
54
|
-
| `dreamboard project clone <project>`
|
|
55
|
-
| `dreamboard project status --commit <rev>`
|
|
56
|
-
| `dreamboard verify --commit <rev>`
|
|
54
|
+
| `dreamboard project clone <project>` | Clone an existing project repository |
|
|
55
|
+
| `dreamboard project status --commit <rev>` | Show server state for one exact commit |
|
|
56
|
+
| `dreamboard verify --commit <rev>` | Verify one exact commit in a detached worktree |
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
59
|
dreamboard auth login
|
|
@@ -70,14 +70,14 @@ dreamboard verify --commit HEAD
|
|
|
70
70
|
Use commit commands after the commit has been pushed to the configured Git
|
|
71
71
|
remote.
|
|
72
72
|
|
|
73
|
-
| Command
|
|
74
|
-
|
|
|
75
|
-
| `dreamboard test`
|
|
76
|
-
| `dreamboard dev [--from-scenario <id>]`
|
|
77
|
-
| `dreamboard build --commit <rev>`
|
|
78
|
-
| `dreamboard preview --commit <rev>`
|
|
79
|
-
| `dreamboard release publish --commit <rev> --yes` | Publish an explicit release
|
|
80
|
-
| `dreamboard release current`
|
|
73
|
+
| Command | Use it for |
|
|
74
|
+
| ------------------------------------------------- | ----------------------------------------- |
|
|
75
|
+
| `dreamboard test` | Run offline reducer tests |
|
|
76
|
+
| `dreamboard dev [--from-scenario <id>]` | Start the local project dev host |
|
|
77
|
+
| `dreamboard build --commit <rev>` | Create a server build for a pushed commit |
|
|
78
|
+
| `dreamboard preview --commit <rev>` | Create a preview for a pushed commit |
|
|
79
|
+
| `dreamboard release publish --commit <rev> --yes` | Publish an explicit release |
|
|
80
|
+
| `dreamboard release current` | Show the current release pointer |
|
|
81
81
|
|
|
82
82
|
```bash
|
|
83
83
|
dreamboard test
|
|
@@ -96,6 +96,7 @@ dreamboard test --scenario test/scenarios/player-two-wins.scenario.ts
|
|
|
96
96
|
```
|
|
97
97
|
|
|
98
98
|
## Start local server
|
|
99
|
+
|
|
99
100
|
```bash
|
|
100
101
|
dreamboard dev
|
|
101
102
|
```
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
# Quickstart
|
|
5
5
|
|
|
6
|
-
Install Dreamboard
|
|
6
|
+
Install Dreamboard, create a game, and iterate on manifest-driven scaffolding.
|
|
7
7
|
|
|
8
|
-
Install
|
|
8
|
+
Install Dreamboard:
|
|
9
9
|
|
|
10
10
|
```bash
|
|
11
11
|
npm install -g dreamboard
|
|
@@ -63,7 +63,7 @@ Useful follow-up commands:
|
|
|
63
63
|
- `dreamboard build --commit HEAD` creates a server build for a pushed commit.
|
|
64
64
|
- `dreamboard preview --commit HEAD` creates a preview for a pushed commit.
|
|
65
65
|
|
|
66
|
-
For a concise command reference, see [
|
|
66
|
+
For a concise command reference, see [Dreamboard command reference](./cli.md).
|
|
67
67
|
|
|
68
68
|
For a full walkthrough, continue with
|
|
69
69
|
[Building your first game](./building-your-first-game.md).
|