fix: stabilize live session UI and skill publishing
Keep message navigation and progress state synchronized, and preserve sequential split-flap count updates with a bounded queue. Publish the Obelisk skill under skills/obelisk for npx skills, sharing the same staging layout between CI and local releases with regression coverage.
This commit is contained in:
@@ -182,6 +182,9 @@ It starts at `references/recap/overview.md` and proceeds card-by-card:
|
||||
- `dist/obelisk-skill/` is produced by `npm run build:skill`. It is the
|
||||
install-ready skill artifact: readable plain JavaScript under `scripts/`,
|
||||
`SKILL.md`, references, and the skill package metadata.
|
||||
- Skill publishing stages that artifact at `skills/obelisk/` in the
|
||||
`obelisk-skill` repository; only `README.md` and `LICENSE` remain at the
|
||||
repository root for `npx skills` discovery.
|
||||
|
||||
Both directories are generated and should not be edited by hand. The Electron
|
||||
app imports `packages/core/src/` directly so electron-vite can bundle Core.
|
||||
|
||||
Reference in New Issue
Block a user