Commit Graph
7 Commits
Author SHA1 Message Date
Jinjing 89a4d67705 Revert waiting for setup before agent startup (#17418) 2026-08-30 09:33:09 -07:00
Neil 8d3e32a2ff Fix setup-provisioned skills missing at agent startup (#17124)
* fix(setup): let repos gate agent startup

* test(setup): update runner call expectations
2026-08-29 01:53:31 -07:00
Jinwoo Hong b8de007f03 Fix Windows setup hook script (#2106) 2026-05-16 17:44:42 -04:00
NeilandOrca 5086973c20 chore: trim orca.yaml comments (#1258)
Co-authored-by: Orca <help@stably.ai>
2026-04-29 15:22:17 -07:00
NeilandOrca 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
NeilandOrca 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