{"id":19197895,"url":"https://github.com/flarebyte/baldrick-reserve","last_synced_at":"2026-06-20T11:31:19.997Z","repository":{"id":41275359,"uuid":"508203068","full_name":"flarebyte/baldrick-reserve","owner":"flarebyte","description":"Diverse assets to use with the Baldrick's toolchain ","archived":false,"fork":false,"pushed_at":"2025-09-21T04:09:46.000Z","size":163,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T04:23:45.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-28T07:43:21.000Z","updated_at":"2025-09-11T18:54:26.000Z","dependencies_parsed_at":"2022-08-25T20:41:13.576Z","dependency_job_id":"54b69d93-e2d2-421e-9701-5c79bfa239a0","html_url":"https://github.com/flarebyte/baldrick-reserve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/baldrick-reserve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-reserve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-reserve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-reserve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-reserve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/baldrick-reserve/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fbaldrick-reserve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T12:19:12.280Z","updated_at":"2026-06-20T11:31:19.988Z","avatar_url":"https://github.com/flarebyte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# baldrick-reserve\n\nTemplates, schemas, and acceptance tests used across the Baldrick toolchain.\n\n## Overview\n- Templates: Handlebars scaffolds for TypeScript, Dart, and Go (`template/*`).\n- Schemas: Zod-based generators that emit JSON Schemas (`reserve-schema/*`).\n- Tests: YAML-driven acceptance tests using baldrick-pest (`pest-spec/*`).\n- Data: Language presets and broth snippets consumed by templates (`data/*`).\n- Workflows: Declarative tasks orchestrated by baldrick-broth (`baldrick-broth.yaml`).\n\n## Quick Start\n- Run acceptance tests (TS + Dart):\n  - `npx baldrick-broth@latest test pest`\n- Generate all JSON Schemas defined here:\n  - `npx baldrick-broth@latest generate schema`\n  - Note: the TypeScript broth schema generator expects dev deps `zod@3.24.x` and `zod-to-json-schema@3.x`. If needed: `npm i -D zod@3.24.1 zod-to-json-schema@3.24.6` and then `npx zx reserve-schema/typescript-broth-schema.mjs`.\n- Render a README from a broth model:\n  - `npx baldrick-whisker@latest render baldrick-broth.yaml github:flarebyte:baldrick-reserve:template/ts/readme.hbs README.md`\n\n## Project Layout\n- `template/ts`, `template/dart`, `template/go`: README, maintenance, technical design, license, agents, etc.\n- `reserve-schema/`: `*-schema.mjs` → `*.schema.json` (zod + zod-to-json-schema).\n- `pest-spec/`: `*.pest.yaml` specs with `fixtures/` and `snapshots/`.\n- `data/`: language presets (e.g., TS Biome config, workflow templates).\n- `script/`: helper zx scripts (scaffolding, dependencies, reporting).\n\n## Contributing\n- Please read `AGENTS.md` (contributor guide).\n- See analysis docs for context and decisions:\n  - `CODE_ANALYSIS.md`\n  - `workflow_code_analysis.md`\n  - `workflow_drift_improvements.md`\n\n## Use From Other Repos\nReference these templates directly in your broth with baldrick-whisker.\n\n- Generate a README (TypeScript):\n  - `npx baldrick-whisker@latest render baldrick-broth.yaml github:flarebyte:baldrick-reserve:template/ts/readme.hbs README.md`\n- Generate docs (Dart/Go):\n  - `npx baldrick-whisker@latest render baldrick-broth.yaml github:flarebyte:baldrick-reserve:template/dart/readme.hbs README.md`\n  - `npx baldrick-whisker@latest render baldrick-broth.yaml github:flarebyte:baldrick-reserve:template/go/readme.hbs README.md`\n- Typical broth step (YAML):\n  -\n    title: Create README.md\\n\n    run: npx baldrick-whisker@latest render baldrick-broth.yaml\\n\n      github:flarebyte:baldrick-reserve:template/ts/readme.hbs\\n\n      README.md\n\n## Requirements\n- Node.js 22+ is recommended for local scripts and CI parity.\n- The CLIs used here are fetched via `npx`: `baldrick-broth`, `baldrick-whisker`, `baldrick-pest`, and `zx`.\n\n## License\nMIT — see `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-reserve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fbaldrick-reserve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fbaldrick-reserve/lists"}