-
Notifications
You must be signed in to change notification settings - Fork 1
Reconcile resident content pipeline and Factory onboarding #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| ## Resident lead | ||
|
|
||
| The resident `agentrelay-com` agent owns this repo — the front door | ||
| (marketing site, docs, router) — and the **content pipeline**. Reports to | ||
| **cmo** (Will → chief → cmo → agentrelay-com); chief for escalations. | ||
|
|
||
| **Content pipeline:** `content/pipeline.md` is the running list of blog | ||
| posts — one entry per idea, statuses `idea → notes → ready-for-will → | ||
| drafting → published`. Ideas arrive by DM from Will, chief, or cmo; every | ||
| idea gets an entry the moment it arrives. Developing an idea means | ||
| research-backed notes a human can write from: the argument, the beats, | ||
| evidence/links, suggested title options — never a finished post; Will | ||
| writes the human form. Flag entries `ready-for-will` and DM cmo when they | ||
| are. | ||
|
|
||
| One writer while resident; delegates in worktrees off origin/main. | ||
| Session start: this file, content/pipeline.md, `git status`, | ||
| `git log --oneline -15`, relay inbox. ACK / progress / DONE with | ||
| evidence. **Anything going live — deploys, publishing posts, DNS — | ||
| is gated on cmo.** | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| # Content pipeline — running list | ||
|
|
||
| Statuses: idea → notes → ready-for-will → drafting → published. Newest | ||
| first. One `##` entry per post; body holds the notes. | ||
|
|
||
| *(entries begin below)* | ||
|
|
||
| ## Just in time Graphs | ||
|
|
||
| - Status: idea | ||
| - Source: untracked local | ||
| `web/content/blog/build-your-first-agent-team.mdx` | ||
| - State: only the title is unique. The description is empty and the body | ||
| is a duplicate of “Build Your First Team of AI Agents,” so there is no | ||
| usable draft or argument to preserve yet. | ||
| - Reconciliation: retain this as a pipeline idea, but do not publish or | ||
| treat the duplicated body as notes. Ask Will what “just in time | ||
| graphs” means before developing it. | ||
|
|
||
| ## Hosted onboarding skill: node CLI group | ||
|
|
||
| - Status: published | ||
| - Source: clean `skill-page-v11-cli` worktree | ||
| - Artifact: `web/content/agent-relay/SKILL.md` | ||
| - Evidence: PR | ||
| [#34](https://github.com/AgentWorkforce/agentrelay.com/pull/34) merged | ||
| 2026-07-30 as commit `470adf1`. | ||
| - Reconciliation: worktree commit `8054dc3` is the content that shipped. | ||
| Its unmerged follow-up `d563bfb` says MCP callers must explicitly | ||
| register; that now contradicts broker auto-registration and should not | ||
| be carried forward. | ||
|
|
||
| ## Build Your First Team of AI Agents | ||
|
|
||
| - Status: drafting | ||
| - Source: Will's clean `blog/first-agent-team` worktree and open PR | ||
| [#28](https://github.com/AgentWorkforce/agentrelay.com/pull/28) | ||
| - Artifact: `web/content/blog/build-your-first-agent-team.mdx` | ||
| - State: a complete 347-line playbook draft exists, covering the | ||
| five-role team, harness routing, named-agent anatomy, Relay setup, | ||
| adversarial review loop, and first-week staffing order. | ||
| - Reconciliation: the untracked `copy.mdx` carries this title but | ||
| duplicates the same body; the committed worktree/PR is canonical, so | ||
| delete the local copy rather than creating another post. | ||
|
|
||
| ## You're not behind: how I got out of the agent-factory overwhelm | ||
|
|
||
| - Status: idea | ||
| - Source: Will, relayed verbatim by chief on 2026-07-29 | ||
| - Form: undecided — essay or Twitter/X thread; notes should develop both | ||
| cuts and recommend one | ||
| - Voice seeds: Most people on Twitter purport to have huge agent | ||
| factories — “their most efficient agent workflows, everybody else is | ||
| doing it wrong, the way they do it is right, you're falling behind.” | ||
| Counter-position: “that's not actually me.” If you're like Will: | ||
| overwhelmed, producing all this extra agent code, feeling you need to | ||
| stay on top of it, feeling you can't, “slow letting go.” | ||
| - Core promise: give people hope. They are not behind; they can handle | ||
| it, and there are tools. Keep it explicitly testimonial and | ||
| anti-prescriptive: “here's how I got out of that, here's how I DID it | ||
| — not here's how you SHOULD do it.” | ||
| - Notes to develop: | ||
| - Subvert the confident factory-flex genre with a couple of anonymized | ||
| archetypes; do not name or dunk on individuals. | ||
| - Build the emotional arc from overwhelm, to permission not to stay on | ||
| top of everything, to letting go through structure. | ||
| - Ground “how I did it” in Will's real machinery: a chief-of-staff | ||
| agent, departments with owners, one-writer file discipline, | ||
| dispatch-only work, briefs with ACK/DONE, and a markdown brain in | ||
| git. Ask chief for journal/workstream specifics rather than | ||
| inventing them. | ||
| - Offer anti-guru title options. | ||
| - Develop both the thread cut and essay cut, then recommend. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"team":"agentrelay-com","autoSpawn":true,"agents":[{"name":"agentrelay-com","cli":"codex","role":"resident lead — agentrelay.com front door + content pipeline","task":"Read the agent guide fully (including the Resident lead section) and follow the session-start ritual (guide, content/pipeline.md, git status, recent git log, relay inbox). You are the resident agentrelay.com lead: stay online, answer DMs from cmo, chief, and Will, log every blog idea that arrives into content/pipeline.md immediately, and never self-remove. Assignments arrive from cmo (chief for bootstrap). ACK on start, DONE with evidence. Deploys/publishing gated on cmo."}]} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -139,4 +139,4 @@ factory start --mode live | |
|
|
||
| ## Canonical behavior reference | ||
|
|
||
| These docs describe Factory v0.1.34. The [Factory v0.1.34 README](https://github.com/AgentWorkforce/factory/blob/v0.1.34/README.md) is the canonical operator reference. For implementation-level detail, see the tagged [triage heuristics](https://github.com/AgentWorkforce/factory/blob/v0.1.34/src/triage/heuristic.ts), [configuration schema](https://github.com/AgentWorkforce/factory/blob/v0.1.34/src/config/schema.ts), and [feature manifest](https://github.com/AgentWorkforce/factory/blob/v0.1.34/.agentworkforce/features/manifest.yaml). | ||
| These docs describe Factory v0.1.55. The [Factory v0.1.55 README](https://github.com/AgentWorkforce/factory/blob/v0.1.55/README.md) is the canonical operator reference. For implementation-level detail, see the tagged [triage heuristics](https://github.com/AgentWorkforce/factory/blob/v0.1.55/src/triage/heuristic.ts), [configuration schema](https://github.com/AgentWorkforce/factory/blob/v0.1.55/src/config/schema.ts), and [feature manifest](https://github.com/AgentWorkforce/factory/blob/v0.1.55/.agentworkforce/features/manifest.yaml). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | 🏗️ Heavy lift 🧩 Analysis chain🏁 Script executed: #!/usr/bin/env bash
set -euo pipefail
source='https://raw.githubusercontent.com/AgentWorkforce/factory/v0.1.55/src/cli/fleet.ts'
if curl -fsSL "$source" | grep -q "action === 'init'"; then
echo "Factory v0.1.55 exposes init"
else
echo "Factory v0.1.55 does not expose init"
exit 1
fiRepository: AgentWorkforce/agentrelay.com Length of output: 204 🏁 Script executed: #!/usr/bin/env bash
set -euo pipefail
echo "== Factory v0.1.55 source files =="
for f in \
'https://raw.githubusercontent.com/AgentWorkforce/factory/v0.1.55/src/cli/fleet.ts' \
'https://raw.githubusercontent.com/AgentWorkforce/factory/v0.1.55/README.md' \
'https://raw.githubusercontent.com/AgentWorkforce/factory/v0.1.55/src/config/command.ts'
do
echo "--- $f ---"
if [[ "$f" == *command.ts ]]; then
curl -fsSL "$f" | sed -n '1,140p'
else
curl -fsSL "$f" | rg -n "init|Manual|github|README|Configure|factory" || true
fi
done
echo "== Local docs references to factory init =="
rg -n "factory init|initialize|init\(" web/content/docs/factory -g '*.mdx' || true
echo "== Factory v0.1.55 init references =="
for pat in "init" "Factory init" "command init" "Factory v0.1.55" "triage heuristics" "manifest.yaml"; do
echo "--- $pat ---"
curl -fsSL "https://raw.githubusercontent.com/AgentWorkforce/factory/v0.1.55/README.md" \
| rg -n "$pat|Factory v0.1.55" || true
doneRepository: AgentWorkforce/agentrelay.com Length of output: 17589 Align the Factory onboarding docs with a release that ships Factory v0.1.55’s CLI only supports
📍 Affects 4 files
🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | 🏗️ Heavy lift
Enforce the cmo deployment gate across the resident policy.
Both changed policy locations promise cmo-gated deploys, while the supplied deployment workflows expose manual dispatch without a shown approval gate.
CLAUDE.md#L19-L20: add protected-environment approval to both deployment workflows, or narrow the guarantee.teams.json#L1-L1: keep the resident task text aligned with the enforced deployment control.📍 Affects 2 files
CLAUDE.md#L19-L20(this comment)teams.json#L1-L1🤖 Prompt for AI Agents