GitHub org Molecule-AI was suspended 2026-05-06; SCM moved to Gitea (git.moleculesai.app). The wholesale `git push --mirror` migration left workflow files under .github/workflows/, which Gitea Actions does NOT read - it reads .gitea/workflows/ exclusively. This rename + the cross-repo `uses:` path rewrite are the minimum edits to make CI fire on this repo again. The workflow content itself is not modified (other than the path rewrites and lowercasing of the old `Molecule-AI` org reference to the post-suspension `molecule-ai`). Refs: feedback_post_suspension_migration_must_sweep_dormant_repos |
||
|---|---|---|
| .gitea/workflows | ||
| .molecule-ci/scripts | ||
| adapters | ||
| rules | ||
| runbooks | ||
| skills/review-loop | ||
| tests | ||
| .gitignore | ||
| CLAUDE.md | ||
| known-issues.md | ||
| plugin.yaml | ||
| README.md | ||
molecule-dev
Molecule AI codebase conventions, quality standards, past bugs, and coordination workflows. Agents operating in Molecule AI workspaces load these rules automatically.
What it provides
Codebase conventions (rules/codebase-conventions.md)
Patterns, idioms, and anti-patterns specific to the Molecule AI codebase. Covers:
- Python style (type hints, docstrings, error handling)
- Go conventions (context usage, error wrapping)
- Directory structure and naming
- Deprecation policy
Review loop skill (review-loop)
Guides the agent through a structured review before each commit:
- Scope check — does the diff match the ticket?
- Style check — conventions followed?
- Test check — coverage sufficient?
- Security check — secrets or injection risks?
- Sign-off — agent declares the change ready
Install
In org template (org.yaml)
plugins:
- molecule-dev
From URL (community install)
github://Molecule-AI/molecule-ai-plugin-molecule-dev
Runtimes
claude_code— primarydeepagents— supportedhermes— supported
Architecture
rules/
codebase-conventions.md # Prose rules loaded into agent memory
adapters/
claude_code.py # Registers rules + review-loop skill
skills/
review-loop/ # SKILL.md + scripts/
runbooks/
local-dev-setup.md # Setup guide for contributors
Known issues
See known-issues.md.
License
Business Source License 1.1 — © Molecule AI.