Vault ecosystem auto-setup on first activate (personal + public vault, mounts.toml) (#312) - #313
Draft
aarontrowbridge wants to merge 3 commits into
Conversation
… vault, mounts.toml) (#312) - vault_setup.ts: ensureVaultEcosystem() — idempotent, never throws: ensureArmoniaDataDirs, ensurePersonalVault, ensurePublicVault (shallow clone vault-public, 10s cap, offline placeholder), ensureMountsToml (absent-only, personal rw first, public ro second) - extension.ts: call ensureVaultEcosystem() before first prepareOpencodeProject so mount stack is correct on boot; remove now-redundant ensureDefaultPersonalVault - trees.ts: update Armonia placeholder to reflect auto-provision - tools/bootstrap-armonia.sh: mirror same three vault steps as idempotent block (CLI/extension order agnostic), curl-able - tools/migrate-to-armonia.sh: three-bucket repos routing (packages/, demos/, flat), bucket-converging on re-run - skills/amico-vault/SKILL.md: vault-* naming in kinds table, new First-run lifecycle subsection for vault-public (kind=public, ro)
6 tasks
- GitHub README: Open autonomous research, starting with quantum control hero + studio lens (workspace vs managed state) + 5 pillars (autonomous research, quantum intelligence, vaults, fleet, system management -> hardware) + How it scales solo->team->fleet + Skills are the product + Physical intelligence generalization - Marketplace README: short discovery version, same pillars, no mermaid - package.json: description + keywords add autonomous research, open science, fleet management, knowledge graph, physical intelligence Co-authored-by: internal-model
The tab SVGs (amico-tab-*.svg) are the wordmark without the face — just the outer frame. The README hero should show the actual Amico face (amico.svg). Add explicit light/dark face variants (amico-face-*.svg) derived from amico.svg with hardcoded fills (#424242 / #CCCCCC) so GitHub dark/light rendering has correct contrast, and point the README picture at them.
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.
Closes #312.
Follow-up to #307 (armonia workspace). New Marketplace users get a working vault ecosystem with zero commands.
ensureVaultEcosystem()— idempotent, never throws:ensureArmoniaDataDirs+ensurePersonalVault(no-op if exists) +ensurePublicVault(shallow cloneharmoniqs/vault-publicwith 10s cap, placeholder if offline/no-git) +ensureMountsToml(absent-only, personal rw first, public ro second).prepareOpencodeProjectso the mount stack is correct on boot; remove now-redundantensureDefaultPersonalVault.Verification:
rm -rf ~/.amico ~/armonia && install + open→ personal + public present, mounts.toml written, second activate no-op, offline degrades to placeholder.