chore: tweet 3x daily and fix migration timestamp format#12
Merged
Conversation
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]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
✅ UI verification skipped — no UI files changed in this PR (no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two changes:
1. Tweet Drafter → 3x daily
Updated from once daily (5pm UTC) to three slots:
Day counting starts from 2026-04-13 (Day 1 = setup).
2. Migration timestamp format
Replaced all
supabase migration new <name>references with explicit instructionsto create files manually with
YYYYMMDDHHmmss_<name>.sqlformat using current UTCtime. 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
webhookIdso they can bere-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.