• Joined on 2026-02-16
hugo commented on issue hugo/IronStorage#7 2026-08-09 22:36:10 +00:00
Implement insert and CLI editor integration

Implemented and pushed in 0e4cbef (Implement insert and edit sessions (#7)).

Implementation:

  • Added storage-owned InsertContent modes for hidden confirmed, echoed single-line, and exact…
hugo pushed to main at hugo/IronStorage 2026-08-09 22:35:56 +00:00
0e4cbef944 Implement insert and edit sessions (#7)
hugo closed issue hugo/IronStorage#6 2026-08-09 22:22:48 +00:00
Implement list, show, find and decrypted grep
hugo commented on issue hugo/IronStorage#6 2026-08-09 22:22:41 +00:00
Implement list, show, find and decrypted grep

Implemented and pushed in dca07b7 (Implement read-only vault domains (#6)).

Implementation:

  • Added deterministic typed tree models for root and selected subtrees, with stable plain rendering and…
hugo pushed to main at hugo/IronStorage 2026-08-09 22:22:28 +00:00
dca07b7fbd Implement read-only vault domains (#6)
hugo closed issue hugo/IronStorage#5 2026-08-09 22:13:13 +00:00
Implement init, recipient hierarchy and selective reencryption
hugo commented on issue hugo/IronStorage#5 2026-08-09 22:13:05 +00:00
Implement init, recipient hierarchy and selective reencryption

Implemented and pushed in 34ce731 (Implement hierarchical recipient policies (#5)).

Implementation:

  • Added storage-owned root and --path/-p initialization with one-line-per-identity .gpg-id…
hugo pushed to main at hugo/IronStorage 2026-08-09 22:12:51 +00:00
34ce731716 Implement hierarchical recipient policies (#5)
hugo closed issue hugo/MetaCrate#59 2026-08-09 22:08:35 +00:00
Agent: implement chat, instant messages, profiles, effects, money, and preferences
hugo commented on issue hugo/MetaCrate#59 2026-08-09 22:08:26 +00:00
Agent: implement chat, instant messages, profiles, effects, money, and preferences

Implemented and pushed in commit 9c9d5b9 (Implement native AgentManager services (#59)).

Implementation:

  • Added the native non-movement AgentManager and shared event/state model for chat,…
hugo pushed to main at hugo/MetaCrate 2026-08-09 22:08:04 +00:00
9c9d5b91f1 Implement native AgentManager services (#59)
hugo closed issue hugo/IronStorage#4 2026-08-09 22:00:27 +00:00
Implement embedded GPG-compatible cryptography for existing keys
hugo commented on issue hugo/IronStorage#4 2026-08-09 22:00:20 +00:00
Implement embedded GPG-compatible cryptography for existing keys

Implemented and pushed in 08bc244 (Implement embedded OpenPGP compatibility (#4)).

Implementation:

  • Added a pure-Rust pgp 0.20 backend with default features disabled; no GnuPG, pass, keyring,…
hugo pushed to main at hugo/IronStorage 2026-08-09 21:59:38 +00:00
08bc244a4a Implement embedded OpenPGP compatibility (#4)
hugo closed issue hugo/IronStorage#3 2026-08-09 21:42:01 +00:00
Implement the safe password-store repository core
hugo commented on issue hugo/IronStorage#3 2026-08-09 21:41:52 +00:00
Implement the safe password-store repository core

Implemented in commit 8e4c939 (pushed to main).

Added the storage-owned, capability-scoped password-store repository core. Logical entries map directly to upstream .gpg paths with no new format.…

hugo pushed to main at hugo/IronStorage 2026-08-09 21:41:41 +00:00
8e4c9390a0 Implement safe password-store repository core (#3)
hugo closed issue hugo/IronStorage#2 2026-08-09 21:23:01 +00:00
Define TOML configuration and the complete CLI contract
hugo commented on issue hugo/IronStorage#2 2026-08-09 21:22:53 +00:00
Define TOML configuration and the complete CLI contract

Implemented in commit 2dff2d5 (pushed to main).

The storage crate now owns a strict, typed TOML configuration loader and the complete pass/pass-otp command request contract. Configuration…

hugo pushed to main at hugo/IronStorage 2026-08-09 21:22:39 +00:00
2dff2d5254 Define configuration and CLI contracts (#2)