Beta lane · scoped vault folders

SkyeVault Bins are scoped custody folders for work that is bigger than Git.

A Bin is a named folder lane: DevoodeRator Bin, SkyeAgents Bin, Client Portal Builds Bin, SupaBoy Build Bin. The point is to protect, export, import, and eventually deploy focused workspaces without forcing them through public Git before they are ready.

What exists now

The repo now includes a beta manifest and local pack command. It can list configured bins, scan files, write a receipt, and prepare a SkyeSecure encrypted pack for a bin so sensitive work can be protected without printing values.

Local commands
  • npm run vault:bins:list
  • npm run vault:bins:pack -- --bin=devooderator-blog
  • npm run vault:bins:pack -- --bin=skyeagents-bin

What stays beta

Import/export/deploy straight from vault bins is the future feature lane. It needs more stress proof before being sold as production. For now, Bins give us the structure, receipts, and encrypted pack path to start using the idea safely.

Security posture

Agents can read bin manifests and receipts. They must not print secrets, passphrases, bearer tokens, private unlock material, or raw env values. Any generated public page should link to gated proof or receipt IDs, not expose private content.