Skip to content

Add skill guidance for verifying FIFO mounted .env files - #9

Merged
JillRegan merged 1 commit into
mainfrom
jill/skill-env-fifo-check
Aug 18, 2026
Merged

Add skill guidance for verifying FIFO mounted .env files#9
JillRegan merged 1 commit into
mainfrom
jill/skill-env-fifo-check

Conversation

@JillRegan

Copy link
Copy Markdown
Contributor

Agents were using regular file checks like test -f to verify mounted .env files. 1Password mounts are FIFOs, so those checks fail even when the mount is valid, which led agents to incorrectly report that .env was not mounted.

This adds skill guidance to verify mounts with list_local_env_files or test -p instead of regular file checks.

Changes

  • Updated skill to note that mounted .env paths are FIFOs
  • Added a Do not bullet warning against regular-file checks (test -f, find -type f, etc.)

@JillRegan
JillRegan requested review from bertrmz and rishiy15 August 18, 2026 13:00
@JillRegan
JillRegan merged commit c882fc9 into main Aug 18, 2026
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