happy (Agent Skills)

GitHub

Mobile and Web client for Codex and Claude Code, with realtime voice, encryption and fully featured

AGENTS.md

# Agent Workflow

## Sync To Main

When the user says `sync to main` or `synt to main`, they mean:

1. Fetch `origin/main`.
2. Rebase the current branch on `origin/main`.
3. Push the current HEAD directly to `main` with a normal push, for example:
   `git push origin HEAD:main`

Do not force push for this workflow.