Commit Graph

7 Commits

Author SHA1 Message Date
rabbitblood
8a108d908d chore: gitignore credentials for molecule-ai-workspace-template-langgraph
Adds standard credential gitignore (.env / *.pem / .secrets/ / .auth_token).
Per-CEO directive 2026-04-16: every plugin and template repo should
gitignore credentials so self-hosters can't accidentally commit real
tokens to public repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 09:16:08 -07:00
Hongming Wang
cae6377e2e ci: trigger rerun with fixed validation scripts 2026-04-16 04:49:57 -07:00
Hongming Wang
d19cbf39b9 fix: rewrite config.yaml with correct YAML formatting 2026-04-16 04:47:04 -07:00
Hongming Wang
5f097f41bc fix: add missing runtime + template_schema_version to config.yaml 2026-04-16 04:45:25 -07:00
Hongming Wang
2819cf76da ci: add standard workspace template validation workflow 2026-04-16 04:43:14 -07:00
Hongming Wang
9cbb7310e8 feat: add adapter code + Dockerfile for standalone deployment
Adapters extracted from molecule-monorepo/workspace-template.
Uses molecule-ai-workspace-runtime PyPI package for shared infrastructure.

- adapter.py — runtime-specific adapter class
- requirements.txt — runtime-specific deps + molecule-ai-workspace-runtime
- Dockerfile — FROM python:3.11-slim, pip install, COPY adapter, molecule-runtime entrypoint
- ADAPTER_MODULE=adapter tells the runtime to load this repo's Adapter class

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 04:27:22 -07:00
Hongming Wang
d8962d52e7 feat: initial template content (extracted from molecule-monorepo) 2026-04-16 03:05:41 -07:00