Skip to content

Commit 8e0594b

Browse files
author
DavidQ
committed
PR_08_01_TOOL_SAMPLE_LINKING
1 parent 5e2191f commit 8e0594b

4 files changed

Lines changed: 21 additions & 18 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,4 @@ MODEL: GPT-5.4
22
REASONING: medium
33

44
COMMAND:
5-
Implement PR_07_06_NETWORK_INTEGRATION_POLISH.
6-
7-
Goal:
8-
Integrate all Phase 13 systems cleanly.
9-
10-
Steps:
11-
1. Validate flow between simulation, latency, reconciliation, prediction.
12-
2. Fix minor inconsistencies.
13-
3. Ensure stability.
14-
15-
Rules:
16-
- no new features
17-
- no networking
18-
- no behavior changes outside simulation
19-
20-
Return ZIP:
21-
<project folder>/tmp/PR_07_06_NETWORK_INTEGRATION_POLISH.zip
5+
Implement PR_08_01_TOOL_SAMPLE_LINKING.

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PR_07_06_NETWORK_INTEGRATION_POLISH
1+
PR_08_01_TOOL_SAMPLE_LINKING
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PR_08_01_TOOL_SAMPLE_LINKING
2+
3+
Same content

tools/toolRegistry.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export const TOOL_REGISTRY = Object.freeze([
1919
{
2020
label: "How To Use",
2121
path: "Vector Map Editor/how_to_use.html"
22+
},
23+
{
24+
label: "Sample 1208 - Tool Formatted Tiles Parallax",
25+
path: "../samples/phase-12/1208/index.html"
2226
}
2327
],
2428
visibleInToolsList: true
@@ -41,6 +45,10 @@ export const TOOL_REGISTRY = Object.freeze([
4145
{
4246
label: "Sample Manifest",
4347
path: "Vector Asset Studio/samples/sample-manifest.json"
48+
},
49+
{
50+
label: "Sample 1208 - Tool Formatted Tiles Parallax",
51+
path: "../samples/phase-12/1208/index.html"
4452
}
4553
],
4654
visibleInToolsList: true
@@ -63,6 +71,10 @@ export const TOOL_REGISTRY = Object.freeze([
6371
{
6472
label: "Sample Manifest",
6573
path: "Tilemap Studio/samples/sample-manifest.json"
74+
},
75+
{
76+
label: "Sample 1208 - Tool Formatted Tiles Parallax",
77+
path: "../samples/phase-12/1208/index.html"
6678
}
6779
],
6880
visibleInToolsList: true
@@ -85,6 +97,10 @@ export const TOOL_REGISTRY = Object.freeze([
8597
{
8698
label: "Sample Manifest",
8799
path: "Parallax Scene Studio/samples/sample-manifest.json"
100+
},
101+
{
102+
label: "Sample 1208 - Tool Formatted Tiles Parallax",
103+
path: "../samples/phase-12/1208/index.html"
88104
}
89105
],
90106
visibleInToolsList: true

0 commit comments

Comments
 (0)