Commit Graph

9 Commits

Author SHA1 Message Date
Mauricio Siu
c3de62fb83 feat: per-template metadata — eliminate meta.json merge conflicts
- move each template's metadata to blueprints/<id>/meta.json (442 files, byte-identical roundtrip with the old root meta.json)
- generate the served meta.json at build time into app/public/meta.json (gitignored); pnpm dev/build run the generator first
- CI validates every blueprints/<id>/meta.json via generate-meta.js --check (required fields, id/folder match, logo exists, folder<->meta bidirectionality) and rejects any committed root meta.json
- remove root meta.json, dedupe-and-sort-meta.js and build-scripts/process-meta.js (obsolete)
- update CONTRIBUTING.md, AGENTS.md and README.md

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 23:58:10 -06:00
Sunil Shrestha
46dc5b9be3 docs(librechat): add authentication reference link to docker-compose.yml 2025-11-10 10:38:02 +05:45
Sunil Shrestha
2e1fb3b3a9 fix(librechat): remove predefined persistent volume mounts from template.toml 2025-11-10 10:25:31 +05:45
Sunil Shrestha
1d70294310 fix(librechat): add version under [config] and remove stray [config.mounts] header 2025-11-10 09:19:06 +05:45
Mauricio Siu
60796a9084 Update blueprints/librechat/template.toml 2025-11-08 00:24:36 -06:00
Mauricio Siu
3e8b431031 Update blueprints/librechat/template.toml 2025-11-08 00:21:23 -06:00
Sunil Shrestha
47daea92f8 fix(librechat): rename api service to librechat in docker-compose.yml 2025-11-02 00:40:02 +05:45
Sunil Shrestha
758cf1d873 fix: rename templates to template.toml 2025-11-02 00:19:15 +05:45
Sunil Shrestha
1e21b7e785 feat(librechat): add LibreChat blueprint with compose, toml, metadata, links and tags 2025-11-02 00:15:12 +05:45