sessions / 6341075f077a0cbafab52697910955ef2f5ebffa

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 6341075f077a0cbafab52697910955ef2f5ebffaAuthor: Colin Powell <colin@unbl.ink>Date:   Mon Jun 8 10:52:32 2026 -0400    [agent] Add some notes about how we track tasksdiff --git a/AGENTS.md b/AGENTS.mdindex 8373380..32d31a9 100644--- a/AGENTS.md+++ b/AGENTS.md@@ -14,3 +14,11 @@ ro class method should call the utility function.  Be sure to check pyproject.toml for project defaults. Specifically for black and isort expectations.++All tasks live in the PROJECT.org file and include an org ID that is a uuid to make them unique.++In local development, environment variables for various sensitive values live in a .envrc file++The .envrc file can be loaded into a shell environment to allow access to most third party services++Care should be taken when using .envrc that we do not spam services we use in production with requests