Files
bot-bottle/examples/bottles/dev.md
T
didericis 958a8845a6
test / unit (pull_request) Successful in 12s
test / integration (pull_request) Successful in 22s
docs: rewrite README manifest section + ship MD examples (PRD 0011)
The "Manifest" section now describes the per-file MD layout under
~/.claude-bottle/{bottles,agents}/, the filename-as-key convention,
the YAML subset constraints, and the trust boundary (bottles are
home-only by filesystem layout). Includes a working bottle example
with comments inside the frontmatter and a working agent example
showing the Markdown body as the system prompt.

Drops claude-bottle.example.json. The new examples/ tree —
examples/bottles/dev.md, examples/agents/implementer.md,
examples/agents/researcher.md — verifies the parser end-to-end via
Manifest.from_md_dirs(examples/, None).
2026-05-24 22:19:44 -04:00

1.0 KiB

env, cred_proxy
env cred_proxy
GIT_AUTHOR_NAME NODE_ENV
Eric Diderich development
routes
path upstream auth_scheme token_ref role
/anthropic/ https://api.anthropic.com Bearer CLAUDE_BOTTLE_OAUTH_TOKEN anthropic-base-url
path upstream auth_scheme token_ref
/gh-api/ https://api.github.com Bearer GH_PAT
path upstream auth_scheme token_ref role
/gh-git/ https://github.com Bearer GH_PAT git-insteadof
path upstream auth_scheme token_ref role
/gitea/dideric/ https://gitea.dideric.is token GITEA_TOKEN
git-insteadof
tea-login
path upstream auth_scheme token_ref role
/npm/ https://registry.npmjs.org Bearer NPM_TOKEN npm-registry

The dev bottle — backs a generic development workflow.

Holds tokens for Anthropic, GitHub, a self-hosted Gitea, and npm. Drop this file into ~/.claude-bottle/bottles/dev.md and any agent referencing bottle: dev will launch against this infrastructure.