-
Notifications
You must be signed in to change notification settings - Fork 0
Repository hygiene — ignore local environment files #388
Copy link
Copy link
Open
Labels
agentic-loopTracked by the reusable agentic loop workflowTracked by the reusable agentic loop workflowagentic-taskChild issue intended for agent implementationChild issue intended for agent implementationenhancementNew feature or requestNew feature or requestready-for-agentReady for a bounded agent implementation passReady for a bounded agent implementation passrisk:lowLow-risk, bounded, objectively verifiable workLow-risk, bounded, objectively verifiable work
Description
Metadata
Metadata
Assignees
Labels
agentic-loopTracked by the reusable agentic loop workflowTracked by the reusable agentic loop workflowagentic-taskChild issue intended for agent implementationChild issue intended for agent implementationenhancementNew feature or requestNew feature or requestready-for-agentReady for a bounded agent implementation passReady for a bounded agent implementation passrisk:lowLow-risk, bounded, objectively verifiable workLow-risk, bounded, objectively verifiable work
Goal
Prevent local server environment files containing database or future service credentials from being committed accidentally.
Context
The server now documents local configuration through
server/.env.example, includingDATABASE_URL. The repository ignores*.local, but does not currently ignore.envor.env.*files.Scope
.envfiles at the repository root and within workspaces..env.exampletrackable.Acceptance criteria
.envand environment-specific local variants are ignored..env.examplefiles remain trackable.git check-ignoredemonstrates both the protected local-file case and the retained example case.Agent Assessment
Risk: low. This is a narrow repository-hygiene change with objective
git check-ignoreverification.Worker-ready: no. Queue behind the active architectural slice unless intentionally bundled with workspace/container hardening.
Non-goals