chore: remove journal and project-local init-entry skill
test / run tests/run_tests.py (push) Successful in 23s

Drop docs/JOURNAL.md and .claude/skills/init-entry/, and update
CLAUDE.md, docs/INDEX.md, and claude-bottle.example.json so nothing
points at them anymore.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 23:55:39 -04:00
parent b88fbbaedd
commit 0c1740ca99
5 changed files with 5 additions and 133 deletions
+1 -1
View File
@@ -1 +1 @@
Decisions and state changes are logged in `JOURNAL.md`. Research notes live in `research/`.
Research notes live in `research/`. Product requirement docs live in `prds/`.
-9
View File
@@ -1,9 +0,0 @@
# Journal
Append-only stream of thought. Newest entries on top. Each entry is a timestamp
followed by freeform prose. Tag entries with `[name](tag://name)` links under
the header — only when a coherent theme emerges. Otherwise just write.
## 2026-05-08 00:15
Thinking about how best to avoid exfiltration... one option is simply to create a bottle with no secrets in it, at all. Then there's no data to exfiltrate. This is probably the ideal solution for the research phase when implementing a PRD (specifically PUBLIC research). This would be something I would ideally want to do BEFORE the private research phase, as the private research phase could theoretically put secrets in a PRD. Reviewing the documents created during a private research phase would be a good way to mitigate this.