Commit Graph

5 Commits

Author SHA1 Message Date
Jinwoo Hong b8de007f03
Fix Windows setup hook script (#2106) 2026-05-16 17:44:42 -04:00
Neil 5086973c20
chore: trim orca.yaml comments (#1258)
Co-authored-by: Orca <help@stably.ai>
2026-04-29 15:22:17 -07:00
Neil 3a585050c3
chore: run internal skills hook before pnpm install (#1257)
Skill install is cheap (<1s, just symlinks) whereas pnpm install can take
minutes on a cold cache. Run the skills hook first so devs have skills
available immediately instead of waiting for deps.

No impact on public contributors: the env-gated `|| true` guard still
silently no-ops before pnpm install runs as normal.

Co-authored-by: Orca <help@stably.ai>
2026-04-29 15:20:57 -07:00
Neil c85f487ebf
chore: move agent skills to internal delivery (#1254)
Private skill files are now stored and versioned in a separate internal
repo; a setup hook populates .claude/skills and .agents/skills with
machine-local symlinks instead. This keeps contributor-facing patterns
(agent skills in the tree) while allowing some skills to be developed
privately.

- Remove tracked skill files (62 files across 7 skill dirs).
- Gitignore the now machine-local skill directories.
- Add an env-gated hook to orca.yaml scripts.setup. Runs a setup script
  whose path lives in $ORCA_INTERNAL_DEV_SETUP when present; silently
  no-ops for public contributors.

No new contributor-facing requirements: the hook is optional, the env
var is only set by internal tooling, and the setup itself runs in the
worktree that Orca just created.

Co-authored-by: Orca <help@stably.ai>
2026-04-29 14:36:03 -07:00
Brennan Benson a6b5552ba7
Add orca.yaml with setup script (#685) 2026-04-15 19:01:08 -07:00