> Secret Management via .gitignore > Agent tools that need API keys or credentials read from a local .env file — kept out of version control via .gitignore. Agent config is shareable, secrets stay local. Amazing! Welcome to 2026, where the only thing standing between your plaintext secrets and the rest of the world is a .gitignore rule. This is hope-based security.
Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
21–30 of 57 posts
Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#22> Secret Management via .gitignore > Agent tools that need API keys or credentials read from a local .env file — kept out of version control via .gitignore. Agent config is shareable, secrets stay local. Amazing! Welcome to 2026, where the only thing standing between your plaintext secrets and the rest of the world is a .gitignore rule. This is hope-based security.
dotenv came out 2012, the .env convention predates LLMs and agents by quite some time.
Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#23Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#24The bottleneck isn't "how do I define my agent." It's "how do agents find the right tool for their task." I run a search service that 110+ agents use. They don't browse catalogs or read specs. They describe what they need ("MCP server for Postgres") and expect results back immediately. The definition format matters far less than whether the description is good and whether something can find it. SKILL.md, AGENTS.md, S…
Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#25I experimented with a similar git storage approach, but instead each piece of data is weighted based on importance and gets promoted or demoted in a queue.
The most important data gets surfaced every single time the agent replies, so it never leaves the context window.
Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#26Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#27Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#28> Secret Management via .gitignore > Agent tools that need API keys or credentials read from a local .env file — kept out of version control via .gitignore. Agent config is shareable, secrets stay local. Amazing! Welcome to 2026, where the only thing standing between your plaintext secrets and the rest of the world is a .gitignore rule. This is hope-based security.
Re: Show HN: GitAgent – An open standard that turns any Git repo into an AI agent
#29> Secret Management via .gitignore > Agent tools that need API keys or credentials read from a local .env file — kept out of version control via .gitignore. Agent config is shareable, secrets stay local. Amazing! Welcome to 2026, where the only thing standing between your plaintext secrets and the rest of the world is a .gitignore rule. This is hope-based security.
dotenv came out 2012, the .env convention predates LLMs and agents by quite some time.