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
+2 -2
View File
@@ -44,13 +44,13 @@
"agents": {
"researcher": {
"bottle": "default",
"skills": ["init-entry"],
"skills": [],
"prompt": "You are a research assistant. Read widely, summarise concisely, and cite sources by URL. Do not write code unless explicitly asked."
},
"gitea-helper": {
"bottle": "gitea-dev",
"skills": ["init-entry", "init-prd"],
"skills": ["init-prd"],
"prompt": "You help maintain Gitea-hosted projects. Prefer small, focused commits. Follow Conventional Commits. Run tests before pushing."
},