Logo

GitLab

Sign in

朱子纯 / erp-workflow-plugin

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 42
  • Compare
  • Branches 3
  • Tags 0
  • erp-workflow-plugin
  • workflows
  • coding.mjs
26 May, 2026
2 commits
  • fix(coding.mjs): restore top-level `return { results }` as the Workflow result ...
    97cd7504
    The autonomous build changed it to `export default` to satisfy `node --check`,
    but Workflow scripts run in an async wrapper where top-level `return` is the
    result contract (alongside `export const meta`). `export default` would be a
    dead module export and the per-module result summary would be lost.
    zichun authored
    2026-05-26 10:55:32 +0800  
    Browse Code »
  • feat(coding): coding.mjs Workflow + unified code-reviewer + thin coding-start entry
    477f1587
    zichun authored
    2026-05-26 10:40:47 +0800  
    Browse Code »