From 7519de4e56323230d06cfc64b00df52339eb2434 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 27 Mar 2026 23:23:43 +0000 Subject: Initial project setup Add modal-shell project with .agent/ config, mode stubs, ms dispatcher, bare repo at /site/git.terst.org/repos/modal-shell.git, and ADR-001. --- .envrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .envrc (limited to '.envrc') diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3c594fc --- /dev/null +++ b/.envrc @@ -0,0 +1,8 @@ +# direnv — auto-sources base.sh when you cd into this directory +# Run: direnv allow +# See: https://direnv.net + +source_up_if_exists # inherit parent .envrc if present + +# Source the shared base environment +source "$(pwd)/modes/base.sh" -- cgit v1.2.3