Skip to content

fix(ai-observability): keep .env.example out of .gitignore - #326

Merged
marco-g-pm merged 1 commit into
mainfrom
marco/aio-skill-keep-env-example
Aug 5, 2026
Merged

fix(ai-observability): keep .env.example out of .gitignore#326
marco-g-pm merged 1 commit into
mainfrom
marco/aio-skill-keep-env-example

Conversation

@marco-g-pm

Copy link
Copy Markdown
Contributor

Problem

Wizard-workbench CI runs of wizard ai-observability (context-mill v1.43.0) showed the agent adding .env.example to .gitignore on 2 of 9 test apps (openai/node-weather, openai-agents/python-travel-triage), hiding the env-var documentation the skill just asked it to write. The PR evaluator flagged both as MEDIUM.

Cause

3-instrument.md says to add env var names to .env.example but never mentions .gitignore, so the agent improvises an overly cautious ignore.

Fix

One explicit sentence: .env.example is documentation and must stay committed — if the agent edits .gitignore, it ignores only .env.

🤖 Generated with Claude Code

Wizard-workbench CI runs showed the agent adding .env.example to
.gitignore on 2 of 9 test apps, hiding the env-var documentation the
skill just asked it to write. The skill never mentioned .gitignore, so
the agent improvised. Say it explicitly: ignore .env only.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@marco-g-pm
marco-g-pm requested a review from a team as a code owner August 5, 2026 17:44
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci ai-observability
  • /wizard-ci basic-integration
  • /wizard-ci mcp-analytics
  • /wizard-ci revenue
  • /wizard-ci self-driving

Test an individual app:

  • /wizard-ci ai-observability/anthropic
  • /wizard-ci ai-observability/groq
  • /wizard-ci ai-observability/manual-capture
Show more apps
  • /wizard-ci ai-observability/openai
  • /wizard-ci ai-observability/openai-agents
  • /wizard-ci ai-observability/vercel-ai
  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci mcp-analytics/custom-dispatcher
  • /wizard-ci mcp-analytics/typescript-sdk
  • /wizard-ci revenue/stripe
  • /wizard-ci self-driving/astro
  • /wizard-ci self-driving/fastapi
  • /wizard-ci self-driving/nuxt
  • /wizard-ci self-driving/react-router
  • /wizard-ci self-driving/sveltekit

Results will be posted here when complete.

@marco-g-pm
marco-g-pm merged commit 454f5f1 into main Aug 5, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants