Skip to content

chore(gitignore): ignore BES fleet workpads (AGENT_INBOX/FEEDBACK/SESSION_JOURNAL)#74

Merged
AlainDor merged 1 commit into
mainfrom
chore/gitignore-fleet-workpads-20260515
May 16, 2026
Merged

chore(gitignore): ignore BES fleet workpads (AGENT_INBOX/FEEDBACK/SESSION_JOURNAL)#74
AlainDor merged 1 commit into
mainfrom
chore/gitignore-fleet-workpads-20260515

Conversation

@AlainDor
Copy link
Copy Markdown
Contributor

Summary

  • Adds three patterns to .gitignore: AGENT_INBOX.md, AGENT_FEEDBACK.md, SESSION_JOURNAL.md
  • These are BES-internal fleet workpads bootstrapped into the working tree by the local fleet engagement model
  • .agents/ and .claude/ are already gitignored; this completes the OSS gitignore set

Why

The fleet engagement model lays internal handoff files into every repo's working tree on each sync. Three of those files (the workpads above) sit at the repo root and previously were not declared in this public OSS repo's .gitignore. Any future git add . would have committed them; their contents are BES-internal and should never reach this public remote.

The patterns are now enforced fleet-wide:

  • bes-fleet-policy/agents/scripts/fleet-sync.sh auto-adds these patterns on every OSS-posture sync (idempotent).
  • bes-fleet-policy/agents/scripts/audit-entry-docs.sh flags any tracked instance of these files at a public-OSS repo as BLOCKING.

Test plan

  • git check-ignore AGENT_INBOX.md AGENT_FEEDBACK.md SESSION_JOURNAL.md resolves all three as ignored after the change.
  • No product code, build, or CI configuration touched.
  • No public API or user-facing surface change.

…EDBACK.md, SESSION_JOURNAL.md)

These root-level files are bootstrapped by the BES fleet engagement
model that lays into the working tree on every fleet-sync. They
carry internal handoff content that MUST NOT reach this public OSS
remote. .agents/ and .claude/ are already gitignored; this completes
the OSS gitignore set per bes-fleet-policy OPERATING_MODEL 'Public
OSS posture'.

Not pushed by the agent that authored this commit — owner reviews
+ pushes when ready.
@AlainDor AlainDor merged commit 98458cd into main May 16, 2026
3 checks passed
@AlainDor AlainDor deleted the chore/gitignore-fleet-workpads-20260515 branch May 16, 2026 05:55
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.

1 participant