docs(examples): add the CMS proof-of-concept dogfooding artifact
A WordPress-inspired CMS whose entire backend is PiCloud Rhai scripts deployed with pic apply, plus a SvelteKit frontend. Built to dogfood the project tool, CLI, and SDK; exercises docs/kv/files/users, docs+queue+cron +pubsub triggers, the transactional-outbox notification chain, a docs before-interceptor, set_if CAS, SSE, per-app CORS, env overlays, and a durable Workflow (validate -> enrich || seo -> publish -> finalize) started with workflow::start and polled with workflow::run_status, visualized live with Svelte Flow. FINDINGS.md / SECURITY.md capture every gap, surprise, and security issue found (each tagged [PiCloud] vs [CMS]); the platform fixes for the actionable ones ship in the preceding commit. Also folds in the read-only `pic` allowlist entries added to .claude/settings.json during the session (fewer-permission-prompts). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -37,6 +37,25 @@
|
||||
"Bash(dig *)",
|
||||
"Bash(host *)",
|
||||
|
||||
"Bash(./target/debug/pic plan *)",
|
||||
"Bash(./target/debug/pic config *)",
|
||||
"Bash(./target/debug/pic whoami)",
|
||||
"Bash(./target/debug/pic pull *)",
|
||||
"Bash(./target/debug/pic apps domains ls *)",
|
||||
"Bash(./target/debug/pic routes ls *)",
|
||||
"Bash(./target/debug/pic kv get *)",
|
||||
"Bash(./target/debug/pic kv ls *)",
|
||||
"Bash(./target/debug/pic dead-letters ls *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic plan *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic config *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic whoami)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic pull *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic apps domains ls *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic routes ls *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic kv get *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic kv ls *)",
|
||||
"Bash(/home/fabi/PiCloud/target/debug/pic dead-letters ls *)",
|
||||
|
||||
"Bash(ls)",
|
||||
"Bash(ls *)",
|
||||
"Bash(pwd)",
|
||||
|
||||
Reference in New Issue
Block a user