WayCup Engine Administration (Project Context)

You are operating in the 01_internal/core directory. This is the heart of the WayCup Engine.

🏗️ The 4-Pillar Scaffolding

  1. 01_internal: Core vault, skills, and automated agents. (This Monorepo).
  2. 02_labs: Rapid prototyping and R&D for AI workflows.
  3. 03_clients: Production instances (hosted in isolated repos, mapped to ~/projects/03_clients).
  4. 04_archive: Historical logs and raw synthesis sources (mapped to ~/projects/04_archive).

🛠️ WayCup Markdown Standard

Every new file created by the Agent MUST adhere to these nomenclature and metadata rules:

  • Concise Titles: No redundant “WayCup” or “Engine” prefixes in filenames.
  • Lowercase Tags: All YAML tags and values must be strictly lowercase.
  • Functional Naming: Use standard terms (Changelog, Roadmap, Standards, Tactic, Playbook).
  • Mandatory Metadata: Every file must include the following frontmatter:
    ---
    title: "[File Title]"
    lifecycle_stage: "core | attract | convert | serve"
    ctox_origin: "Module 1-7 | N/A"
    tags: "core | playbook | tactic | intelligence"
    ---

🧠 Tooling & Protocols

  • Intelligence: Vertex AI Search (RAG) replaces local LanceDB. Points to gs://waycup-vault-internal.
  • UI Interface: Cloudflare Pages (Quartz) live at vault.waycupcreative.com.
  • Protocol: Any change to dotfiles, skills, or vault files MUST be followed by a git commit and git push origin main.