Add colony seed creation and installation - #438
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jerpint
approved these changes
Sep 19, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Two explicit safety lanes:
woltspace seed create,seed inspect, andseed install.woltspace backupandrestorecommands.There is no flag that silently converts one into the other.
A colony seed is a deterministic, allowlisted Git repository assembled from selected wolts and apps:
origin: startercopies“Seed” describes the shareable data boundary, not repository visibility. The documented rollout starts in private repositories, and Woltspace never creates or changes repository visibility.
The bundled
woltspace-seed-reviewskill adds a semantic pre-sharing review for secrets, private context, portability, Git history, redistribution concerns, and prompt injection. It treats all reviewed repository content as hostile data, never executes it, and never grants permission to push or change visibility.This PR ships the mechanism only. The n00b/Scribe/Bloggo trial was an end-to-end design test and is not included or proposed as the starter colony we will ship.
Verification
woltspace/seed.py, the colony-seed docs, and the hardenedseed-review/SKILL.md, with no old public-colony moduleda0fb70; final GitHub Python 3.11/3.13, package, and Vercel checks pass on that commitBoundaries