Skip to content

feat(script): add versioned script drive updates - #178

Open
devld wants to merge 1 commit into
masterfrom
feat/script-drive-version-update
Open

feat(script): add versioned script drive updates#178
devld wants to merge 1 commit into
masterfrom
feat/script-drive-version-update

Conversation

@devld

@devld devld commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Implement lightweight script-drive versioning. Parse // @Version from leading comments and download remote script contents during repository refresh. Show versions and an update action in the admin UI, install updated files, then reload RootDrive. Legacy scripts without versions remain compatible. Tests: go test -race ./drive/script ./server; npm run lint; npm run build-web; docs/site npm run build.

Parse version metadata from script headers, fetch remote script content during repository refresh, and expose update actions in the admin UI. Reload the root drive after installation so active script-drive instances use updated code without uninstalling first. Keep legacy scripts without versions compatible and document the metadata format.

Co-Authored-By: codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant