replace master branch references with dev across docs, schema URLs, and tests

This commit is contained in:
Jeon Suyeol
2026-02-27 00:49:53 +09:00
parent 58201220cc
commit 0cc9edac17
15 changed files with 47 additions and 47 deletions

View File

@@ -122,7 +122,7 @@ bunx oh-my-opencode run # Non-interactive session
| Workflow | Trigger | Purpose |
|----------|---------|---------|
| ci.yml | push/PR | Tests (split: mock-heavy isolated + batch), typecheck, build, schema auto-commit |
| publish.yml | manual | Version bump, npm publish, platform binaries, GitHub release, merge to master |
| publish.yml | manual | Version bump, npm publish, platform binaries, GitHub release, merge to dev |
| publish-platform.yml | called | 11 platform binaries via bun compile (darwin/linux/windows) |
| sisyphus-agent.yml | @mention | AI agent handles issues/PRs |