project.yaml yaml
34 lines 1.6 KB
Raw
sha256:65ccb454656ea5acdea0a10e559b78bcde1eb6ff753ecc2911bc99d1c3d7cadd feat(calendar): enforce agent context tiers in retrieval AP… Human minor ⚠ breaking 1 day ago
1 project: born-free
2 display_name: Born Free
3 description: AI-readable proof for products / claims; faraday-bag chair safer for newborns is the launch vertical.
4 vault_root: projects/born-free
5
6 # Bind every conveyor template with project=born-free.
7 # Loader instantiates each template into a project-scoped agent named "born-free-<template-name>".
8 agents:
9 - template: ../_templates/script-writer.yaml
10 instance_name: born-free-script-writer
11 - template: ../_templates/social-poster.yaml
12 instance_name: born-free-social-poster
13 - template: ../_templates/thumbnail-brief.yaml
14 instance_name: born-free-thumbnail-brief
15 - template: ../_templates/clip-factory.yaml
16 instance_name: born-free-clip-factory
17 - template: ../_templates/blog-seo.yaml
18 instance_name: born-free-blog-seo
19 - template: ../_templates/newsletter.yaml
20 instance_name: born-free-newsletter
21
22 # Project-specific guardrails (loader merges into agent system prompts at instantiation).
23 extra_voice_rules: |
24 This project speaks to expectant parents. Every claim about safety, EMF, or pediatric outcomes
25 must cite a peer-reviewed source listed in projects/born-free/research/public-sources-2026.md
26 OR be marked [NEEDS CONFIRMATION]. Never imply medical advice. Never cite a study you have not
27 read in the registry note. Per style-guide §5, fear marketing is forbidden — we educate, we
28 do not scare.
29
30 # Beehiiv list ID for the newsletter agent's CTA construction.
31 beehiiv_list_id_env: BEEHIIV_BORNFREE_LIST_ID
32
33 # Default lead magnet for CTA construction. Falls back to "[NEEDS HUMAN CTA]" if missing.
34 default_lead_magnet: projects/born-free/research/lead-magnet-spec.md
File History 2 commits
sha256:65ccb454656ea5acdea0a10e559b78bcde1eb6ff753ecc2911bc99d1c3d7cadd feat(calendar): enforce agent context tiers in retrieval AP… Human minor 1 day ago
sha256:9103f98c89257ed2b01c237cea895dabb3e85ea337dccb1161c175e4422355b6 docs: accept Calendar Events v0 spec with Phase 0 security … Human 1 day ago