Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/gridcore/src/teletext/page-provider.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -193,7 +193,7 @@ export class TeletextPageProvider {
' CEEFAX numeric navigation.',
'',
' GridSmith Agent v0.2.0 with',
' 10 MCP tools now available.',
' 6 workflow skills available.',
' BBCSDL engine bridge mock',
' mode operational.',
],
Expand DownExpand Up@@ -482,4 +482,4 @@ export class TeletextPageProvider {
],
}
}
}
}
2 changes: 1 addition & 1 deletion programs/README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,7 +27,7 @@ programs/<name>/
│ └── sounds/ # WAV audio files
├── lens/ # LENS extractor modules
├── skin/ # SKIN theme definitions
├── mcp/ # control command specifications
├── control/ # Control command specifications
└── test/ # Integration tests
```

Expand Down
21 changes: 0 additions & 21 deletions runtimes/basic/snacks/adventure_demo/snack.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,27 +50,6 @@ bridges:
- high_vis
- amiga_workbench

mcp:
enabled: true
controller: "ucode1.ceefax.ceetex_app:CeetexMCPController"
commands:
- name: PAGE
description: "Navigate to a teletext page"
args:
page: { type: string, required: true }
- name: NEXT
description: "Next page in sequence"
- name: PREV
description: "Previous page in sequence"
- name: REVEAL
description: "Toggle concealed text"
- name: SKIN
description: "Change visual skin"
args:
name: { type: string, required: true }
- name: STATUS
description: "Get current state"

# ── Display Configuration ───────────────────────────────────────────

display:
Expand Down
26 changes: 1 addition & 25 deletions runtimes/basic/snacks/ceetex/snack.yaml
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
# CEETEX Teletext Snack — uCode1 Snack Definition
#
# Launches the CEETEX teletext RSS reader as a uCode1 Snack.
# Integrates with LENS (state capture), SKIN (theme hot-reload),
# and MCP (remote control) via the uCode1 bridge system.
# Integrates with LENS state capture and SKIN theme hot-reload.
#
# Usage:
# ucode1 snack run snacks/ceetex/snack.yaml
Expand DownExpand Up@@ -51,29 +50,6 @@ bridges:
- high_vis
- amiga_workbench

mcp:
enabled: true
controller: "ucode1.ceefax.ceetex_app:CeetexMCPController"
commands:
- name: PAGE
description: "Navigate to a teletext page"
args:
page: { type: string, required: true }
- name: NEXT
description: "Next page in sequence"
- name: PREV
description: "Previous page in sequence"
- name: REVEAL
description: "Toggle concealed text"
- name: SUBTITLE
description: "Toggle subtitle mode"
- name: SKIN
description: "Change visual skin"
args:
name: { type: string, required: true }
- name: STATUS
description: "Get current CEETEX state"

# ── Display Configuration ───────────────────────────────────────────

display:
Expand Down
Loading