fabro/apps/marketing
Bryan Helmkamp 5fc9157017
refactor(workflow): remove retro stage (#230)
## Summary

Removes Fabro's automatic retro generation stage so workflow runs go
directly from execution to finalization and optional PR creation. This
drops the retro-specific crate, events, projection fields, config/API
knobs, and user-facing docs in favor of the existing durable run
observability surfaces.

## What Changed

- Deleted the `fabro-retro` crate and the workflow `retro` pipeline
phase, with finalization now consuming `Executed` state directly.
- Removed retro configuration and API surface area, including
`--no-retro`, `[run.execution].retros`, manifest `no_retro`,
`features.retros`, and run projection `retro*` fields.
- Retired typed `retro.*` events while keeping historical event logs
readable by deserializing retired retro event names as `Unknown`.
- Stopped appending retro sections to generated PR bodies and updated
docs, marketing copy, screenshots, and navigation to point users toward
observability/event-stream inspection.

## Testing

Not run during PR creation; this branch already contained the
implementation commit.

---

[![Compound
Engineering](https://img.shields.io/badge/Compound_Engineering-6366f1)](https://github.com/EveryInc/compound-engineering-plugin)
🤖 Generated with GPT-5 (unknown context, reasoning unspecified) via
[Codex](https://openai.com/codex)
2026-05-09 10:18:20 -04:00
..
.vercel Check in .vercel project link for marketing site 2026-03-17 08:39:01 -04:00
public refactor(workflow): remove retro stage (#230) 2026-05-09 10:18:20 -04:00
src refactor(workflow): remove retro stage (#230) 2026-05-09 10:18:20 -04:00
.gitignore Check in .vercel project link for marketing site 2026-03-17 08:39:01 -04:00
astro.config.mjs Update Discord invite link to new community server 2026-03-25 09:46:29 -04:00
font-comparison.html refactor(workflow): remove retro stage (#230) 2026-05-09 10:18:20 -04:00
og-image-template.html Add OG image and meta tags for link sharing, remove comma from tagline 2026-03-16 12:24:58 -04:00
package.json fix(deps): bump astro from 5.9.3 to 6.1.6 2026-04-23 15:08:28 -04:00
tsconfig.json Add Astro marketing website with React integration 2026-03-07 10:03:33 -05:00
vercel.json Update Discord invite link to new community server 2026-03-25 09:46:29 -04:00