feat: Add packaging and deployment targets to architecture documentation; update roadmap with container packaging details and review policy

This commit is contained in:
2026-05-23 18:15:31 -05:00
parent e20669e42a
commit 94c7cadcd7
4 changed files with 77 additions and 26 deletions
+1
View File
@@ -8,6 +8,7 @@ pkgs.mkShell {
pkgs.rustfmt
pkgs.clippy
pkgs.rust-analyzer
pkgs.postgresql
];
shellHook = ''
echo "[shell.nix] Legacy shell for Rust dev. Use 'nix develop' for full flake support."