chore: align harness with automation prompts#9
Merged
zacharias-ona merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
- Add .agents/design.md with full visual design spec (colors, typography, spacing, components, editor, interactions, accessibility) - Add docs/automations.md with complete automation prompt reference - Update AGENTS.md: fix test command (npm→pnpm), add needs-human label, add label lifecycle, add design.md to routing table, fix project structure (middleware.ts→proxy.ts, remove nonexistent scripts/ dir) - Update .agents/README.md: add design.md to contents table, add numbered reading order for agents - Update .agents/architecture.md: note data model is planned (no migrations yet), add manifest.ts and root Sentry configs to component map - Update .agents/quality.md: grade Infrastructure B, API routes C, UI components C with specific findings in Known Gaps Co-authored-by: Ona <no-reply@ona.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Review: No blocking issues found ✅ Documentation-only changes. Verified:
Merging as chore PR. |
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.
The automation prompts in
docs/automations.mdreference files, labels, and conventionsthat were missing or stale in the repo. This PR aligns the harness so automations work
against the actual repo state, and adds the automation YAML definitions.
What changed
New files:
.agents/design.md— visual design spec covering colors (oklch tokens), typography(JetBrains Mono), spacing (4px base), components (shadcn/ui overrides), editor blocks,
interaction patterns, responsive breakpoints, and accessibility requirements
docs/automations.md— complete automation prompt reference (previously existed on diskbut was never committed)
.ona/automations/*.yaml— 12 Ona AI automation definitions (PR Reviewer, Post-MergeVerifier, Feature Builder, Bug Fixer, UI Verifier, Feature Planner, Daily Metrics,
Tweet Drafter, Weekly Recap, Incident Responder, Performance Monitor, Automation Auditor)
Updated files:
AGENTS.md— fixed test command (npm run→pnpm), addedneeds-humanlabel andlabel lifecycle, added
design.mdto routing table, fixed project structure(
middleware.ts→proxy.ts, removed nonexistentscripts/dir).agents/README.md— addeddesign.mdto contents table, added numbered reading orderfor agents
.agents/architecture.md— noted data model is planned (no migrations yet), addedmanifest.tsand root Sentry config files to component map.agents/quality.md— graded Infrastructure B, API routes C, UI components C; populatedKnown Gaps with specific findings (missing tests, font mismatch, no shadcn/ui init)
GitHub labels created:
status:backlog,status:in-progress,status:in-review,status:donepriority:1,priority:2,priority:3feature,chore,performanceneeds-humanVerification
.agents/*.mdfile referenced indocs/automations.mdexistspnpm lint && pnpm typecheck && pnpm testpassesghlabel names match AGENTS.md documentationsrc/layoutManual setup required
Automation registration via
ona ai automation createreturnedpermission_denied.After merge, an org admin needs to:
ona webhook create --name "Memo PR Events" --type repository --scope "gitpod-io/memo" --provider github, then register the payload URL + secret in GitHub repo settings → Webhooksfor f in .ona/automations/*.yaml; do ona ai automation create "$f"; doneSENTRY_AUTH_TOKENas a project secret for the Incident Responderscripts/tweet.tsand set Twitter API credentials for the Tweet Drafter