sync: update from private repo (d723008)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-16 03:23:51 +00:00
parent e0c03ef10b
commit 6c761cf03d
8 changed files with 116 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!-- Thanks for contributing to MAESTRO! Keep PRs focused; see CONTRIBUTING.md. -->
## Summary
<!-- What does this change do, and why? -->
## Related issues
<!-- e.g. Closes #123 -->
## How verified
<!-- Commands run and their result. -->
- [ ] `npx tsc --noEmit` is clean
- [ ] Relevant tests pass (`npm test` or a focused `npx vitest run <file>`)
## Checklist
- [ ] Change is focused and scoped to one concern
- [ ] Tests added/adjusted for behavior that changed
- [ ] New config options reflected in `config.yaml.example` **and** `docs/configuration.md`
- [ ] New tools registered in `tools/index.ts` + listed in the relevant Piece + documented in `docs/tools/`
- [ ] DB schema changes have an idempotent migration in `src/db/migrate.ts`
- [ ] Docs updated when behavior or setup changed