Commit Graph

11 Commits

Author SHA1 Message Date
molecule-ai[bot]
aabe8f433e
Merge pull request #2 from Molecule-AI/docs/sync-docs-to-main-openclaw
docs: add CLAUDE.md, known-issues.md, and runbooks/local-dev-setup.md to main
2026-04-21 11:17:44 +00:00
8286d1a10e chore: re-trigger CI 2026-04-21 11:13:39 +00:00
4d7af45cc7 chore: re-trigger CI with molecule-ci fix 2026-04-21 11:11:27 +00:00
aa4de74762 chore: re-trigger CI after molecule-ci fix 2026-04-21 11:06:57 +00:00
63773c969b ci: add .molecule-ci/scripts/ 2026-04-21 11:01:25 +00:00
f99b2c6633 docs: add CLAUDE.md, known-issues.md, and runbooks/local-dev-setup.md 2026-04-21 10:55:08 +00:00
Hongming Wang
f18d7b36d8
Merge pull request #1 from Molecule-AI/chore/credentials-gitignore
chore: gitignore credentials
2026-04-16 09:25:24 -07:00
rabbitblood
ee9b27943e chore: gitignore credentials for molecule-ai-workspace-template-openclaw
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:14 -07:00
Hongming Wang
f2f7a10dea ci: add standard workspace template validation workflow 2026-04-16 04:43:24 -07:00
Hongming Wang
50d001013d 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
3e01c6b4c1 feat: initial template content (extracted from molecule-monorepo) 2026-04-16 03:05:47 -07:00