refactor(cli): keep hmr in shared base
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
- id: timer
|
- id: timer
|
||||||
name: '@cordisjs/plugin-timer'
|
name: '@cordisjs/plugin-timer'
|
||||||
|
|
||||||
|
- id: hmr
|
||||||
|
name: '@cordisjs/plugin-hmr'
|
||||||
|
config:
|
||||||
|
root: ['.']
|
||||||
|
|
||||||
- id: llm
|
- id: llm
|
||||||
name: '@deepseek-ai/dsh-llm'
|
name: '@deepseek-ai/dsh-llm'
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ flowchart LR
|
|||||||
cfg["apps/cli (dsh)<br/>base.cordis.yml + tui.cordis.yml"]
|
cfg["apps/cli (dsh)<br/>base.cordis.yml + tui.cordis.yml"]
|
||||||
plugin_tui_timer["timer<br/>@cordisjs/plugin-timer"]
|
plugin_tui_timer["timer<br/>@cordisjs/plugin-timer"]
|
||||||
cfg --> plugin_tui_timer
|
cfg --> plugin_tui_timer
|
||||||
|
plugin_tui_hmr["hmr<br/>@cordisjs/plugin-hmr"]
|
||||||
|
cfg --> plugin_tui_hmr
|
||||||
plugin_tui_llm["llm<br/>@deepseek-ai/dsh-llm"]
|
plugin_tui_llm["llm<br/>@deepseek-ai/dsh-llm"]
|
||||||
cfg --> plugin_tui_llm
|
cfg --> plugin_tui_llm
|
||||||
plugin_tui_session["session<br/>@deepseek-ai/dsh-session"]
|
plugin_tui_session["session<br/>@deepseek-ai/dsh-session"]
|
||||||
@@ -96,8 +98,6 @@ flowchart LR
|
|||||||
cfg --> plugin_tui_fs_local
|
cfg --> plugin_tui_fs_local
|
||||||
plugin_tui_llm_deepseek["llm-deepseek<br/>@deepseek-ai/dsh-llm-deepseek"]
|
plugin_tui_llm_deepseek["llm-deepseek<br/>@deepseek-ai/dsh-llm-deepseek"]
|
||||||
cfg --> plugin_tui_llm_deepseek
|
cfg --> plugin_tui_llm_deepseek
|
||||||
plugin_tui_hmr["hmr<br/>@cordisjs/plugin-hmr"]
|
|
||||||
cfg --> plugin_tui_hmr
|
|
||||||
plugin_tui_invariants["invariants<br/>@deepseek-ai/dsh-invariants"]
|
plugin_tui_invariants["invariants<br/>@deepseek-ai/dsh-invariants"]
|
||||||
cfg --> plugin_tui_invariants
|
cfg --> plugin_tui_invariants
|
||||||
plugin_tui_session_invariant["session-invariant<br/>@deepseek-ai/dsh-session/invariant"]
|
plugin_tui_session_invariant["session-invariant<br/>@deepseek-ai/dsh-session/invariant"]
|
||||||
@@ -131,6 +131,7 @@ flowchart LR
|
|||||||
| Plugin id | Package / module |
|
| Plugin id | Package / module |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `timer` | `@cordisjs/plugin-timer` |
|
| `timer` | `@cordisjs/plugin-timer` |
|
||||||
|
| `hmr` | `@cordisjs/plugin-hmr` |
|
||||||
| `llm` | `@deepseek-ai/dsh-llm` |
|
| `llm` | `@deepseek-ai/dsh-llm` |
|
||||||
| `session` | `@deepseek-ai/dsh-session` |
|
| `session` | `@deepseek-ai/dsh-session` |
|
||||||
| `session-title` | `@deepseek-ai/dsh-session-title` |
|
| `session-title` | `@deepseek-ai/dsh-session-title` |
|
||||||
@@ -174,7 +175,6 @@ flowchart LR
|
|||||||
| `agent-loop` | `@deepseek-ai/dsh-agent-loop` |
|
| `agent-loop` | `@deepseek-ai/dsh-agent-loop` |
|
||||||
| `fs-local` | `@deepseek-ai/dsh-fs-local` |
|
| `fs-local` | `@deepseek-ai/dsh-fs-local` |
|
||||||
| `llm-deepseek` | `@deepseek-ai/dsh-llm-deepseek` |
|
| `llm-deepseek` | `@deepseek-ai/dsh-llm-deepseek` |
|
||||||
| `hmr` | `@cordisjs/plugin-hmr` |
|
|
||||||
| `invariants` | `@deepseek-ai/dsh-invariants` |
|
| `invariants` | `@deepseek-ai/dsh-invariants` |
|
||||||
| `session-invariant` | `@deepseek-ai/dsh-session/invariant` |
|
| `session-invariant` | `@deepseek-ai/dsh-session/invariant` |
|
||||||
| `agent-invariant` | `@deepseek-ai/dsh-agent/invariant` |
|
| `agent-invariant` | `@deepseek-ai/dsh-agent/invariant` |
|
||||||
|
|||||||
@@ -59,13 +59,6 @@
|
|||||||
# ── TUI-only rows ───────────────────────────────────────────────────────────
|
# ── TUI-only rows ───────────────────────────────────────────────────────────
|
||||||
|
|
||||||
- insert:
|
- insert:
|
||||||
# Development-only hot reload; it depends on Loader internals, so it stays a
|
|
||||||
# surface row rather than joining the shared base.
|
|
||||||
- id: hmr
|
|
||||||
name: '@cordisjs/plugin-hmr'
|
|
||||||
config:
|
|
||||||
root: ['.']
|
|
||||||
|
|
||||||
# Relational runtime checks over the authoritative event streams; each
|
# Relational runtime checks over the authoritative event streams; each
|
||||||
# companion registers the assertions its own package owns.
|
# companion registers the assertions its own package owns.
|
||||||
- id: invariants
|
- id: invariants
|
||||||
|
|||||||
Reference in New Issue
Block a user