Skip to content

Commit 0b5c5d1

Browse files
brawlaphantclaude
andcommitted
fix: test workflow YAML indentation + add Amazonia to README
- Fix test-signal-agent.yml: last two steps were at root level instead of under steps — caused workflow file parse error - Update README character count from 12 to 13 (Amazonia added) - Add Amazonia description to bioregion characters section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fdf250d commit 0b5c5d1

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/test-signal-agent.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm run replay:signal-agent
2222
- name: Validate signal-agent digest (no-fabrication gate)
2323
run: npm run test:signal-agent
24-
- name: Stub-run signal-agent (deterministic)
25-
run: npm run stub:signal-agent
26-
- name: Validate stub digest (schema + no-fabrication gate)
27-
run: SIGNAL_AGENT_DIGEST=content/digests/2026/02/04/signal-agent-stub.md npm run test:signal-agent
24+
- name: Stub-run signal-agent (deterministic)
25+
run: npm run stub:signal-agent
26+
- name: Validate stub digest (schema + no-fabrication gate)
27+
run: SIGNAL_AGENT_DIGEST=content/digests/2026/02/04/signal-agent-stub.md npm run test:signal-agent

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Regen Heartbeat
22

3-
An observatory for the Regen ecosystem. Regen Heartbeat generates structured digests about Regen Network, RegenAI, and the Regen Commons -- pulling live data from the blockchain, the KOI knowledge commons, and the wider web, then synthesizing it into readable reports voiced through twelve distinct character personas. The digests are published as a static site via Quartz on GitHub Pages, building an accumulating record of what the ecosystem is doing, thinking, and becoming.
3+
An observatory for the Regen ecosystem. Regen Heartbeat generates structured digests about Regen Network, RegenAI, and the Regen Commons -- pulling live data from the blockchain, the KOI knowledge commons, and the wider web, then synthesizing it into readable reports voiced through thirteen distinct character personas. The digests are published as a static site via Quartz on GitHub Pages, building an accumulating record of what the ecosystem is doing, thinking, and becoming.
44

55
This repository also serves as a working template for Claude Code. Every structural choice -- the skills, output styles, character pipeline, MCP integrations, template system -- is designed to be studied and learned from. Clone it, read it, and you will understand not just what Regen Heartbeat does, but how Claude Code works.
66

@@ -52,7 +52,7 @@ regen-heartbeat/
5252

5353
## Characters
5454

55-
Twelve characters voice digests with distinct perspectives. They are organized into three groups:
55+
Thirteen characters voice digests with distinct perspectives. They are organized into three groups:
5656

5757
**Regen** -- The institutional voices of Regen Network and its community.
5858
- **Narrator** bridges complex ideas to broad audiences through storytelling
@@ -71,6 +71,7 @@ Twelve characters voice digests with distinct perspectives. They are organized i
7171

7272
**Bioregion** -- Place-rooted voices.
7373
- **Cascadia** speaks from the Pacific Northwest bioregion
74+
- **Amazonia** speaks from the Amazon basin with citation-grounded ecological science
7475

7576

7677
## Getting Started

0 commit comments

Comments
 (0)