Skip to content

chore: tweet 3x daily and fix migration timestamp format#12

Merged
zacharias-ona merged 2 commits into
mainfrom
chore/tweet-schedule-and-migration-format
Apr 14, 2026
Merged

chore: tweet 3x daily and fix migration timestamp format#12
zacharias-ona merged 2 commits into
mainfrom
chore/tweet-schedule-and-migration-format

Conversation

@zacharias-ona
Copy link
Copy Markdown
Collaborator

Two changes:

1. Tweet Drafter → 3x daily

Updated from once daily (5pm UTC) to three slots:

Slot UTC Angle
Morning 09:00 What's planned — backlog items, what agents will work on
Afternoon 15:00 What shipped — PRs merged, features landed, bugs fixed
Evening 21:00 Stats & reflection — day's numbers, learnings

Day counting starts from 2026-04-13 (Day 1 = setup).

2. Migration timestamp format

Replaced all supabase migration new <name> references with explicit instructions
to create files manually with YYYYMMDDHHmmss_<name>.sql format using current UTC
time. The Supabase CLI is not installed in the devcontainer, so agents need to create
migration files directly.

Updated in: AGENTS.md, .agents/conventions.md, docs/automations.md,
.ona/automations/feature-builder.yaml, .ona/automations/bug-fixer.yaml.

3. webhookId added to PR-triggered YAMLs

All 5 PR-triggered automation YAMLs now include webhookId so they can be
re-registered from the YAML files without manual webhook binding.

All three registered automations (Tweet Drafter, Feature Builder, Bug Fixer)
have been updated on the Ona platform.

zacharias-ona and others added 2 commits April 14, 2026 20:17
Morning: what's planned. Afternoon: what shipped. Evening: stats & reflection.
Day counting starts from 2026-04-13 (Day 1 = setup).

Co-authored-by: Ona <[email protected]>
- Replace all 'supabase migration new' references with explicit
  timestamp format: YYYYMMDDHHmmss_<name>.sql (current UTC time)
- Add webhookId to all PR-triggered automation YAMLs so they can
  be registered without manual webhook binding

Files updated: AGENTS.md, .agents/conventions.md, docs/automations.md,
and automation YAMLs for Feature Builder, Bug Fixer, PR Reviewer,
Post-Merge Verifier, UI Verifier.

Co-authored-by: Ona <[email protected]>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
memo Ready Ready Preview, Comment Apr 14, 2026 8:20pm

Request Review

@zacharias-ona zacharias-ona merged commit 97c34a6 into main Apr 14, 2026
5 checks passed
@zacharias-ona zacharias-ona deleted the chore/tweet-schedule-and-migration-format branch April 14, 2026 20:21
@zacharias-ona
Copy link
Copy Markdown
Collaborator Author

✅ UI verification skipped — no UI files changed in this PR (no src/components/*, src/app/**/page.tsx, or src/app/**/layout.tsx modifications).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant