Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ dist/
!.agent/CONVENTIONS.md
!.agent/demos/
!.agent/demos/**
# Demo shelf permits only the synthetic attachment census. Other demo
# directories are generated or private evidence and must stay local.
.agent/demos/*

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align the documented demo shelf with the deny rule

At the reviewed head, adding a new neutral curated demo such as .agent/demos/new-demo/README.md is silently skipped by git add, even though .agent/CONVENTIONS.md lines 35 and 85–88 and .agent/README.md lines 10–13 still describe demos/ as a tracked curated shelf. If the intended policy is now census-only, update those repository instructions so contributors do not follow a documented workflow that cannot publish its output.

Useful? React with 👍 / 👎.

!.agent/demos/attachment-acquisition-census/
!.agent/demos/attachment-acquisition-census/**
!.agent/scratch/
.agent/scratch/*
!.agent/scratch/README.md
Expand Down
Loading