weaver-work-cli 0.1.1 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +187 -76
- package/dist/cmd/setup/index.js +5 -5
- package/dist/cmd/skills/index.js +1 -1
- package/dist/core/hooks.js +7 -0
- package/dist/index.js +0 -0
- package/dist/internal/e10/auth/commands.js +160 -55
- package/dist/internal/e10/auth/crypto.js +7 -22
- package/dist/internal/e10/auth/session.js +1 -1
- package/dist/internal/e10/auth/xiaoe.js +268 -0
- package/dist/internal/e10/context.js +16 -2
- package/dist/internal/e10/index.js +1 -0
- package/dist/internal/e10/request-runtime.js +344 -0
- package/dist/internal/skills/install.js +48 -6
- package/dist/internal/skills/reader.js +27 -0
- package/dist/shortcuts/archive/continuation.js +70 -0
- package/dist/shortcuts/archive/errors.js +53 -0
- package/dist/shortcuts/archive/host.js +197 -0
- package/dist/shortcuts/archive/index.js +363 -0
- package/dist/shortcuts/archive/manifest.js +45 -0
- package/dist/shortcuts/archive/operations/archive-info.js +55 -0
- package/dist/shortcuts/archive/operations/borrow-car.js +146 -0
- package/dist/shortcuts/archive/operations/borrow-list.js +200 -0
- package/dist/shortcuts/archive/operations/confirm.js +46 -0
- package/dist/shortcuts/archive/operations/download.js +238 -0
- package/dist/shortcuts/archive/operations/flow-url.js +240 -0
- package/dist/shortcuts/archive/operations/fonds.js +95 -0
- package/dist/shortcuts/archive/operations/getPageUrl.js +137 -0
- package/dist/shortcuts/archive/operations/registry.js +43 -0
- package/dist/shortcuts/archive/operations/search.js +88 -0
- package/dist/shortcuts/archive/operations/shared.js +120 -0
- package/dist/shortcuts/archive/operations/types.js +23 -0
- package/dist/shortcuts/archive/operations/upload.js +182 -0
- package/dist/shortcuts/archive/operations.js +13 -0
- package/dist/shortcuts/archive/render/search-format.js +276 -0
- package/dist/shortcuts/archive/render/search-view.js +125 -0
- package/dist/shortcuts/asset/continuation.js +70 -0
- package/dist/shortcuts/asset/errors.js +67 -0
- package/dist/shortcuts/asset/host.js +438 -0
- package/dist/shortcuts/asset/index.js +255 -0
- package/dist/shortcuts/asset/manifest.js +471 -0
- package/dist/shortcuts/asset/operations/query.js +249 -0
- package/dist/shortcuts/asset/operations/registry.js +85 -0
- package/dist/shortcuts/asset/operations/shared.js +100 -0
- package/dist/shortcuts/asset/operations/type-cache.js +49 -0
- package/dist/shortcuts/asset/operations/types.js +1 -0
- package/dist/shortcuts/asset/operations/viewlink.js +117 -0
- package/dist/shortcuts/asset/operations/write.js +435 -0
- package/dist/shortcuts/asset/operations.js +9 -0
- package/dist/shortcuts/calendar/continuation.js +70 -0
- package/dist/shortcuts/calendar/errors.js +53 -0
- package/dist/shortcuts/calendar/host.js +148 -0
- package/dist/shortcuts/calendar/index.js +125 -0
- package/dist/shortcuts/calendar/manifest.js +26 -0
- package/dist/shortcuts/calendar/operations/read.js +259 -0
- package/dist/shortcuts/calendar/operations/registry.js +31 -0
- package/dist/shortcuts/calendar/operations/shared.js +132 -0
- package/dist/shortcuts/calendar/operations/types.js +25 -0
- package/dist/shortcuts/calendar/operations/write.js +439 -0
- package/dist/shortcuts/calendar/operations.js +8 -0
- package/dist/shortcuts/ehr/continuation.js +70 -0
- package/dist/shortcuts/ehr/errors.js +53 -0
- package/dist/shortcuts/ehr/host.js +213 -0
- package/dist/shortcuts/ehr/index.js +205 -0
- package/dist/shortcuts/ehr/manifest.js +47 -0
- package/dist/shortcuts/ehr/operations/attend-read.js +373 -0
- package/dist/shortcuts/ehr/operations/attend-write.js +514 -0
- package/dist/shortcuts/ehr/operations/hr-contact.js +363 -0
- package/dist/shortcuts/ehr/operations/hr-ds.js +298 -0
- package/dist/shortcuts/ehr/operations/hr-report.js +386 -0
- package/dist/shortcuts/ehr/operations/recruit-write.js +1629 -0
- package/dist/shortcuts/ehr/operations/recruit.js +803 -0
- package/dist/shortcuts/ehr/operations/registry.js +43 -0
- package/dist/shortcuts/ehr/operations/salary.js +319 -0
- package/dist/shortcuts/ehr/operations/shared.js +246 -0
- package/dist/shortcuts/ehr/operations/types.js +25 -0
- package/dist/shortcuts/ehr/operations.js +25 -0
- package/dist/shortcuts/esb/continuation.js +70 -0
- package/dist/shortcuts/esb/errors.js +65 -0
- package/dist/shortcuts/esb/host.js +187 -0
- package/dist/shortcuts/esb/index.js +112 -0
- package/dist/shortcuts/esb/manifest.js +91 -0
- package/dist/shortcuts/esb/operations/input-format.js +31 -0
- package/dist/shortcuts/esb/operations/registry.js +48 -0
- package/dist/shortcuts/esb/operations/shared.js +152 -0
- package/dist/shortcuts/esb/operations/trigger.js +76 -0
- package/dist/shortcuts/esb/operations/types.js +21 -0
- package/dist/shortcuts/esb/operations.js +15 -0
- package/dist/shortcuts/fna/continuation.js +70 -0
- package/dist/shortcuts/fna/errors.js +59 -0
- package/dist/shortcuts/fna/host.js +146 -0
- package/dist/shortcuts/fna/index.js +111 -0
- package/dist/shortcuts/fna/manifest.js +41 -0
- package/dist/shortcuts/fna/operations/budget.js +124 -0
- package/dist/shortcuts/fna/operations/expense-center.js +148 -0
- package/dist/shortcuts/fna/operations/invoice-writeoff.js +212 -0
- package/dist/shortcuts/fna/operations/loan.js +195 -0
- package/dist/shortcuts/fna/operations/registry.js +35 -0
- package/dist/shortcuts/fna/operations/shared.js +210 -0
- package/dist/shortcuts/fna/operations/types.js +25 -0
- package/dist/shortcuts/fna/operations.js +19 -0
- package/dist/shortcuts/hrm/errors.js +38 -0
- package/dist/shortcuts/hrm/host.js +156 -0
- package/dist/shortcuts/hrm/index.js +111 -0
- package/dist/shortcuts/hrm/manifest.js +32 -0
- package/dist/shortcuts/hrm/operations/employee.js +338 -0
- package/dist/shortcuts/hrm/operations/org.js +110 -0
- package/dist/shortcuts/hrm/operations/position.js +176 -0
- package/dist/shortcuts/hrm/operations/registry.js +33 -0
- package/dist/shortcuts/hrm/operations/shared.js +143 -0
- package/dist/shortcuts/hrm/operations/types.js +23 -0
- package/dist/shortcuts/hrm/operations.js +19 -0
- package/dist/shortcuts/index.js +20 -0
- package/dist/shortcuts/invoice/host.js +99 -94
- package/dist/shortcuts/invoice/index.js +65 -61
- package/dist/shortcuts/invoice/manifest.js +222 -14
- package/dist/shortcuts/invoice/operations/browse-field.js +17 -0
- package/dist/shortcuts/invoice/operations/issuing.js +198 -0
- package/dist/shortcuts/invoice/operations/ocr-preview.js +6 -3
- package/dist/shortcuts/invoice/operations/registry.js +17 -0
- package/dist/shortcuts/invoice/operations/reim.js +401 -0
- package/dist/shortcuts/invoice/operations/shared.js +271 -6
- package/dist/shortcuts/invoice/operations/validate-preview.js +1 -1
- package/dist/shortcuts/jiuchuanhui/cache.js +441 -0
- package/dist/shortcuts/jiuchuanhui/continuation.js +70 -0
- package/dist/shortcuts/jiuchuanhui/errors.js +59 -0
- package/dist/shortcuts/jiuchuanhui/host.js +159 -0
- package/dist/shortcuts/jiuchuanhui/index.js +109 -0
- package/dist/shortcuts/jiuchuanhui/manifest.js +469 -0
- package/dist/shortcuts/jiuchuanhui/operations/datajson.js +214 -0
- package/dist/shortcuts/jiuchuanhui/operations/esb.js +157 -0
- package/dist/shortcuts/jiuchuanhui/operations/generic.js +146 -0
- package/dist/shortcuts/jiuchuanhui/operations/registry.js +133 -0
- package/dist/shortcuts/jiuchuanhui/operations/shared.js +158 -0
- package/dist/shortcuts/jiuchuanhui/operations/types.js +1 -0
- package/dist/shortcuts/jiuchuanhui/operations.js +8 -0
- package/dist/shortcuts/mail/continuation.js +70 -0
- package/dist/shortcuts/mail/errors.js +53 -0
- package/dist/shortcuts/mail/host.js +182 -0
- package/dist/shortcuts/mail/index.js +519 -0
- package/dist/shortcuts/mail/manifest.js +38 -0
- package/dist/shortcuts/mail/operations/mail-blacklist.js +79 -0
- package/dist/shortcuts/mail/operations/mail-contacts.js +195 -0
- package/dist/shortcuts/mail/operations/mail-manage.js +335 -0
- package/dist/shortcuts/mail/operations/mail-read.js +508 -0
- package/dist/shortcuts/mail/operations/mail-send.js +474 -0
- package/dist/shortcuts/mail/operations/mail-sign.js +203 -0
- package/dist/shortcuts/mail/operations/mail-template.js +170 -0
- package/dist/shortcuts/mail/operations/registry.js +41 -0
- package/dist/shortcuts/mail/operations/shared.js +64 -0
- package/dist/shortcuts/mail/operations/types.js +27 -0
- package/dist/shortcuts/mail/operations.js +19 -0
- package/dist/shortcuts/plan/continuation.js +70 -0
- package/dist/shortcuts/plan/errors.js +70 -0
- package/dist/shortcuts/plan/host.js +180 -0
- package/dist/shortcuts/plan/index.js +150 -0
- package/dist/shortcuts/plan/manifest.js +53 -0
- package/dist/shortcuts/plan/operations/link.js +256 -0
- package/dist/shortcuts/plan/operations/read.js +259 -0
- package/dist/shortcuts/plan/operations/registry.js +33 -0
- package/dist/shortcuts/plan/operations/shared.js +246 -0
- package/dist/shortcuts/plan/operations/types.js +49 -0
- package/dist/shortcuts/plan/operations/version.js +49 -0
- package/dist/shortcuts/plan/operations/write.js +710 -0
- package/dist/shortcuts/plan/operations.js +8 -0
- package/docs/SKILL.md +11 -7
- package/docs/_catalog.md +23 -5
- package/docs/agent-invoice.md +31 -10
- package/docs/agent-skill-install.md +211 -0
- package/docs/calendar.md +87 -0
- package/docs/e10-auth.md +28 -9
- package/docs/ehr.md +186 -0
- package/docs/esb.md +64 -0
- package/docs/fna.md +72 -0
- package/docs/hrm.md +89 -0
- package/docs/invoice.md +66 -20
- package/docs/jiuchuanhui.md +131 -0
- package/docs/operation-manual.md +443 -0
- package/docs/plan.md +82 -0
- package/docs/wenshuding.md +129 -0
- package/docs/ziguanjia.md +89 -0
- package/package.json +4 -4
- package/scripts/package-skill.mjs +127 -34
- package/scripts/postbuild.mjs +13 -0
- package/skill-template/business-info.json +13 -2
- package/skill-template/domains/calendar.md +15 -0
- package/skill-template/domains/esb.md +13 -0
- package/skill-template/domains/hrm.md +16 -0
- package/skill-template/domains/jiuchuanhui.md +23 -0
- package/skill-template/domains/jucailin.md +22 -0
- package/skill-template/domains/mail.md +21 -0
- package/skill-template/domains/plan.md +17 -0
- package/skill-template/domains/qiyecheng.md +17 -0
- package/skill-template/domains/shared.md +9 -3
- package/skill-template/domains/skill-maker.md +10 -0
- package/skill-template/domains/wenshuding.md +22 -0
- package/skill-template/domains/{invoice.md → yepiaotong.md} +4 -0
- package/skill-template/domains/ziguanjia.md +21 -0
- package/skill-template/master-skill-template.md +12 -6
- package/skill-template/skill-template.md +40 -9
- package/skills/weaver-e10-calendar/SKILL.md +101 -0
- package/skills/weaver-e10-calendar/product.json +8 -0
- package/skills/weaver-e10-calendar/references/calendar-app-check.md +65 -0
- package/skills/weaver-e10-calendar/references/calendar-dict.md +55 -0
- package/skills/weaver-e10-calendar/references/calendar-query.md +70 -0
- package/skills/weaver-e10-calendar/references/calendar-write.md +97 -0
- package/skills/weaver-e10-calendar/references/source-manifest.json +54 -0
- package/skills/weaver-e10-esb/SKILL.md +102 -0
- package/skills/weaver-e10-esb/product.json +8 -0
- package/skills/weaver-e10-esb/references/input-format.md +52 -0
- package/skills/weaver-e10-esb/references/source-manifest.json +242 -0
- package/skills/weaver-e10-esb/references/trigger.md +99 -0
- package/skills/weaver-e10-hrm/SKILL.md +87 -0
- package/skills/weaver-e10-hrm/product.json +8 -0
- package/skills/weaver-e10-hrm/references/employee.md +109 -0
- package/skills/weaver-e10-hrm/references/org.md +95 -0
- package/skills/weaver-e10-hrm/references/position.md +95 -0
- package/skills/weaver-e10-hrm/references/source-manifest.json +121 -0
- package/skills/weaver-e10-jiuchuanhui/SKILL.md +174 -0
- package/skills/weaver-e10-jiuchuanhui/product.json +8 -0
- package/skills/weaver-e10-jiuchuanhui/references/cache.md +110 -0
- package/skills/weaver-e10-jiuchuanhui/references/clue.md +61 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact-plan.md +56 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact-records.md +48 -0
- package/skills/weaver-e10-jiuchuanhui/references/contact.md +56 -0
- package/skills/weaver-e10-jiuchuanhui/references/customer.md +69 -0
- package/skills/weaver-e10-jiuchuanhui/references/disabled-capabilities.md +24 -0
- package/skills/weaver-e10-jiuchuanhui/references/discovery-config.md +60 -0
- package/skills/weaver-e10-jiuchuanhui/references/general-helpers.md +59 -0
- package/skills/weaver-e10-jiuchuanhui/references/jiuchuanhui-entry.md +60 -0
- package/skills/weaver-e10-jiuchuanhui/references/sale.md +72 -0
- package/skills/weaver-e10-jiuchuanhui/references/source-manifest.json +2632 -0
- package/skills/weaver-e10-jucailin/SKILL.md +101 -0
- package/skills/weaver-e10-jucailin/product.json +8 -0
- package/skills/weaver-e10-jucailin/references/attend-read.md +73 -0
- package/skills/weaver-e10-jucailin/references/attend-write.md +82 -0
- package/skills/weaver-e10-jucailin/references/hr-contact.md +92 -0
- package/skills/weaver-e10-jucailin/references/hr-datasource.md +104 -0
- package/skills/weaver-e10-jucailin/references/hr-report.md +76 -0
- package/skills/weaver-e10-jucailin/references/recruit-read.md +76 -0
- package/skills/weaver-e10-jucailin/references/recruit-write.md +70 -0
- package/skills/weaver-e10-jucailin/references/safety-boundaries.md +35 -0
- package/skills/weaver-e10-jucailin/references/salary.md +110 -0
- package/skills/weaver-e10-jucailin/references/source-manifest.json +152 -0
- package/skills/weaver-e10-mail/SKILL.md +151 -0
- package/skills/weaver-e10-mail/product.json +8 -0
- package/skills/weaver-e10-mail/references/mail-agent-entry.md +47 -0
- package/skills/weaver-e10-mail/references/mail-attachment.md +30 -0
- package/skills/weaver-e10-mail/references/mail-blacklist.md +27 -0
- package/skills/weaver-e10-mail/references/mail-contacts.md +33 -0
- package/skills/weaver-e10-mail/references/mail-manage.md +44 -0
- package/skills/weaver-e10-mail/references/mail-read.md +76 -0
- package/skills/weaver-e10-mail/references/mail-send.md +43 -0
- package/skills/weaver-e10-mail/references/mail-sign.md +33 -0
- package/skills/weaver-e10-mail/references/mail-template.md +31 -0
- package/skills/weaver-e10-mail/references/safety-boundaries.md +32 -0
- package/skills/weaver-e10-plan/SKILL.md +139 -0
- package/skills/weaver-e10-plan/product.json +8 -0
- package/skills/weaver-e10-plan/references/plan-collect-and-compose.md +123 -0
- package/skills/weaver-e10-plan/references/plan-overview-and-routing.md +138 -0
- package/skills/weaver-e10-plan/references/plan-report-query.md +154 -0
- package/skills/weaver-e10-plan/references/plan-report-remind.md +104 -0
- package/skills/weaver-e10-plan/references/plan-report-write.md +162 -0
- package/skills/weaver-e10-plan/references/source-manifest.json +858 -0
- package/skills/weaver-e10-qiyecheng/SKILL.md +118 -0
- package/skills/weaver-e10-qiyecheng/product.json +8 -0
- package/skills/weaver-e10-qiyecheng/references/budget.md +65 -0
- package/skills/weaver-e10-qiyecheng/references/catalog.md +56 -0
- package/skills/weaver-e10-qiyecheng/references/expense-center.md +51 -0
- package/skills/weaver-e10-qiyecheng/references/invoice-writeoff.md +57 -0
- package/skills/weaver-e10-qiyecheng/references/loan-management.md +59 -0
- package/skills/weaver-e10-qiyecheng/references/source-manifest.json +698 -0
- package/skills/weaver-e10-shared/SKILL.md +86 -0
- package/skills/weaver-e10-shared/references/e10-auth-and-session.md +127 -0
- package/skills/weaver-e10-shared/references/json-output-contract.md +120 -0
- package/skills/weaver-e10-shared/references/weaver-e10-installation.md +110 -0
- package/skills/weaver-e10-skill-maker/SKILL.md +77 -0
- package/skills/weaver-e10-skill-maker/product.json +8 -0
- package/skills/weaver-e10-skill-maker/references/business-skill-generation.md +124 -0
- package/skills/weaver-e10-skill-maker/references/detector-validation.md +101 -0
- package/skills/weaver-e10-skill-maker/references/module-cli-generation.md +230 -0
- package/skills/weaver-e10-skill-maker/references/post-generation-install.md +105 -0
- package/skills/weaver-e10-skill-maker/references/source-update-detection.md +261 -0
- package/skills/weaver-e10-skill-maker/references/weaver-skill-style.md +141 -0
- package/skills/weaver-e10-wenshuding/SKILL.md +157 -0
- package/skills/weaver-e10-wenshuding/product.json +8 -0
- package/skills/weaver-e10-wenshuding/references/archive-agent-entry.md +63 -0
- package/skills/weaver-e10-wenshuding/references/archive-borrow-car.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-borrow-list.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-disabled-capabilities.md +22 -0
- package/skills/weaver-e10-wenshuding/references/archive-download.md +48 -0
- package/skills/weaver-e10-wenshuding/references/archive-flow.md +46 -0
- package/skills/weaver-e10-wenshuding/references/archive-fonds.md +34 -0
- package/skills/weaver-e10-wenshuding/references/archive-info.md +33 -0
- package/skills/weaver-e10-wenshuding/references/archive-search.md +52 -0
- package/skills/weaver-e10-wenshuding/references/archive-upload.md +41 -0
- package/skills/weaver-e10-wenshuding/references/source-manifest.json +517 -0
- package/skills/weaver-e10-yepiaotong/SKILL.md +184 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-add.md +1 -1
- package/skills/weaver-e10-yepiaotong/references/invoice-agent-entry.md +47 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-browse-field-data.md +204 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-delete.md +1 -1
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-detail.md +13 -5
- package/skills/weaver-e10-yepiaotong/references/invoice-disabled-capabilities.md +28 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-download.md +31 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-enterprise-list.md +45 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-file-upload.md +15 -4
- package/skills/weaver-e10-yepiaotong/references/invoice-import.md +45 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing-examples.md +120 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing-field-rules.md +161 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-issuing.md +99 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-ocr-preview.md +14 -4
- package/skills/weaver-e10-yepiaotong/references/invoice-personal-list.md +58 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-red.md +261 -0
- package/skills/weaver-e10-yepiaotong/references/invoice-reim.md +97 -0
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-update.md +1 -1
- package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/references/invoice-validation-preview.md +10 -3
- package/skills/weaver-e10-yepiaotong/references/reim-api-reference.md +1340 -0
- package/skills/weaver-e10-yepiaotong/references/reim-examples.md +845 -0
- package/skills/weaver-e10-yepiaotong/references/reim-expense-subject-rules.md +94 -0
- package/skills/weaver-e10-yepiaotong/references/reim-form-fill-rules.md +449 -0
- package/skills/weaver-e10-yepiaotong/references/reim-matching-rules.md +266 -0
- package/skills/weaver-e10-yepiaotong/references/reim-workflow.md +494 -0
- package/skills/weaver-e10-yepiaotong/references/source-manifest.json +1103 -0
- package/skills/weaver-e10-ziguanjia/SKILL.md +162 -0
- package/skills/weaver-e10-ziguanjia/product.json +8 -0
- package/skills/weaver-e10-ziguanjia/references/source-manifest.json +147 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-agent-entry.md +65 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-create.md +45 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-depre.md +48 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-disabled-capabilities.md +22 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-purch.md +57 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-query.md +62 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-repair.md +83 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-resolve.md +49 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-return.md +70 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-update.md +45 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-use.md +60 -0
- package/skills/weaver-e10-ziguanjia/references/ziguanjia-viewlink.md +81 -0
- package/skills/weaver-work-cli-invoice/SKILL.md +0 -103
- package/skills/weaver-work-cli-invoice/references/invoice-agent-entry.md +0 -38
- package/skills/weaver-work-cli-invoice/references/invoice-disabled-capabilities.md +0 -26
- package/skills/weaver-work-cli-invoice/references/invoice-download.md +0 -22
- package/skills/weaver-work-cli-invoice/references/invoice-enterprise-list.md +0 -35
- package/skills/weaver-work-cli-invoice/references/invoice-import.md +0 -28
- package/skills/weaver-work-cli-invoice/references/invoice-personal-list.md +0 -47
- package/skills/weaver-work-cli-shared/SKILL.md +0 -53
- package/skills/weaver-work-cli-shared/references/e10-auth-and-session.md +0 -83
- package/skills/weaver-work-cli-shared/references/json-output-contract.md +0 -61
- package/skills/weaver-work-cli-shared/references/weaver-work-cli-installation.md +0 -61
- /package/skills/{weaver-work-cli-shared → weaver-e10-shared}/references/high-risk-write.md +0 -0
- /package/skills/{weaver-work-cli-invoice → weaver-e10-yepiaotong}/product.json +0 -0
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"module": "archive",
|
|
4
|
+
"skill": "weaver-e10-wenshuding",
|
|
5
|
+
"generatedFrom": {
|
|
6
|
+
"sourceSkill": "weaver-e10-wenshuding",
|
|
7
|
+
"version": "1.0.3",
|
|
8
|
+
"path": "weaver-e10-wenshuding",
|
|
9
|
+
"kind": "workbuddy-document-skill",
|
|
10
|
+
"availability": "user-provided-source-directory"
|
|
11
|
+
},
|
|
12
|
+
"generatedAt": "2026-09-08T00:00:00.000Z",
|
|
13
|
+
"sourceSet": {
|
|
14
|
+
"aggregateSha256": "fb4a06ff0f06ca1775390402ea4fbeffe496befc34f715d005c480e25ed5f103",
|
|
15
|
+
"sourceRoots": [
|
|
16
|
+
"weaver-e10-wenshuding"
|
|
17
|
+
],
|
|
18
|
+
"detectionStrength": "strong"
|
|
19
|
+
},
|
|
20
|
+
"generatedTargets": {
|
|
21
|
+
"cli": [
|
|
22
|
+
"src/shortcuts/archive",
|
|
23
|
+
"src/shortcuts/index.ts"
|
|
24
|
+
],
|
|
25
|
+
"skill": [
|
|
26
|
+
"skills/weaver-e10-wenshuding"
|
|
27
|
+
],
|
|
28
|
+
"tests": [
|
|
29
|
+
"test/business/archive-*.test.ts"
|
|
30
|
+
],
|
|
31
|
+
"docs": [
|
|
32
|
+
"docs/wenshuding.md",
|
|
33
|
+
"skill-template/domains/wenshuding.md"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"sources": [
|
|
37
|
+
{
|
|
38
|
+
"path": "weaver-e10-wenshuding/SKILL.md",
|
|
39
|
+
"size": 45009,
|
|
40
|
+
"sha256": "baadb7e00a39df326e2037b57a23f079f7f20216b9a79d9f4339d8c82dc17a66"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "weaver-e10-wenshuding/agents/openai.yaml",
|
|
44
|
+
"size": 336,
|
|
45
|
+
"sha256": "a491805d5e049083c6ff3d583a8f13d926a2e23b02d778566ef88c620196621b"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "weaver-e10-wenshuding/references/archive-archiveSet-getSetValue.md",
|
|
49
|
+
"size": 3007,
|
|
50
|
+
"sha256": "ae10d29bf4536dce09254dd6975ab44129b7a6982252a5b66f5419ef296dfaf8"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"path": "weaver-e10-wenshuding/references/archive-archivetree-getFonds.md",
|
|
54
|
+
"size": 4477,
|
|
55
|
+
"sha256": "7ce0799ca4712dbf35ffe1506cb817bc8bb79bbc02b333f32306a5ebad50d03e"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"path": "weaver-e10-wenshuding/references/archive-archivetree-getTree.md",
|
|
59
|
+
"size": 4483,
|
|
60
|
+
"sha256": "e4e2087ea09fa3053baa375808ca429a284ed05fcddba00f4e8c3197d747bd03"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "weaver-e10-wenshuding/references/archive-form-addCache.md",
|
|
64
|
+
"size": 6295,
|
|
65
|
+
"sha256": "c2fc0bea70324f7a83af88b3b6ff8f06971707d0994742d52ee9653679683809"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"path": "weaver-e10-wenshuding/references/archive-form-getPageUrl.md",
|
|
69
|
+
"size": 4782,
|
|
70
|
+
"sha256": "03e54f4a3bad872242f291c51bbff225ecdbd68c22510e76f72d9978bb653db5"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"path": "weaver-e10-wenshuding/references/archive-intelligent-saveFile.md",
|
|
74
|
+
"size": 3389,
|
|
75
|
+
"sha256": "d9590c2d46091aa10c576b98f01f1f5b28fa1e77852072bdc01a91f3c2d755f2"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"path": "weaver-e10-wenshuding/references/borrow-addBorrowCar.md",
|
|
79
|
+
"size": 2908,
|
|
80
|
+
"sha256": "2e3d24f28f2839e201bf6d61f8132f5c196c8ebeb789177cd7cc0ba104d98f6e"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"path": "weaver-e10-wenshuding/references/borrow-batchDownloadBorrowZip.md",
|
|
84
|
+
"size": 13402,
|
|
85
|
+
"sha256": "3267c68b21d4f483d298bc22555a79cb9e07278037649d82e0bbfa6c808802f3"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"path": "weaver-e10-wenshuding/references/borrow-getBorrowDetails.md",
|
|
89
|
+
"size": 4599,
|
|
90
|
+
"sha256": "8e93a5edbb9dd64f0702336d51066bc81d57d0d6557efcdedf9bbf9f0a4f2a7a"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"path": "weaver-e10-wenshuding/references/catalog.md",
|
|
94
|
+
"size": 7367,
|
|
95
|
+
"sha256": "db79902cb324e42ad5869eabbdf431b98b1b1a250a041fe3fa382198e3d57e2e"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-customapi-getMyBorrowCar.md",
|
|
99
|
+
"size": 7683,
|
|
100
|
+
"sha256": "29f7209e5d5a97340c3cefe2f83a1c18c7da607e587ad6395c25b9444e68347a"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-customapi-getMyBorrowDetail.md",
|
|
104
|
+
"size": 10334,
|
|
105
|
+
"sha256": "1da5a26e8a2abcbbe1b726d3da3125f7a90bf06e1962ccc813ad6e38a7fb8fcd"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-customapi-getMyBorrowList.md",
|
|
109
|
+
"size": 9108,
|
|
110
|
+
"sha256": "4ce55da10d0990c33213c7575caac98a61430ac4c6a2fa8eb02a7ec3cc58bd4e"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-getAppIds.md",
|
|
114
|
+
"size": 1952,
|
|
115
|
+
"sha256": "9a0b2a2296b2e9bac3e24d9f8de0410ee9978b25fc74cbacd10419d7fd880779"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-getBorrowingList.md",
|
|
119
|
+
"size": 7153,
|
|
120
|
+
"sha256": "b7b0a06f520f8f8ec179807185a0b704e876f4a1e38da929c0b2ecddc16718d8"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-getListDatas.md",
|
|
124
|
+
"size": 7704,
|
|
125
|
+
"sha256": "93635ac420038965109ed981ef42f0a58edda84e7f9916c55cc17b82b0d050a0"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-getObjsByTag.md",
|
|
129
|
+
"size": 3250,
|
|
130
|
+
"sha256": "66fcbc578bd9ad24283dc56dc32f48c5c36cdf7ed64eaa1b8420d574317e5f0f"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"path": "weaver-e10-wenshuding/references/ebuilder-getViewlist.md",
|
|
134
|
+
"size": 4073,
|
|
135
|
+
"sha256": "e62d94800def1cac23a33317c9b305ad91a9e643843f7e3ce53f14eb1efb406f"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"path": "weaver-e10-wenshuding/references/fullSearch-searchByModule.md",
|
|
139
|
+
"size": 12873,
|
|
140
|
+
"sha256": "1ba4621c4bd8a0eb600afec4937fe22990d841f08806312fa79fff97e566ba21"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"path": "weaver-e10-wenshuding/references/prefile-upload-module-upload.md",
|
|
144
|
+
"size": 5067,
|
|
145
|
+
"sha256": "2c1995ba56616d3578e299b8f2bb0719aa1749728a5119e24a96838e68d61831"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"path": "weaver-e10-wenshuding/references/prefile-upload-preUploadCheck.md",
|
|
149
|
+
"size": 4902,
|
|
150
|
+
"sha256": "8def450af9243e322c5ddc026728560322c4d4e0edc8eb2d38991519ba75b8a9"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"sourceChunks": [
|
|
154
|
+
{
|
|
155
|
+
"id": "archive.fonds",
|
|
156
|
+
"mapsToOperations": [
|
|
157
|
+
"archive.fonds.list",
|
|
158
|
+
"archive.prelib.tree"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "archive.search",
|
|
163
|
+
"mapsToOperations": [
|
|
164
|
+
"archive.search.run"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "archive.info",
|
|
169
|
+
"mapsToOperations": [
|
|
170
|
+
"archive.info.get"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "archive.borrow-car",
|
|
175
|
+
"mapsToOperations": [
|
|
176
|
+
"archive.borrow-car.list",
|
|
177
|
+
"archive.borrow-car.add"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "archive.borrow-list",
|
|
182
|
+
"mapsToOperations": [
|
|
183
|
+
"archive.borrow-list.list",
|
|
184
|
+
"archive.borrow-list.detail"
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": "archive.download",
|
|
189
|
+
"mapsToOperations": [
|
|
190
|
+
"archive.borrow-list.download.prepare",
|
|
191
|
+
"archive.borrow-list.download.apply"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "archive.flow",
|
|
196
|
+
"mapsToOperations": [
|
|
197
|
+
"archive.flow.borrow-car.prepare",
|
|
198
|
+
"archive.flow.borrow-car.apply",
|
|
199
|
+
"archive.flow.search.prepare",
|
|
200
|
+
"archive.flow.search.apply",
|
|
201
|
+
"archive.flow.renew.prepare",
|
|
202
|
+
"archive.flow.renew.apply"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "archive.upload",
|
|
207
|
+
"mapsToOperations": [
|
|
208
|
+
"archive.upload.prelib.prepare",
|
|
209
|
+
"archive.upload.prelib.apply"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"operationImpact": {
|
|
214
|
+
"archive.fonds.list": {
|
|
215
|
+
"requiresConfirmationChain": false,
|
|
216
|
+
"references": [
|
|
217
|
+
"references/archive-fonds.md"
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
"archive.prelib.tree": {
|
|
221
|
+
"requiresConfirmationChain": false,
|
|
222
|
+
"references": [
|
|
223
|
+
"references/archive-fonds.md"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"archive.search.run": {
|
|
227
|
+
"requiresConfirmationChain": false,
|
|
228
|
+
"references": [
|
|
229
|
+
"references/archive-search.md"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"archive.info.get": {
|
|
233
|
+
"requiresConfirmationChain": false,
|
|
234
|
+
"references": [
|
|
235
|
+
"references/archive-info.md"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"archive.borrow-car.list": {
|
|
239
|
+
"requiresConfirmationChain": false,
|
|
240
|
+
"references": [
|
|
241
|
+
"references/archive-borrow-car.md"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
"archive.borrow-car.add": {
|
|
245
|
+
"requiresConfirmationChain": false,
|
|
246
|
+
"references": [
|
|
247
|
+
"references/archive-borrow-car.md"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
"archive.borrow-list.list": {
|
|
251
|
+
"requiresConfirmationChain": false,
|
|
252
|
+
"references": [
|
|
253
|
+
"references/archive-borrow-list.md"
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
"archive.borrow-list.detail": {
|
|
257
|
+
"requiresConfirmationChain": false,
|
|
258
|
+
"references": [
|
|
259
|
+
"references/archive-borrow-list.md"
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
"archive.borrow-list.download.prepare": {
|
|
263
|
+
"requiresConfirmationChain": true,
|
|
264
|
+
"references": [
|
|
265
|
+
"references/archive-download.md",
|
|
266
|
+
"references/archive-borrow-list.md"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"archive.borrow-list.download.apply": {
|
|
270
|
+
"requiresConfirmationChain": true,
|
|
271
|
+
"references": [
|
|
272
|
+
"references/archive-download.md"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"archive.flow.borrow-car.prepare": {
|
|
276
|
+
"requiresConfirmationChain": true,
|
|
277
|
+
"references": [
|
|
278
|
+
"references/archive-flow.md"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"archive.flow.borrow-car.apply": {
|
|
282
|
+
"requiresConfirmationChain": true,
|
|
283
|
+
"references": [
|
|
284
|
+
"references/archive-flow.md"
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
"archive.flow.search.prepare": {
|
|
288
|
+
"requiresConfirmationChain": true,
|
|
289
|
+
"references": [
|
|
290
|
+
"references/archive-flow.md"
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"archive.flow.search.apply": {
|
|
294
|
+
"requiresConfirmationChain": true,
|
|
295
|
+
"references": [
|
|
296
|
+
"references/archive-flow.md"
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"archive.flow.renew.prepare": {
|
|
300
|
+
"requiresConfirmationChain": true,
|
|
301
|
+
"references": [
|
|
302
|
+
"references/archive-flow.md"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"archive.flow.renew.apply": {
|
|
306
|
+
"requiresConfirmationChain": true,
|
|
307
|
+
"references": [
|
|
308
|
+
"references/archive-flow.md"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"archive.upload.prelib.prepare": {
|
|
312
|
+
"requiresConfirmationChain": true,
|
|
313
|
+
"references": [
|
|
314
|
+
"references/archive-upload.md",
|
|
315
|
+
"references/archive-fonds.md"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"archive.upload.prelib.apply": {
|
|
319
|
+
"requiresConfirmationChain": true,
|
|
320
|
+
"references": [
|
|
321
|
+
"references/archive-upload.md"
|
|
322
|
+
]
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"artifactBaseline": {
|
|
326
|
+
"aggregateSha256": "c40d89f423d5c82a0d315212430060a0656473bbccaa3e871ec37d2ec85d79d1",
|
|
327
|
+
"files": [
|
|
328
|
+
{
|
|
329
|
+
"path": "src/shortcuts/archive/continuation.ts",
|
|
330
|
+
"size": 3269,
|
|
331
|
+
"sha256": "8f300e9faee63405f8df205f48f8b1eb073f428e76a73addc4b5cf95ff7292c3"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"path": "src/shortcuts/archive/errors.ts",
|
|
335
|
+
"size": 2272,
|
|
336
|
+
"sha256": "ea812411abcda84a5276dc6dd53d8d1ae63631a20fe1332f2fd100a19495f36e"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"path": "src/shortcuts/archive/host.ts",
|
|
340
|
+
"size": 10498,
|
|
341
|
+
"sha256": "a32c4e03a3b76c8c91476b50c279000ef997a2fa6b6687bfe6f29830e22ea187"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"path": "src/shortcuts/archive/index.ts",
|
|
345
|
+
"size": 15338,
|
|
346
|
+
"sha256": "f31d56f1d8dbb46d6dc75ca46dd13987fd8c39046a50c7d8de543d9c34d33434"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"path": "src/shortcuts/archive/manifest.ts",
|
|
350
|
+
"size": 2404,
|
|
351
|
+
"sha256": "6b66366330699833243e924d9b621000bcbab04251e22984aec913e38a46dc11"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"path": "src/shortcuts/archive/operations.ts",
|
|
355
|
+
"size": 1169,
|
|
356
|
+
"sha256": "1e620e47d7227330e3a15ab6ab62139843cab1a0eabe6d1f100b9130402c8c94"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"path": "src/shortcuts/archive/operations/archive-info.ts",
|
|
360
|
+
"size": 3004,
|
|
361
|
+
"sha256": "cbeaf4310962567feb20d41ac0bd14698f3753c6db752281928c53b22455e0cd"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"path": "src/shortcuts/archive/operations/borrow-car.ts",
|
|
365
|
+
"size": 9137,
|
|
366
|
+
"sha256": "2828e910fa9db03b3d3d9d337abbe96f006665f6c2437b11c9be3cbc7e9d0df7"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"path": "src/shortcuts/archive/operations/borrow-list.ts",
|
|
370
|
+
"size": 10573,
|
|
371
|
+
"sha256": "a1953736cd7d0f8cde2501230e318fff78d5a16e11c9e69c0ea62bab934ca955"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"path": "src/shortcuts/archive/operations/confirm.ts",
|
|
375
|
+
"size": 2823,
|
|
376
|
+
"sha256": "b20b583047735427a2adbed1eba129ced48cde8000cca2ade4aa6ba79653aec8"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"path": "src/shortcuts/archive/operations/download.ts",
|
|
380
|
+
"size": 12275,
|
|
381
|
+
"sha256": "abd23b790db3090bcf9748ba8e1b677b6e6cbc3ed1386316a544d6a23cf59e8e"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"path": "src/shortcuts/archive/operations/fonds.ts",
|
|
385
|
+
"size": 4373,
|
|
386
|
+
"sha256": "3d066cdb6ef06f942b21a8b6757af3b70568e4e9433c2d86faedeb1ce899b586"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"path": "src/shortcuts/archive/operations/flow-url.ts",
|
|
390
|
+
"size": 12425,
|
|
391
|
+
"sha256": "34a381817eb0c6fb117c03f64649e7d8c043cfcb205b5b80b86e2ed5040a1507"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"path": "src/shortcuts/archive/operations/getPageUrl.ts",
|
|
395
|
+
"size": 6193,
|
|
396
|
+
"sha256": "433157d64a0376cef577938f08d4718b2a7acd42f035fea8294bacfbff94c034"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"path": "src/shortcuts/archive/operations/registry.ts",
|
|
400
|
+
"size": 1777,
|
|
401
|
+
"sha256": "cd343105ddb87f24bbeaf7df05a079ba924a618704637df40b6dd09fb7e865d5"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"path": "src/shortcuts/archive/operations/search.ts",
|
|
405
|
+
"size": 3560,
|
|
406
|
+
"sha256": "305f57bd363f4fb9bf834ea090cbf9d81015e2688a94e7556defc532a30aaa98"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"path": "src/shortcuts/archive/operations/shared.ts",
|
|
410
|
+
"size": 5083,
|
|
411
|
+
"sha256": "baf2dfc6166c5f01b41c5fdda76d74ccc7c42cae84570f7b1c448869d6efa66b"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"path": "src/shortcuts/archive/operations/types.ts",
|
|
415
|
+
"size": 2409,
|
|
416
|
+
"sha256": "042e330102c0bba7391a9cdf83ddef2737bd6ca1179f187a47b62a7ac652570a"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"path": "src/shortcuts/archive/operations/upload.ts",
|
|
420
|
+
"size": 8474,
|
|
421
|
+
"sha256": "c503a6b25947118c5f1e05d302f31aa5520ee2ec49caf2e4d6c11874d4f4c74b"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"path": "src/shortcuts/index.ts",
|
|
425
|
+
"size": 306,
|
|
426
|
+
"sha256": "11c90f2ad7844c468469fb5cbd98df289d7e1830da748116945a5691e1dac374"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"path": "skills/weaver-e10-wenshuding/SKILL.md",
|
|
430
|
+
"size": 15357,
|
|
431
|
+
"sha256": "0dcc51a62f22fe6d17fa0c7976ebbf64b827b2784f82b8f5f8e6f64a8bdc8d6f"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"path": "skills/weaver-e10-wenshuding/product.json",
|
|
435
|
+
"size": 178,
|
|
436
|
+
"sha256": "bef4461b6254609f38319c1aacbbe78b7fcb1f9d6f6b835a684337c648dc9df6"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-agent-entry.md",
|
|
440
|
+
"size": 3302,
|
|
441
|
+
"sha256": "84b05e8505415fd8f3d2368a9db4ad335218f1691cd0b88d230e260b7e5cbe44"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-borrow-car.md",
|
|
445
|
+
"size": 2539,
|
|
446
|
+
"sha256": "a70920cd78b842414a961deb402d287ee5e05d462bc350d2a0ca7f9070fabfd4"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-borrow-list.md",
|
|
450
|
+
"size": 1810,
|
|
451
|
+
"sha256": "158833863bfd1b5a5e5d737d3e5036b3f781ab45a2dc362d2346f3e1a11917ba"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-disabled-capabilities.md",
|
|
455
|
+
"size": 1393,
|
|
456
|
+
"sha256": "a0dd54ece54943c6ec7b1a476fbe10d0692c3a25e2c23ca9bfe34c8219bf3cae"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-download.md",
|
|
460
|
+
"size": 2533,
|
|
461
|
+
"sha256": "f48cae1a86ff81eb2594a5bb92aa6a1deef11a06ee8be9287ab0ade1b9af0f8f"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-flow.md",
|
|
465
|
+
"size": 2681,
|
|
466
|
+
"sha256": "a3143666778878ad87b4777ed58a9fa055deb90c88a0bb19abfb045ea495ecb1"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-fonds.md",
|
|
470
|
+
"size": 1512,
|
|
471
|
+
"sha256": "0312515f08f41a2d106c5de54e8a446bc2b5a6f21510ca699264b5ebbd6e6d63"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-info.md",
|
|
475
|
+
"size": 1375,
|
|
476
|
+
"sha256": "621d800d98af81c053c9d0901bfade14f4748884a0d51d6f10198903e3fdbccf"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-search.md",
|
|
480
|
+
"size": 1440,
|
|
481
|
+
"sha256": "494686f528a10e5db57e43635c589be77bd78500a85cacd54ba5d4d07e54f8fc"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"path": "skills/weaver-e10-wenshuding/references/archive-upload.md",
|
|
485
|
+
"size": 2199,
|
|
486
|
+
"sha256": "5255779205ecbe4062943d11cdbda870dc077ba977ba1d93275c39c813274648"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"path": "test/business/archive-operations.test.ts",
|
|
490
|
+
"size": 10663,
|
|
491
|
+
"sha256": "debfa323dd9cdae87e1114f13b54a58963dd4731577db9991410da6980126a21"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"path": "docs/wenshuding.md",
|
|
495
|
+
"size": 7662,
|
|
496
|
+
"sha256": "0a9a4e9916349dc73a3d93effb3385c403e5f1742e5cb6870a096fa8ccac1754"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"path": "skill-template/domains/wenshuding.md",
|
|
500
|
+
"size": 2141,
|
|
501
|
+
"sha256": "ae0a1e0923b958766ba76655be1a266d5fe6293ec0e7b11e8f50594a3819cc5f"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"path": "skill-template/business-info.json",
|
|
505
|
+
"size": 1825,
|
|
506
|
+
"sha256": "b12a58cd168cd334083fa74a2aadbf8b0a078ace723972637f50a9c8ed8b7979"
|
|
507
|
+
}
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
"notes": [
|
|
511
|
+
"源资料 weaver-e10-wenshuding 1.0.3 提供全宗、预归档上传、借阅车、借阅单、下载与发起借阅链路。",
|
|
512
|
+
"借阅车/借阅单列表优先自定义接口(getFormDataList/myBorrowCar、myBorrowList),不可用时回退 getPageUrl → getListDatas。",
|
|
513
|
+
"下载为异步任务:getImportOrExportRate 轮询百分比,完成后 getImportOrExportRateNum 取 fileId,再下载 zip 落盘。",
|
|
514
|
+
"发起借阅/续借只返回流程创建页 URL,CLI 不自动打开浏览器。",
|
|
515
|
+
"借阅申请表单提交、借阅车移除、归还/催还缺少稳定契约,暂不暴露为 operation。"
|
|
516
|
+
]
|
|
517
|
+
}
|