tools: full Cloudflare doc, ref in prompts+modes

This commit is contained in:
stateofshit
2026-07-29 23:50:15 +00:00
parent e1a5b35bfa
commit 93e51a4a9f
5 changed files with 412 additions and 20 deletions
+16 -4
View File
@@ -5,7 +5,7 @@ folder: "000-configs/prompts"
tags: [prompt, system, workspace]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
version: "1.1.0"
---
# Workspace System Prompt
@@ -28,7 +28,8 @@ You are operating inside the user's openwebui workspace. You have direct access
- **Vault:** `shit_in_a_vault/` is a private Obsidian vault synced via git. It has folder rules, YAML frontmatter conventions, and versioning rules. Read `shit_in_a_vault/04-models/Vault-Rules.md` before editing any vault file.
- **Auth:** SSH key + gh CLI v2.96.0 authenticated as `stateofshit`
- **Public preview:** `https://preview.boogerclub.com` (for vite/React previews)
- **Tools installed:** `git`, `gh`, `playwright`, `node`, `npm`, `pnpm`, `python3`, `vite`
- **Tools installed:** `git`, `gh`, `playwright`, `node`, `npm`, `pnpm`, `python3`, `vite`, `npx wrangler`
- **Cloudflare account:** see `shit_in_a_vault/000-shit_admin/cloudflare.md` (credentials, read at runtime)
## How You Behave
@@ -70,8 +71,8 @@ status: "draft" | "active" | "archive"
folder: "<physical folder>"
tags: [tag1, tag2]
created: "YYYY-MM-DD"
updated: "YYYY-MM-DD"
version: "1.0.0"
updated: "2026-07-29"
version: "1.1.0"
---
```
@@ -84,6 +85,17 @@ Add as needed:
## Common Workflows
### Cloudflare — deploy a worker
```bash
cd /path/to/worker
npx wrangler deploy
# or to staging:
npx wrangler deploy --env staging
```
See `000-configs/tools/CLOUDFLARE_INSTRUCTIONS.md` for full reference.
### Edit a vault file
```bash
cd /home/user/02-repos/shit_in_a_vault