dsh-tender-workbench 0.2.2-beta.0 → 0.3.0-beta.0

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.
Files changed (99) hide show
  1. package/README.md +3 -3
  2. package/lib/client.js +15524 -15224
  3. package/lib/client.js.map +1 -1
  4. package/lib/index.js +4120 -1303
  5. package/lib/types/client/TenderEntry.d.ts +10 -17
  6. package/lib/types/client/TenderEntry.d.ts.map +1 -1
  7. package/lib/types/client/better-sidebar-adapter.d.ts +1 -1
  8. package/lib/types/client/better-sidebar-adapter.d.ts.map +1 -1
  9. package/lib/types/client/index.d.ts +2 -2
  10. package/lib/types/client/index.d.ts.map +1 -1
  11. package/lib/types/client/intents/query-intent.d.ts +4 -6
  12. package/lib/types/client/intents/query-intent.d.ts.map +1 -1
  13. package/lib/types/client/intents/screening-intent.d.ts +2282 -165
  14. package/lib/types/client/intents/screening-intent.d.ts.map +1 -1
  15. package/lib/types/client/intents/send-session-intent.d.ts +3 -5
  16. package/lib/types/client/intents/send-session-intent.d.ts.map +1 -1
  17. package/lib/types/client/locales.d.ts +8 -2
  18. package/lib/types/client/locales.d.ts.map +1 -1
  19. package/lib/types/client/qcc-request.d.ts +3 -3
  20. package/lib/types/client/qcc-request.d.ts.map +1 -1
  21. package/lib/types/client/skill-catalog.d.ts +38 -0
  22. package/lib/types/client/skill-catalog.d.ts.map +1 -0
  23. package/lib/types/client/tender-projection-port.d.ts +2 -2
  24. package/lib/types/client/tender-session-entry.d.ts +13 -0
  25. package/lib/types/client/tender-session-entry.d.ts.map +1 -0
  26. package/lib/types/client/workbench/TenderAnalysisReviewViews.d.ts +7 -7
  27. package/lib/types/client/workbench/TenderAnalysisReviewViews.d.ts.map +1 -1
  28. package/lib/types/client/workbench/TenderDataViews.d.ts +2 -2
  29. package/lib/types/client/workbench/TenderQueryWorkspace.d.ts +3 -3
  30. package/lib/types/client/workbench/TenderQueryWorkspace.d.ts.map +1 -1
  31. package/lib/types/client/workbench/TenderReportView.d.ts +2 -2
  32. package/lib/types/client/workbench/TenderScreeningViews.d.ts +3 -3
  33. package/lib/types/client/workbench/TenderWorkbench.d.ts +5 -5
  34. package/lib/types/client/workbench/TenderWorkbench.d.ts.map +1 -1
  35. package/lib/types/client/workbench/navigation-controller.d.ts +2 -2
  36. package/lib/types/client/workbench/session-write-flight.d.ts +9 -13
  37. package/lib/types/client/workbench/session-write-flight.d.ts.map +1 -1
  38. package/lib/types/client/workbench/workbench-status.d.ts +3 -3
  39. package/lib/types/client/workbench/workbench-status.d.ts.map +1 -1
  40. package/lib/types/contracts/analysis-review.d.ts +26 -189
  41. package/lib/types/contracts/analysis-review.d.ts.map +1 -1
  42. package/lib/types/contracts/intents.d.ts +348 -0
  43. package/lib/types/contracts/intents.d.ts.map +1 -0
  44. package/lib/types/contracts/orchestration.d.ts +186 -0
  45. package/lib/types/contracts/orchestration.d.ts.map +1 -0
  46. package/lib/types/contracts/query-schema.d.ts +3 -45
  47. package/lib/types/contracts/query-schema.d.ts.map +1 -1
  48. package/lib/types/contracts/reporting.d.ts +3 -168
  49. package/lib/types/contracts/reporting.d.ts.map +1 -1
  50. package/lib/types/contracts/screening.d.ts +3 -73
  51. package/lib/types/contracts/screening.d.ts.map +1 -1
  52. package/lib/types/contracts/tool-inputs.d.ts +713 -0
  53. package/lib/types/contracts/tool-inputs.d.ts.map +1 -0
  54. package/lib/types/contracts/tool-results.d.ts +107 -0
  55. package/lib/types/contracts/tool-results.d.ts.map +1 -0
  56. package/lib/types/contracts/workflow.d.ts +354 -55
  57. package/lib/types/contracts/workflow.d.ts.map +1 -1
  58. package/lib/types/host/artifacts/artifact-route.d.ts.map +1 -1
  59. package/lib/types/host/artifacts/intent-receipts.d.ts +54 -0
  60. package/lib/types/host/artifacts/intent-receipts.d.ts.map +1 -0
  61. package/lib/types/host/artifacts/store.d.ts +12 -12
  62. package/lib/types/host/artifacts/store.d.ts.map +1 -1
  63. package/lib/types/host/intent-fingerprint.d.ts +7 -0
  64. package/lib/types/host/intent-fingerprint.d.ts.map +1 -0
  65. package/lib/types/host/pipeline/screening-context.d.ts +2 -2
  66. package/lib/types/host/pipeline/screening-context.d.ts.map +1 -1
  67. package/lib/types/host/projection.d.ts +3 -3
  68. package/lib/types/host/projection.d.ts.map +1 -1
  69. package/lib/types/host/reporting/report-dataset.d.ts.map +1 -1
  70. package/lib/types/host/skills/action-skills.d.ts +8 -0
  71. package/lib/types/host/skills/action-skills.d.ts.map +1 -0
  72. package/lib/types/host/skills/global-invariants.d.ts +3 -0
  73. package/lib/types/host/skills/global-invariants.d.ts.map +1 -0
  74. package/lib/types/host/skills/index.d.ts +4 -0
  75. package/lib/types/host/skills/index.d.ts.map +1 -0
  76. package/lib/types/host/skills/workflow-skill.d.ts +3 -0
  77. package/lib/types/host/skills/workflow-skill.d.ts.map +1 -0
  78. package/lib/types/host/tool-contract.d.ts +90 -0
  79. package/lib/types/host/tool-contract.d.ts.map +1 -0
  80. package/lib/types/host/tools/analysis-review-tools.d.ts +988 -37
  81. package/lib/types/host/tools/analysis-review-tools.d.ts.map +1 -1
  82. package/lib/types/host/tools/query-tool.d.ts +113 -18
  83. package/lib/types/host/tools/query-tool.d.ts.map +1 -1
  84. package/lib/types/host/tools/report-tools.d.ts +848 -23
  85. package/lib/types/host/tools/report-tools.d.ts.map +1 -1
  86. package/lib/types/host/tools/rule-tools.d.ts +805 -17
  87. package/lib/types/host/tools/rule-tools.d.ts.map +1 -1
  88. package/lib/types/host/tools/screening-context-tool.d.ts +14 -4
  89. package/lib/types/host/tools/screening-context-tool.d.ts.map +1 -1
  90. package/lib/types/host/tools/workflow-state-tool.d.ts +155 -0
  91. package/lib/types/host/tools/workflow-state-tool.d.ts.map +1 -0
  92. package/lib/types/index.d.ts.map +1 -1
  93. package/package.json +1 -1
  94. package/lib/types/contracts/screening-intents.d.ts +0 -303
  95. package/lib/types/contracts/screening-intents.d.ts.map +0 -1
  96. package/lib/types/host/artifacts/command-receipts.d.ts +0 -47
  97. package/lib/types/host/artifacts/command-receipts.d.ts.map +0 -1
  98. package/lib/types/host/skill.d.ts +0 -6
  99. package/lib/types/host/skill.d.ts.map +0 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ To install the current exact preview version:
68
68
  ```sh
69
69
  dsh plugin --profile web add 'dsh-mcp-connector@>=0.2.31'
70
70
  dsh plugin --profile web add 'dsh-better-sidebar@>=0.17.1'
71
- dsh plugin --profile web add dsh-tender-workbench@0.2.2-beta.0
71
+ dsh plugin --profile web add dsh-tender-workbench@0.2.2-beta.1
72
72
  ```
73
73
 
74
74
  To install from an independent checkout, install the required Provider plugins first, then run from this repository:
@@ -87,7 +87,7 @@ To install a packed build:
87
87
  ```sh
88
88
  dsh plugin --profile web add 'dsh-mcp-connector@>=0.2.31'
89
89
  dsh plugin --profile web add 'dsh-better-sidebar@>=0.17.1'
90
- dsh plugin --profile web add ./dsh-tender-workbench-0.2.2-beta.0.tgz
90
+ dsh plugin --profile web add ./dsh-tender-workbench-0.2.2-beta.1.tgz
91
91
  dsh web --no-open
92
92
  ```
93
93
 
@@ -101,7 +101,7 @@ dsh plugin --profile web remove dsh-tender-workbench
101
101
 
102
102
  ## Using the workbench
103
103
 
104
- The plugin exposes a top-left “招投标” launcher, four phase shortcuts below the conversation composer, and a Session Header recovery action. Every entry focuses the same Better Sidebar tab for the addressed Session. When no Session is selected, the sidebar action starts the native New Session flow.
104
+ The plugin exposes a top-left “招投标” launcher and a Session Header recovery action. Every top-left activation creates a distinct native Session in the current Session's workspace, the recent workspace, or the first available workspace, gives that blank Session the “招投标” hero label and goal icon, and opens its Better Sidebar workbench. Other Sessions keep their existing host/provider hero label and the fish mark. The composer-bottom shortcuts are intentionally absent; the Header action only reopens the workbench for its existing Session.
105
105
 
106
106
  Navigation only changes the visible workbench phase. It does not mutate business state or run a later action. Criteria are proposed, edited, previewed, and confirmed as distinct steps. Agent recommendations never become user decisions automatically. Report generation always shows the reviewed and pending scope before creating a delivery snapshot.
107
107