ZDDC/zddc/internal/listing
ZDDC 89c5ec064d feat(zddc-server): hide _-prefixed entries from listings (e.g. _template)
Listings now filter both '.' and '_' prefixes:

- '.' entries: excluded from listings AND 404 on direct HTTP access
  (existing behavior). For invisible side-state like .devshell.
- '_' entries: excluded from listings only — direct URL access still
  works. For operator scaffolding like install.zip's _template/
  directory of bootstrap stubs that should be reachable but should
  not appear in the project picker.

Filter applied at both listing entry points: ServeProjectList (the
project picker JSON at GET / Accept: application/json) and the generic
listing/FromDirEntries (used by ServeDirectory for sub-directory
browse listings).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 16:56:47 -05:00
..
listing.go feat(zddc-server): hide _-prefixed entries from listings (e.g. _template) 2026-04-28 16:56:47 -05:00
listing_test.go feat(zddc-server): hide _-prefixed entries from listings (e.g. _template) 2026-04-28 16:56:47 -05:00
types.go Initial commit 2026-04-27 11:05:47 -05:00