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
  • skills
  • plan
  • skeleton-gen
  • templates
  • scripts-setup-test-db-template.mjs
29 May, 2026
1 commit
  • plan: consolidate all config into config-vars.yaml (drop .env.local + DB guards) ...
    52014d4e
    - config-vars.yaml now holds全部 config incl. secrets (database/admin_init.password/secrets), committed
    - delete env-local-template; setup-test-db reads config-vars.yaml; gitignore no longer ignores .env.local
    - docs-07 single-store rule; db-init/db-design-gen read config-vars.yaml database: section
    - drop test_db_allowed_hosts whitelist + schema-looks-like-test guard (trust config-vars.yaml)
    zichun authored
    2026-05-29 11:41:10 +0800  
    Browse Dir »

28 May, 2026
3 commits
  • fix: harden workflow gates and db safety
    32a0adb2
    zichun authored
    2026-05-28 16:53:29 +0800  
    Browse Dir »
  • templates(test-db): drop ALLOW_REMOTE/ALLOW_PROD_NAME hatches and slim env-local warnings
    5adbe9db
    zichun authored
    2026-05-28 16:08:26 +0800  
    Browse Dir »
  • refactor: group skills by phase — skills/plan/ + skills/coding/ ...
    b7e4fa58
    Visual clarity: the file tree now matches the README's phase model.
    - skills/plan/   — 8 skills (plan-start entry + A0~A6)
    - skills/coding/ — 1 skill (coding-start thin entry)
    
    Slugs unchanged. /erp-workflow:<name> still resolves identically because
    each SKILL.md declares its own `name:` frontmatter (verified for all 9).
    
    Plugin loader treats the default `./skills/` scan as flat, so the nested
    layout is opted into via an explicit path array in plugin.json — the only
    mechanism Claude Code provides for nested skill discovery.
    
    Changes:
    - mv skills/{plan-start,project-init,scope-lock,skeleton-gen,
           db-design-gen,db-init,downstream-gen,frontend-scope-lock}
         → skills/plan/<same>/
    - mv skills/coding-start → skills/coding/coding-start/
    - .claude-plugin/plugin.json: skills[] now lists all 9 explicit paths
    - README.md: directory tree + Skill 清单 heading updated to reflect grouping
    
    No code touches any skill path (only README did, and only in the tree
    diagram). lib tests still pass (62/62).
    zichun authored
    2026-05-28 13:51:55 +0800  
    Browse Code »

26 May, 2026
2 commits
  • refactor(skills): flatten plan/ and crosscut/plan-start into skills/ root
    22a46ff0
    zichun authored
    2026-05-26 10:21:05 +0800  
    Browse Code »
  • feat(lib): cross-platform Node helpers + .mjs target scripts (replace bash)
    9585c36f
    zichun authored
    2026-05-26 10:19:22 +0800  
    Browse Code »