Skip to content

Commit e3ec629

Browse files
axpnetEhudKirshclaude
committed
docs(aerovault): drop stale v2-only claim from the standalone crate note
Remove the sentence stating the standalone crate "currently tracks the stable v2 format" pending consolidation: it was outdated and contradicted the error-correction page. Keep the clean two-surface distinction (in-app aeroftp vault vs the standalone aerovault crate/CLI) without forward-looking format claims. Follow-up to discussion #273. Co-Authored-By: EhudKirsh <EhudKirsh@users.noreply.github.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ba78bcd commit e3ec629

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

features/aerovault.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ Create an Error Correction vault with `vault create --error-correction --recover
175175
Two distinct surfaces share the AeroVault name, and it is worth being clear about which is which:
176176

177177
- **In the app and the CLI.** The AeroVault that ships inside AeroFTP uses the newer container format (v3, and v4 with error correction) and is exposed as a first-class CLI subcommand: `aeroftp vault ...` (equivalently `aftp vault ...`, or `aero vault ...` if you enable the opt-in alias). It is reached through the same single entry point as every other command, so there is no separate `avault` binary to install or remember.
178-
- **The standalone crate.** The `aerovault` crate on [crates.io](https://crates.io/crates/aerovault) is the stable v2 encryption library, with a companion CLI (`aerovault-cli`) exposing 11 commands for creating, listing, adding, extracting, moving, renaming, copying, and managing vaults from the terminal or any Rust project.
179-
180-
The standalone crate currently tracks the stable v2 format. The newer format work lives in the app while it matures, and the public crate will be consolidated to cover it once that format is finalized and reviewed.
178+
- **The standalone crate.** The `aerovault` crate on [crates.io](https://crates.io/crates/aerovault) is the reusable encryption library, with a companion CLI (`aerovault-cli`) exposing 11 commands for creating, listing, adding, extracting, moving, renaming, copying, and managing vaults from the terminal or any Rust project.
181179

182180
For Rust API documentation, code examples, and integration guides, see the [AeroVault Crate Reference](/advanced/aerovault-crate.html).

0 commit comments

Comments
 (0)