summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-27 23:23:43 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-27 23:23:43 +0000
commit7519de4e56323230d06cfc64b00df52339eb2434 (patch)
tree87712be5ef45a6913601e729c18a67c20fee9f09 /.envrc
Initial project setupHEADmain
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.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 8 insertions, 0 deletions
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"