• - en/scripts/gen_catalog.py + zh/scripts/gen_catalog.py: snapshot the
      hand-written ## Narrative / ## 说明 section before the rmtree and
      re-inject it during regen, so manual prose survives.
    - en/scripts/narrate_routines.md: playbook for the long-running job of
      adding business-context narratives to the 1,684 procs + 177 funcs
      under auto-catalog/. Defines shape, lookup recipe, style rules, and
      the subagent resume protocol.
    - 3 sample narratives (Fn_find_modleAllId, sp_get_sOppositeColor,
      PRO_ERPMERGEBASESISWORKCENTER) demonstrate the shape and verify the
      generator preserves them across regen.
    - zh/docs/auto-catalog/* whitespace drift: regen aligns the committed
      zh catalog with the current generator template; no semantic content
      change, future regens are now no-op.
    zichun authored
     
    Browse File »

  • zichun authored
     
    Browse Code »
  • zichun authored
     
    Browse Code »
  • Documents the xly (小羚羊) printing-industry ERP framework. Built with
    MkDocs Material; CJK search via jieba; 3,076 auto-generated catalog
    pages from recon/*.tsv plus hand-written prose for the framework's
    core mental model and end-to-end vertical slices.
    
    Phase 0 recon: stack, schema shape, framework metadata layer, scope.
    Phase 1 wiki: scaffold + auto-catalog + Slices 1-6 (Slice 7 deferred).
    
    Slice coverage:
      1. CRUD module (Hello World) — observed network + cited source
      2. Multi-tenancy & product editions — sBrandsId/sSubsidiaryId/sVersionFlowId
      3. View-backed module (read-only report)
      4. Custom field overlay (gdsconfigformcustomslave)
      5. Per-customer SQL override (script/客户/<customer>/)
      6. Hardware integration (xlyPlc, optional)
      7. Workflow (deferred — Activiti tables empty in dev DB)
    
    Concepts: thesis, modules-forms-vtables, master/slave, semantic-FK,
    customization channels & layers, multi-tenancy, request lifecycle.
    
    Reference (Builder): define-form, define-vtable, permissions,
    attach-workflow (deferred).
    
    Reference (Maintainer): runtime, proc-dispatch, cache-invalidation,
    sql-templates, deployment, activiti.
    reporkey authored
     
    Browse Code »