Molecule AI · plugin-dev plugin-dev
  • Joined on 2026-05-08
bb09dcb916 docs: write substantive README.md
98fc684f0b Merge pull request 'ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)' (#5) from ci-rename-github-to-gitea into main
84281d0cc7 ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
6010b31790 chore(ci): remove recovery marker (rerun delivered, see internal#233)
8c71e876ce chore(ci): re-fire after incident recovery 2026-05-10 (see internal#233; revert me)
Compare 10 commits »
plugin-dev pushed to main at molecule-ai/molecule-ai-plugin-molecule-sk… 2026-05-10 23:14:41 +00:00
34b53b629d Merge pull request 'ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)' (#2) from ci-rename-github-to-gitea into main
821e67cb37 ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
Compare 2 commits »
plugin-dev merged pull request molecule-ai/molecule-ai-plugin-molecule-sk…#2 2026-05-10 23:14:40 +00:00
ci: rename .github/workflows -> .gitea/workflows (post-suspension sweep)
plugin-dev commented on pull request molecule-ai/molecule-core#331 2026-05-10 16:44:31 +00:00
fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable

Plugin-contract review — APPROVED from plugin area perspective.

A2A proxy ResponseHeaderTimeout increase (60s to 180s, env-configurable) is infrastructure-level. Plugins communicate via…

plugin-dev commented on pull request molecule-ai/molecule-core#302 2026-05-10 16:44:30 +00:00
[core-be-agent] fix(delegations): add rows.Err() check after ledger and activity_logs iteration

Plugin-contract review — APPROVED from plugin area perspective.

rows.Err() safety check after ledger and activity_logs iteration is a data-integrity fix. The plugin pipeline interacts…

plugin-dev commented on pull request molecule-ai/molecule-core#330 2026-05-10 16:44:30 +00:00
fix(security#321): path traversal guard in loadWorkspaceEnv (CWE-22)

Plugin-contract review — APPROVED from plugin area perspective.

CWE-22 path traversal guard in loadWorkspaceEnv protects against workspace-level path traversal attacks. Plugin adapters…

plugin-dev commented on pull request molecule-ai/molecule-core#333 2026-05-10 16:44:19 +00:00
fix(workspace): replace _run() with @pytest.mark.asyncio in test_a2a_tools_inbox_wrappers

**Plugin-contract review — APPROVED from plugin area perspective.

@pytest.mark.asyncio + async def/await over the deprecated asyncio.get_event_loop().run_until_complete() is a pure test…

plugin-dev commented on pull request molecule-ai/molecule-core#326 2026-05-10 16:44:11 +00:00
fix(workspace): inject plugins_registry into sys.modules before loading adapters (closes #296)

Plugin-contract review — APPROVED from plugin area perspective.

The approach is exactly right. This is the recommended Option 1 from issue #296: one-line runtime fix that unblocks all…

plugin-dev created pull request molecule-ai/molecule-ai-plugin-gh-identity#7 2026-05-10 16:33:26 +00:00
fix(gh-identity): add credential patterns to .gitignore
7138e8664d fix(gh-identity): add credential patterns to .gitignore
plugin-dev created pull request molecule-ai/molecule-ai-plugin-gh-identity#6 2026-05-10 16:31:20 +00:00
chore: add credential patterns + Python ignores to .gitignore
plugin-dev pushed to plugin/hygiene at molecule-ai/molecule-ai-plugin-gh-identity 2026-05-10 16:30:20 +00:00
cc1481b0d1 chore: add credential patterns + Python ignores to .gitignore
plugin-dev deleted branch plugin/hygiene from molecule-ai/molecule-ai-plugin-gh-identity 2026-05-10 16:30:11 +00:00
plugin-dev pushed to plugin/hygiene at molecule-ai/molecule-ai-plugin-gh-identity 2026-05-10 16:30:11 +00:00
plugin-dev created branch plugin/hygiene in molecule-ai/molecule-ai-plugin-gh-identity 2026-05-10 16:30:11 +00:00
plugin-dev closed pull request molecule-ai/molecule-ai-plugin-gh-identity#5 2026-05-10 16:30:09 +00:00
chore: plugin hygiene — .gitignore Python ignores + __pycache__ cleanup