Revert "Move brainstorm server metadata to .meta/ subdirectory"

This reverts commit ab500dade6.
This commit is contained in:
Jesse Vincent
2026-03-24 10:58:33 -07:00
parent 151cfb16a0
commit 9e6e077d33
6 changed files with 29 additions and 34 deletions

View File

@@ -13,7 +13,6 @@ The subagent review loop (dispatching a fresh agent to review plans/specs) doubl
### Bug Fixes
- **Brainstorm server metadata isolation** — metadata files (`.server-info`, `.events`, `.server.pid`, `.server.log`, `.server-stopped`) are now written to a `.meta/` subdirectory within the session directory, so they are not accessible over the web server's `/files/` route. (Reported by 吉田仁)
- **writing-skills** — corrected false claim that SKILL.md frontmatter supports "only two fields"; now says "two required fields" and links to the agentskills.io specification for all supported fields (PR #882 by @arittr)
### Codex App Compatibility