AgentAbrams
Search the build
-
4b0637b2026-05-18 drop dead f-string prefix in engine banner -
a9f1da92026-05-18 validate inputs in build_episode and upload_youtube before use -
a3d24c52026-05-18 add missing-file checks to media pipeline entrypoints -
16a0a652026-05-07 tighten .gitignore: add missing standing-rule patterns (node_modules/ tmp/ .next/) -
ce7195f2026-05-06 initial snapshot — gitify all builds (CLAUDE.md rule 2026-05-06)
Authors
- Steve5
Agents used
Skills used
Creative ideas + design notes
File tree
- .env.example
- .github/workflows/ci.yml
- .github/workflows/podcast.yml
- .github/workflows/release.yml
- .github/workflows/youtube.yml
- .gitignore
- CHANGES.md
- LICENSE
- README.md
- SECURITY.md
- agents/compliance_agent.json
- agents/devlog_agent.json
- agents/media_agent.json
- agents/publish_agent.json
- agents/redaction_agent.json
- agents/video_agent.json
- bin/aa
- governance/GOVERNANCE.md
- governance/REDACTION_CHECKLIST.md
- media/__init__.py
- media/audio_mixer.py
- media/chapters.py
- media/cli.py
- media/engine.py
- media/md_to_blog.py
- media/md_to_podcast.py
- media/social.py
- media/transcript.py
- media/video.py
- podcast/build_episode.py
- podcast/rss_generator.py
- podcast/script_from_post.py
- podcast/tts_engine.py
- posts/2026-02-18.md
- posts/2026-02-19.md
- posts/2026-02-20.md
- posts/2026-02-21.md
- posts/2026-02-22.md
- posts/2026-02-24.md
- skills/agent_observability.json
- skills/md_to_media.json
- skills/post_scaffold.json
- skills/precommit_guardrails.json
- skills/publish_manifest.json
- skills/redaction_lint.json
- skills/skills_validator.json
- snippets/agent_status_check.py
- snippets/new_post.py
- snippets/precommit.sh
- snippets/publish_manifest.json
- snippets/redact_lint.py
- snippets/validate_skills.py
- video/compose_video.sh
- video/oauth_authorize.py
- video/script_generator.py
- video/tts_engine.py
- video/upload_youtube.py