@savvy-web/mcp 1.3.5 → 1.5.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 (832) hide show
  1. package/README.md +4 -12
  2. package/bin/savvy-mcp.js +2 -11
  3. package/index.d.ts +8 -91
  4. package/package.json +2 -3
  5. package/runtime.js +22 -4
  6. package/server.js +35 -30
  7. package/tools/biome-check.js +1 -1
  8. package/tools/changeset-deps-detect.js +88 -0
  9. package/tools/changeset-deps-regen.js +100 -0
  10. package/content/_templates/guides.md +0 -12
  11. package/content/_templates/packages.md +0 -21
  12. package/content/_templates/standards.md +0 -17
  13. package/content/guides/api-docs-from-api-extractor.md +0 -174
  14. package/content/guides/building-a-github-action.md +0 -233
  15. package/content/guides/choosing-a-builder.md +0 -93
  16. package/content/guides/llm-friendly-json-schemas.md +0 -64
  17. package/content/manifest.json +0 -10538
  18. package/content/packages/bundler/api/function/build.md +0 -18
  19. package/content/packages/bundler/api/function/definebuild.md +0 -18
  20. package/content/packages/bundler/api/function/parseargs.md +0 -18
  21. package/content/packages/bundler/api/function/runbuild.md +0 -18
  22. package/content/packages/bundler/api/interface/buildconfig.md +0 -147
  23. package/content/packages/bundler/api/interface/buildconfiginput.md +0 -153
  24. package/content/packages/bundler/api/interface/buildentryoverride.md +0 -86
  25. package/content/packages/bundler/api/interface/outputconfig.md +0 -34
  26. package/content/packages/bundler/api/interface/parsedargs.md +0 -44
  27. package/content/packages/bundler/api/interface/runoptions.md +0 -158
  28. package/content/packages/bundler/api.md +0 -28
  29. package/content/packages/bundler/overview.md +0 -89
  30. package/content/packages/cli/command-tree.md +0 -68
  31. package/content/packages/cli/init-and-check.md +0 -53
  32. package/content/packages/github-action-builder/api/class/actionymlmissing.md +0 -30
  33. package/content/packages/github-action-builder/api/class/actionymlpatherror.md +0 -48
  34. package/content/packages/github-action-builder/api/class/actionymlschemaerror.md +0 -45
  35. package/content/packages/github-action-builder/api/class/actionymlsyntaxerror.md +0 -57
  36. package/content/packages/github-action-builder/api/class/buildfailed.md +0 -39
  37. package/content/packages/github-action-builder/api/class/bundlefailed.md +0 -39
  38. package/content/packages/github-action-builder/api/class/cleanerror.md +0 -39
  39. package/content/packages/github-action-builder/api/class/configinvalid.md +0 -39
  40. package/content/packages/github-action-builder/api/class/configloadfailed.md +0 -39
  41. package/content/packages/github-action-builder/api/class/confignotfound.md +0 -39
  42. package/content/packages/github-action-builder/api/class/entryfilemissing.md +0 -39
  43. package/content/packages/github-action-builder/api/class/githubaction.md +0 -101
  44. package/content/packages/github-action-builder/api/class/mainentrymissing.md +0 -39
  45. package/content/packages/github-action-builder/api/class/persistlocalerror.md +0 -39
  46. package/content/packages/github-action-builder/api/class/validationfailed.md +0 -48
  47. package/content/packages/github-action-builder/api/class/workerentryinvalidname.md +0 -37
  48. package/content/packages/github-action-builder/api/class/workerentrymissing.md +0 -44
  49. package/content/packages/github-action-builder/api/class/writeerror.md +0 -39
  50. package/content/packages/github-action-builder/api/function/defineconfig.md +0 -68
  51. package/content/packages/github-action-builder/api/interface/buildservice.md +0 -83
  52. package/content/packages/github-action-builder/api/interface/configservice.md +0 -66
  53. package/content/packages/github-action-builder/api/interface/githubactionoptions.md +0 -60
  54. package/content/packages/github-action-builder/api/interface/loadconfigresult.md +0 -44
  55. package/content/packages/github-action-builder/api/interface/persistlocalservice.md +0 -37
  56. package/content/packages/github-action-builder/api/interface/validationservice.md +0 -82
  57. package/content/packages/github-action-builder/api/type/actionymlresult.md +0 -18
  58. package/content/packages/github-action-builder/api/type/apperror.md +0 -18
  59. package/content/packages/github-action-builder/api/type/builderror.md +0 -18
  60. package/content/packages/github-action-builder/api/type/buildoptions.md +0 -18
  61. package/content/packages/github-action-builder/api/type/buildresult.md +0 -18
  62. package/content/packages/github-action-builder/api/type/buildrunneroptions.md +0 -18
  63. package/content/packages/github-action-builder/api/type/bundleresult.md +0 -18
  64. package/content/packages/github-action-builder/api/type/bundlestats.md +0 -18
  65. package/content/packages/github-action-builder/api/type/config.md +0 -18
  66. package/content/packages/github-action-builder/api/type/configerror.md +0 -18
  67. package/content/packages/github-action-builder/api/type/configinput.md +0 -18
  68. package/content/packages/github-action-builder/api/type/detectedentry.md +0 -18
  69. package/content/packages/github-action-builder/api/type/detectentriesresult.md +0 -18
  70. package/content/packages/github-action-builder/api/type/entries.md +0 -18
  71. package/content/packages/github-action-builder/api/type/githubactionbuildresult.md +0 -18
  72. package/content/packages/github-action-builder/api/type/loadconfigoptions.md +0 -18
  73. package/content/packages/github-action-builder/api/type/persisterror.md +0 -18
  74. package/content/packages/github-action-builder/api/type/persistlocaloptions.md +0 -18
  75. package/content/packages/github-action-builder/api/type/persistlocalresult.md +0 -18
  76. package/content/packages/github-action-builder/api/type/persistlocalrunneroptions.md +0 -18
  77. package/content/packages/github-action-builder/api/type/validateoptions.md +0 -18
  78. package/content/packages/github-action-builder/api/type/validationerror.md +0 -20
  79. package/content/packages/github-action-builder/api/type/validationerroritem.md +0 -18
  80. package/content/packages/github-action-builder/api/type/validationoptions.md +0 -18
  81. package/content/packages/github-action-builder/api/type/validationresult.md +0 -18
  82. package/content/packages/github-action-builder/api/type/validationwarning.md +0 -18
  83. package/content/packages/github-action-builder/api/variable/actionymlmissingbase.md +0 -20
  84. package/content/packages/github-action-builder/api/variable/actionymlpatherrorbase.md +0 -20
  85. package/content/packages/github-action-builder/api/variable/actionymlresultschema.md +0 -33
  86. package/content/packages/github-action-builder/api/variable/actionymlschemaerrorbase.md +0 -20
  87. package/content/packages/github-action-builder/api/variable/actionymlsyntaxerrorbase.md +0 -20
  88. package/content/packages/github-action-builder/api/variable/applayer.md +0 -38
  89. package/content/packages/github-action-builder/api/variable/buildfailedbase.md +0 -20
  90. package/content/packages/github-action-builder/api/variable/buildlayer.md +0 -18
  91. package/content/packages/github-action-builder/api/variable/buildoptionsschema.md +0 -31
  92. package/content/packages/github-action-builder/api/variable/buildresultschema.md +0 -32
  93. package/content/packages/github-action-builder/api/variable/buildrunneroptionsschema.md +0 -21
  94. package/content/packages/github-action-builder/api/variable/buildservice.md +0 -18
  95. package/content/packages/github-action-builder/api/variable/bundlefailedbase.md +0 -20
  96. package/content/packages/github-action-builder/api/variable/bundleresultschema.md +0 -27
  97. package/content/packages/github-action-builder/api/variable/bundlestatsschema.md +0 -23
  98. package/content/packages/github-action-builder/api/variable/cleanerrorbase.md +0 -20
  99. package/content/packages/github-action-builder/api/variable/configinputschema.md +0 -41
  100. package/content/packages/github-action-builder/api/variable/configinvalidbase.md +0 -20
  101. package/content/packages/github-action-builder/api/variable/configlayer.md +0 -18
  102. package/content/packages/github-action-builder/api/variable/configloadfailedbase.md +0 -20
  103. package/content/packages/github-action-builder/api/variable/confignotfoundbase.md +0 -20
  104. package/content/packages/github-action-builder/api/variable/configschema.md +0 -59
  105. package/content/packages/github-action-builder/api/variable/configservice.md +0 -18
  106. package/content/packages/github-action-builder/api/variable/detectedentryschema.md +0 -22
  107. package/content/packages/github-action-builder/api/variable/detectentriesresultschema.md +0 -25
  108. package/content/packages/github-action-builder/api/variable/entriesschema.md +0 -25
  109. package/content/packages/github-action-builder/api/variable/entryfilemissingbase.md +0 -20
  110. package/content/packages/github-action-builder/api/variable/githubactionbuildresultschema.md +0 -60
  111. package/content/packages/github-action-builder/api/variable/loadconfigoptionsschema.md +0 -21
  112. package/content/packages/github-action-builder/api/variable/mainentrymissingbase.md +0 -20
  113. package/content/packages/github-action-builder/api/variable/persistlocalerrorbase.md +0 -20
  114. package/content/packages/github-action-builder/api/variable/persistlocallayer.md +0 -18
  115. package/content/packages/github-action-builder/api/variable/persistlocaloptionsschema.md +0 -28
  116. package/content/packages/github-action-builder/api/variable/persistlocalresultschema.md +0 -25
  117. package/content/packages/github-action-builder/api/variable/persistlocalrunneroptionsschema.md +0 -20
  118. package/content/packages/github-action-builder/api/variable/persistlocalservice.md +0 -18
  119. package/content/packages/github-action-builder/api/variable/validateoptionsschema.md +0 -21
  120. package/content/packages/github-action-builder/api/variable/validationerrorschema.md +0 -23
  121. package/content/packages/github-action-builder/api/variable/validationfailedbase.md +0 -20
  122. package/content/packages/github-action-builder/api/variable/validationlayer.md +0 -18
  123. package/content/packages/github-action-builder/api/variable/validationoptionsschema.md +0 -24
  124. package/content/packages/github-action-builder/api/variable/validationresultschema.md +0 -32
  125. package/content/packages/github-action-builder/api/variable/validationservice.md +0 -18
  126. package/content/packages/github-action-builder/api/variable/validationwarningschema.md +0 -23
  127. package/content/packages/github-action-builder/api/variable/workerentryinvalidnamebase.md +0 -20
  128. package/content/packages/github-action-builder/api/variable/workerentrymissingbase.md +0 -20
  129. package/content/packages/github-action-builder/api/variable/writeerrorbase.md +0 -20
  130. package/content/packages/github-action-builder/api.md +0 -125
  131. package/content/packages/github-action-effects/api/class/actioncache.md +0 -18
  132. package/content/packages/github-action-effects/api/class/actioncacheerror.md +0 -44
  133. package/content/packages/github-action-effects/api/class/actionenvironment.md +0 -18
  134. package/content/packages/github-action-effects/api/class/actionenvironmenterror.md +0 -37
  135. package/content/packages/github-action-effects/api/class/actioninputerror.md +0 -44
  136. package/content/packages/github-action-effects/api/class/actionlogger.md +0 -18
  137. package/content/packages/github-action-effects/api/class/actionoutputerror.md +0 -37
  138. package/content/packages/github-action-effects/api/class/actionoutputs.md +0 -18
  139. package/content/packages/github-action-effects/api/class/actionstate.md +0 -18
  140. package/content/packages/github-action-effects/api/class/actionstateerror.md +0 -44
  141. package/content/packages/github-action-effects/api/class/artifact.md +0 -18
  142. package/content/packages/github-action-effects/api/class/artifacterror.md +0 -53
  143. package/content/packages/github-action-effects/api/class/attest.md +0 -18
  144. package/content/packages/github-action-effects/api/class/attesterror.md +0 -42
  145. package/content/packages/github-action-effects/api/class/blobstore.md +0 -18
  146. package/content/packages/github-action-effects/api/class/blobstoreerror.md +0 -44
  147. package/content/packages/github-action-effects/api/class/changesetanalyzer.md +0 -18
  148. package/content/packages/github-action-effects/api/class/changeseterror.md +0 -37
  149. package/content/packages/github-action-effects/api/class/checkrun.md +0 -18
  150. package/content/packages/github-action-effects/api/class/checkrunerror.md +0 -44
  151. package/content/packages/github-action-effects/api/class/commandrunner.md +0 -18
  152. package/content/packages/github-action-effects/api/class/commandrunnererror.md +0 -73
  153. package/content/packages/github-action-effects/api/class/configloader.md +0 -18
  154. package/content/packages/github-action-effects/api/class/configloadererror.md +0 -44
  155. package/content/packages/github-action-effects/api/class/dryrun.md +0 -18
  156. package/content/packages/github-action-effects/api/class/gitbranch.md +0 -18
  157. package/content/packages/github-action-effects/api/class/gitbrancherror.md +0 -44
  158. package/content/packages/github-action-effects/api/class/gitcommit.md +0 -18
  159. package/content/packages/github-action-effects/api/class/gitcommiterror.md +0 -37
  160. package/content/packages/github-action-effects/api/class/githubapp.md +0 -18
  161. package/content/packages/github-action-effects/api/class/githubapperror.md +0 -37
  162. package/content/packages/github-action-effects/api/class/githubartifactmetadata.md +0 -18
  163. package/content/packages/github-action-effects/api/class/githubartifactmetadataerror.md +0 -44
  164. package/content/packages/github-action-effects/api/class/githubclient.md +0 -18
  165. package/content/packages/github-action-effects/api/class/githubclienterror.md +0 -60
  166. package/content/packages/github-action-effects/api/class/githubcommit.md +0 -18
  167. package/content/packages/github-action-effects/api/class/githubcommiterror.md +0 -44
  168. package/content/packages/github-action-effects/api/class/githubcontent.md +0 -18
  169. package/content/packages/github-action-effects/api/class/githubcontenterror.md +0 -44
  170. package/content/packages/github-action-effects/api/class/githubgraphql.md +0 -18
  171. package/content/packages/github-action-effects/api/class/githubgraphqlerror.md +0 -48
  172. package/content/packages/github-action-effects/api/class/githubissue.md +0 -18
  173. package/content/packages/github-action-effects/api/class/githubissueerror.md +0 -51
  174. package/content/packages/github-action-effects/api/class/githubrelease.md +0 -18
  175. package/content/packages/github-action-effects/api/class/githubreleaseerror.md +0 -51
  176. package/content/packages/github-action-effects/api/class/gittag.md +0 -18
  177. package/content/packages/github-action-effects/api/class/gittagerror.md +0 -44
  178. package/content/packages/github-action-effects/api/class/glob.md +0 -18
  179. package/content/packages/github-action-effects/api/class/globerror.md +0 -44
  180. package/content/packages/github-action-effects/api/class/intotostatement.md +0 -18
  181. package/content/packages/github-action-effects/api/class/intotosubject.md +0 -18
  182. package/content/packages/github-action-effects/api/class/ioerror.md +0 -44
  183. package/content/packages/github-action-effects/api/class/npmregistry.md +0 -18
  184. package/content/packages/github-action-effects/api/class/npmregistryerror.md +0 -50
  185. package/content/packages/github-action-effects/api/class/octokitauthapp.md +0 -18
  186. package/content/packages/github-action-effects/api/class/oidctokenerror.md +0 -42
  187. package/content/packages/github-action-effects/api/class/oidctokenissuer.md +0 -18
  188. package/content/packages/github-action-effects/api/class/packagemanageradapter.md +0 -18
  189. package/content/packages/github-action-effects/api/class/packagemanagererror.md +0 -44
  190. package/content/packages/github-action-effects/api/class/packagepublish.md +0 -18
  191. package/content/packages/github-action-effects/api/class/packagepublisherror.md +0 -68
  192. package/content/packages/github-action-effects/api/class/pullrequest.md +0 -18
  193. package/content/packages/github-action-effects/api/class/pullrequestcomment.md +0 -18
  194. package/content/packages/github-action-effects/api/class/pullrequestcommenterror.md +0 -44
  195. package/content/packages/github-action-effects/api/class/pullrequesterror.md +0 -44
  196. package/content/packages/github-action-effects/api/class/ratelimiter.md +0 -18
  197. package/content/packages/github-action-effects/api/class/ratelimiterror.md +0 -51
  198. package/content/packages/github-action-effects/api/class/runtimeenvironmenterror.md +0 -37
  199. package/content/packages/github-action-effects/api/class/sbom.md +0 -18
  200. package/content/packages/github-action-effects/api/class/sbomerror.md +0 -42
  201. package/content/packages/github-action-effects/api/class/semverresolvererror.md +0 -44
  202. package/content/packages/github-action-effects/api/class/sigstorebundle.md +0 -18
  203. package/content/packages/github-action-effects/api/class/sigstoresigner.md +0 -18
  204. package/content/packages/github-action-effects/api/class/sigstoresignererror.md +0 -42
  205. package/content/packages/github-action-effects/api/class/slsaerror.md +0 -42
  206. package/content/packages/github-action-effects/api/class/tokenpermissionchecker.md +0 -18
  207. package/content/packages/github-action-effects/api/class/tokenpermissionerror.md +0 -58
  208. package/content/packages/github-action-effects/api/class/toolinstaller.md +0 -18
  209. package/content/packages/github-action-effects/api/class/toolinstallererror.md +0 -58
  210. package/content/packages/github-action-effects/api/class/workflowdispatch.md +0 -18
  211. package/content/packages/github-action-effects/api/class/workflowdispatcherror.md +0 -44
  212. package/content/packages/github-action-effects/api/class/workspacedetector.md +0 -18
  213. package/content/packages/github-action-effects/api/class/workspacedetectorerror.md +0 -35
  214. package/content/packages/github-action-effects/api/function/attesttestfulllayer.md +0 -19
  215. package/content/packages/github-action-effects/api/function/buildslsaprovenancepredicate.md +0 -23
  216. package/content/packages/github-action-effects/api/function/buildstatement.md +0 -29
  217. package/content/packages/github-action-effects/api/function/decodejwtclaims.md +0 -18
  218. package/content/packages/github-action-effects/api/function/dryrunlive.md +0 -18
  219. package/content/packages/github-action-effects/api/function/generatepackageviewurl.md +0 -27
  220. package/content/packages/github-action-effects/api/function/getregistrydisplayname.md +0 -26
  221. package/content/packages/github-action-effects/api/function/getregistrytype.md +0 -26
  222. package/content/packages/github-action-effects/api/function/iscustomregistry.md +0 -26
  223. package/content/packages/github-action-effects/api/function/isgithubpackagesregistry.md +0 -26
  224. package/content/packages/github-action-effects/api/function/isjsrregistry.md +0 -26
  225. package/content/packages/github-action-effects/api/function/isnpmregistry.md +0 -26
  226. package/content/packages/github-action-effects/api/function/makeattestteststate.md +0 -18
  227. package/content/packages/github-action-effects/api/function/makesbomteststate.md +0 -18
  228. package/content/packages/github-action-effects/api/function/makesigstoresignerlive.md +0 -18
  229. package/content/packages/github-action-effects/api/function/npmpurl.md +0 -18
  230. package/content/packages/github-action-effects/api/function/resilienceschedule.md +0 -18
  231. package/content/packages/github-action-effects/api/function/s3blobstorelive.md +0 -18
  232. package/content/packages/github-action-effects/api/function/savetoken.md +0 -18
  233. package/content/packages/github-action-effects/api/function/serializestatement.md +0 -18
  234. package/content/packages/github-action-effects/api/function/subject.md +0 -23
  235. package/content/packages/github-action-effects/api/function/tokenpermissioncheckerlive.md +0 -18
  236. package/content/packages/github-action-effects/api/interface/accumulateresult.md +0 -35
  237. package/content/packages/github-action-effects/api/interface/actioncacheteststate.md +0 -26
  238. package/content/packages/github-action-effects/api/interface/actionloggerteststate.md +0 -59
  239. package/content/packages/github-action-effects/api/interface/actionoutputsteststate.md +0 -56
  240. package/content/packages/github-action-effects/api/interface/actionrunoptions.md +0 -28
  241. package/content/packages/github-action-effects/api/interface/actionstateteststate.md +0 -28
  242. package/content/packages/github-action-effects/api/interface/annotationproperties.md +0 -68
  243. package/content/packages/github-action-effects/api/interface/appauth.md +0 -44
  244. package/content/packages/github-action-effects/api/interface/artifactitem.md +0 -44
  245. package/content/packages/github-action-effects/api/interface/artifactteststate.md +0 -38
  246. package/content/packages/github-action-effects/api/interface/attestationlistentry.md +0 -36
  247. package/content/packages/github-action-effects/api/interface/attestationrecord.md +0 -44
  248. package/content/packages/github-action-effects/api/interface/attestinput.md +0 -38
  249. package/content/packages/github-action-effects/api/interface/attestteststate.md +0 -111
  250. package/content/packages/github-action-effects/api/interface/blobstoreteststate.md +0 -26
  251. package/content/packages/github-action-effects/api/interface/botidentity.md +0 -32
  252. package/content/packages/github-action-effects/api/interface/changesetanalyzerteststate.md +0 -32
  253. package/content/packages/github-action-effects/api/interface/checkrunannotation.md +0 -56
  254. package/content/packages/github-action-effects/api/interface/checkrundata.md +0 -50
  255. package/content/packages/github-action-effects/api/interface/checkrunoutput.md +0 -44
  256. package/content/packages/github-action-effects/api/interface/checkrunrecord.md +0 -62
  257. package/content/packages/github-action-effects/api/interface/checkrunteststate.md +0 -32
  258. package/content/packages/github-action-effects/api/interface/commandresponse.md +0 -38
  259. package/content/packages/github-action-effects/api/interface/commentrecord.md +0 -32
  260. package/content/packages/github-action-effects/api/interface/commitcomparison.md +0 -32
  261. package/content/packages/github-action-effects/api/interface/commitdetail.md +0 -28
  262. package/content/packages/github-action-effects/api/interface/commitfile.md +0 -32
  263. package/content/packages/github-action-effects/api/interface/commitsummary.md +0 -38
  264. package/content/packages/github-action-effects/api/interface/configloaderteststate.md +0 -28
  265. package/content/packages/github-action-effects/api/interface/dispatchrecord.md +0 -38
  266. package/content/packages/github-action-effects/api/interface/downloadoptions.md +0 -28
  267. package/content/packages/github-action-effects/api/interface/dryrunresult.md +0 -60
  268. package/content/packages/github-action-effects/api/interface/dryrunteststate.md +0 -26
  269. package/content/packages/github-action-effects/api/interface/execoptions.md +0 -52
  270. package/content/packages/github-action-effects/api/interface/execoutput.md +0 -38
  271. package/content/packages/github-action-effects/api/interface/findby.md +0 -44
  272. package/content/packages/github-action-effects/api/interface/gitbranchteststate.md +0 -26
  273. package/content/packages/github-action-effects/api/interface/gitcommitteststate.md +0 -51
  274. package/content/packages/github-action-effects/api/interface/githubappteststate.md +0 -54
  275. package/content/packages/github-action-effects/api/interface/githubartifactmetadatateststate.md +0 -36
  276. package/content/packages/github-action-effects/api/interface/githubclientteststate.md +0 -47
  277. package/content/packages/github-action-effects/api/interface/githubcommitteststate.md +0 -52
  278. package/content/packages/github-action-effects/api/interface/githubcontentteststate.md +0 -28
  279. package/content/packages/github-action-effects/api/interface/githubgraphqlteststate.md +0 -52
  280. package/content/packages/github-action-effects/api/interface/githubissueteststate.md +0 -53
  281. package/content/packages/github-action-effects/api/interface/githubreleaseteststate.md +0 -52
  282. package/content/packages/github-action-effects/api/interface/gittagteststate.md +0 -41
  283. package/content/packages/github-action-effects/api/interface/globoptions.md +0 -52
  284. package/content/packages/github-action-effects/api/interface/globteststate.md +0 -32
  285. package/content/packages/github-action-effects/api/interface/hashfilesoptions.md +0 -36
  286. package/content/packages/github-action-effects/api/interface/idempotentpublishinput.md +0 -66
  287. package/content/packages/github-action-effects/api/interface/idempotentpublishresult.md +0 -48
  288. package/content/packages/github-action-effects/api/interface/inflightpackage.md +0 -38
  289. package/content/packages/github-action-effects/api/interface/installoptions.md +0 -36
  290. package/content/packages/github-action-effects/api/interface/issuedata.md +0 -60
  291. package/content/packages/github-action-effects/api/interface/npmregistryteststate.md +0 -32
  292. package/content/packages/github-action-effects/api/interface/oidcclaims.md +0 -98
  293. package/content/packages/github-action-effects/api/interface/packagemanageradapterteststate.md +0 -47
  294. package/content/packages/github-action-effects/api/interface/packagepublishteststate.md +0 -121
  295. package/content/packages/github-action-effects/api/interface/packresult.md +0 -84
  296. package/content/packages/github-action-effects/api/interface/polloptions.md +0 -36
  297. package/content/packages/github-action-effects/api/interface/provenanceattestationinput.md +0 -44
  298. package/content/packages/github-action-effects/api/interface/provisionoptions.md +0 -52
  299. package/content/packages/github-action-effects/api/interface/publishtarballresult.md +0 -28
  300. package/content/packages/github-action-effects/api/interface/pullrequestcommentteststate.md +0 -35
  301. package/content/packages/github-action-effects/api/interface/pullrequestfile.md +0 -32
  302. package/content/packages/github-action-effects/api/interface/pullrequestinfo.md +0 -106
  303. package/content/packages/github-action-effects/api/interface/pullrequestlistoptions.md +0 -60
  304. package/content/packages/github-action-effects/api/interface/pullrequestrecord.md +0 -74
  305. package/content/packages/github-action-effects/api/interface/pullrequestteststate.md +0 -54
  306. package/content/packages/github-action-effects/api/interface/ratelimiterteststate.md +0 -44
  307. package/content/packages/github-action-effects/api/interface/registrytarget.md +0 -52
  308. package/content/packages/github-action-effects/api/interface/releaseasset.md +0 -44
  309. package/content/packages/github-action-effects/api/interface/releasedata.md +0 -62
  310. package/content/packages/github-action-effects/api/interface/report_2.md +0 -76
  311. package/content/packages/github-action-effects/api/interface/resilienceoptions.md +0 -52
  312. package/content/packages/github-action-effects/api/interface/resolveddependency.md +0 -44
  313. package/content/packages/github-action-effects/api/interface/restresponse.md +0 -26
  314. package/content/packages/github-action-effects/api/interface/s3blobstoreconfig.md +0 -62
  315. package/content/packages/github-action-effects/api/interface/sbomattestationinput.md +0 -44
  316. package/content/packages/github-action-effects/api/interface/sbomauthor.md +0 -38
  317. package/content/packages/github-action-effects/api/interface/sbomcontact.md +0 -38
  318. package/content/packages/github-action-effects/api/interface/sbominput.md +0 -88
  319. package/content/packages/github-action-effects/api/interface/sbomsupplier.md +0 -44
  320. package/content/packages/github-action-effects/api/interface/sbomteststate.md +0 -52
  321. package/content/packages/github-action-effects/api/interface/sigstoresignerconfig.md +0 -32
  322. package/content/packages/github-action-effects/api/interface/storagerecordinput.md +0 -68
  323. package/content/packages/github-action-effects/api/interface/tagref.md +0 -34
  324. package/content/packages/github-action-effects/api/interface/tokenpermissioncheckerteststate.md +0 -32
  325. package/content/packages/github-action-effects/api/interface/toolinstallerteststate.md +0 -97
  326. package/content/packages/github-action-effects/api/interface/uploadoptions.md +0 -36
  327. package/content/packages/github-action-effects/api/interface/uploadresult.md +0 -32
  328. package/content/packages/github-action-effects/api/interface/workflowdispatchteststate.md +0 -40
  329. package/content/packages/github-action-effects/api/interface/workflowrunstatus.md +0 -32
  330. package/content/packages/github-action-effects/api/interface/workspacedetectorteststate.md +0 -32
  331. package/content/packages/github-action-effects/api/namespace/step.md +0 -16
  332. package/content/packages/github-action-effects/api/type/actionloglevel.md +0 -16
  333. package/content/packages/github-action-effects/api/type/annotationlevel.md +0 -18
  334. package/content/packages/github-action-effects/api/type/bumptype.md +0 -16
  335. package/content/packages/github-action-effects/api/type/capturedoutput.md +0 -16
  336. package/content/packages/github-action-effects/api/type/changeset.md +0 -16
  337. package/content/packages/github-action-effects/api/type/changesetfile.md +0 -16
  338. package/content/packages/github-action-effects/api/type/checklistitem.md +0 -16
  339. package/content/packages/github-action-effects/api/type/checkrunconclusion.md +0 -18
  340. package/content/packages/github-action-effects/api/type/coreservices.md +0 -18
  341. package/content/packages/github-action-effects/api/type/cyclonedxbom.md +0 -18
  342. package/content/packages/github-action-effects/api/type/extrapermission.md +0 -18
  343. package/content/packages/github-action-effects/api/type/filechange.md +0 -16
  344. package/content/packages/github-action-effects/api/type/githubcontext.md +0 -18
  345. package/content/packages/github-action-effects/api/type/installationtoken.md +0 -18
  346. package/content/packages/github-action-effects/api/type/loglevelinput.md +0 -16
  347. package/content/packages/github-action-effects/api/type/npmpackageinfo.md +0 -16
  348. package/content/packages/github-action-effects/api/type/packagemanagerinfo.md +0 -18
  349. package/content/packages/github-action-effects/api/type/packagemanagername.md +0 -18
  350. package/content/packages/github-action-effects/api/type/permissioncheckresult.md +0 -18
  351. package/content/packages/github-action-effects/api/type/permissiongap.md +0 -18
  352. package/content/packages/github-action-effects/api/type/permissionlevel.md +0 -18
  353. package/content/packages/github-action-effects/api/type/ratelimitstatus.md +0 -18
  354. package/content/packages/github-action-effects/api/type/registrytype.md +0 -18
  355. package/content/packages/github-action-effects/api/type/runnercontext.md +0 -18
  356. package/content/packages/github-action-effects/api/type/status.md +0 -16
  357. package/content/packages/github-action-effects/api/type/treeentry.md +0 -16
  358. package/content/packages/github-action-effects/api/type/webhookpayload.md +0 -18
  359. package/content/packages/github-action-effects/api/type/workspaceinfo.md +0 -16
  360. package/content/packages/github-action-effects/api/type/workspacepackage.md +0 -16
  361. package/content/packages/github-action-effects/api/type/workspacetype.md +0 -16
  362. package/content/packages/github-action-effects/api/variable/action.md +0 -41
  363. package/content/packages/github-action-effects/api/variable/actioncachelive.md +0 -18
  364. package/content/packages/github-action-effects/api/variable/actioncachetest.md +0 -29
  365. package/content/packages/github-action-effects/api/variable/actionenvironmentlive.md +0 -16
  366. package/content/packages/github-action-effects/api/variable/actionenvironmenttest.md +0 -21
  367. package/content/packages/github-action-effects/api/variable/actioninput.md +0 -31
  368. package/content/packages/github-action-effects/api/variable/actionloggerlive.md +0 -18
  369. package/content/packages/github-action-effects/api/variable/actionloggertest.md +0 -29
  370. package/content/packages/github-action-effects/api/variable/actionloglevel.md +0 -18
  371. package/content/packages/github-action-effects/api/variable/actionoutputslive.md +0 -16
  372. package/content/packages/github-action-effects/api/variable/actionoutputstest.md +0 -29
  373. package/content/packages/github-action-effects/api/variable/actionsconfigprovider.md +0 -27
  374. package/content/packages/github-action-effects/api/variable/actionslogger.md +0 -18
  375. package/content/packages/github-action-effects/api/variable/actionsruntime.md +0 -36
  376. package/content/packages/github-action-effects/api/variable/actionstatelive.md +0 -16
  377. package/content/packages/github-action-effects/api/variable/actionstatetest.md +0 -29
  378. package/content/packages/github-action-effects/api/variable/artifactlive.md +0 -18
  379. package/content/packages/github-action-effects/api/variable/artifacttest.md +0 -29
  380. package/content/packages/github-action-effects/api/variable/attestlive.md +0 -18
  381. package/content/packages/github-action-effects/api/variable/attesttest.md +0 -21
  382. package/content/packages/github-action-effects/api/variable/automerge.md +0 -21
  383. package/content/packages/github-action-effects/api/variable/blobstoretest.md +0 -21
  384. package/content/packages/github-action-effects/api/variable/bumptype.md +0 -18
  385. package/content/packages/github-action-effects/api/variable/capturedoutput.md +0 -21
  386. package/content/packages/github-action-effects/api/variable/changeset.md +0 -25
  387. package/content/packages/github-action-effects/api/variable/changesetanalyzerlive.md +0 -16
  388. package/content/packages/github-action-effects/api/variable/changesetanalyzertest.md +0 -21
  389. package/content/packages/github-action-effects/api/variable/changesetfile.md +0 -21
  390. package/content/packages/github-action-effects/api/variable/checklistitem.md +0 -21
  391. package/content/packages/github-action-effects/api/variable/checkrunlive.md +0 -16
  392. package/content/packages/github-action-effects/api/variable/checkruntest.md +0 -21
  393. package/content/packages/github-action-effects/api/variable/commandrunnerlive.md +0 -16
  394. package/content/packages/github-action-effects/api/variable/commandrunnertest.md +0 -21
  395. package/content/packages/github-action-effects/api/variable/configloaderlive.md +0 -18
  396. package/content/packages/github-action-effects/api/variable/configloadertest.md +0 -21
  397. package/content/packages/github-action-effects/api/variable/cyclonedx_bom.md +0 -18
  398. package/content/packages/github-action-effects/api/variable/dryruntest.md +0 -24
  399. package/content/packages/github-action-effects/api/variable/erroraccumulator.md +0 -21
  400. package/content/packages/github-action-effects/api/variable/extrapermission.md +0 -21
  401. package/content/packages/github-action-effects/api/variable/filechange.md +0 -24
  402. package/content/packages/github-action-effects/api/variable/filechangecontent.md +0 -21
  403. package/content/packages/github-action-effects/api/variable/filechangedeletion.md +0 -21
  404. package/content/packages/github-action-effects/api/variable/gitbranchlive.md +0 -16
  405. package/content/packages/github-action-effects/api/variable/gitbranchtest.md +0 -21
  406. package/content/packages/github-action-effects/api/variable/gitcommitlive.md +0 -16
  407. package/content/packages/github-action-effects/api/variable/gitcommittest.md +0 -21
  408. package/content/packages/github-action-effects/api/variable/github_build_type.md +0 -18
  409. package/content/packages/github-action-effects/api/variable/githubapplive.md +0 -18
  410. package/content/packages/github-action-effects/api/variable/githubapptest.md +0 -21
  411. package/content/packages/github-action-effects/api/variable/githubartifactmetadatalive.md +0 -18
  412. package/content/packages/github-action-effects/api/variable/githubartifactmetadatatest.md +0 -24
  413. package/content/packages/github-action-effects/api/variable/githubblobstorelive.md +0 -18
  414. package/content/packages/github-action-effects/api/variable/githubclientlive.md +0 -26
  415. package/content/packages/github-action-effects/api/variable/githubclienttest.md +0 -21
  416. package/content/packages/github-action-effects/api/variable/githubcommitlive.md +0 -16
  417. package/content/packages/github-action-effects/api/variable/githubcommittest.md +0 -21
  418. package/content/packages/github-action-effects/api/variable/githubcontentlive.md +0 -16
  419. package/content/packages/github-action-effects/api/variable/githubcontenttest.md +0 -21
  420. package/content/packages/github-action-effects/api/variable/githubcontext.md +0 -35
  421. package/content/packages/github-action-effects/api/variable/githubgraphqllive.md +0 -18
  422. package/content/packages/github-action-effects/api/variable/githubgraphqltest.md +0 -24
  423. package/content/packages/github-action-effects/api/variable/githubissuelive.md +0 -16
  424. package/content/packages/github-action-effects/api/variable/githubissuetest.md +0 -24
  425. package/content/packages/github-action-effects/api/variable/githubmarkdown.md +0 -45
  426. package/content/packages/github-action-effects/api/variable/githubreleaselive.md +0 -16
  427. package/content/packages/github-action-effects/api/variable/githubreleasetest.md +0 -24
  428. package/content/packages/github-action-effects/api/variable/githubtoken.md +0 -27
  429. package/content/packages/github-action-effects/api/variable/gittaglive.md +0 -16
  430. package/content/packages/github-action-effects/api/variable/gittagtest.md +0 -24
  431. package/content/packages/github-action-effects/api/variable/globlive.md +0 -18
  432. package/content/packages/github-action-effects/api/variable/globtest.md +0 -30
  433. package/content/packages/github-action-effects/api/variable/in_toto_payload_type.md +0 -18
  434. package/content/packages/github-action-effects/api/variable/in_toto_statement_v1.md +0 -18
  435. package/content/packages/github-action-effects/api/variable/installationtoken.md +0 -28
  436. package/content/packages/github-action-effects/api/variable/ioutil.md +0 -22
  437. package/content/packages/github-action-effects/api/variable/loglevelinput.md +0 -18
  438. package/content/packages/github-action-effects/api/variable/npmpackageinfo.md +0 -24
  439. package/content/packages/github-action-effects/api/variable/npmregistrylive.md +0 -18
  440. package/content/packages/github-action-effects/api/variable/npmregistrytest.md +0 -21
  441. package/content/packages/github-action-effects/api/variable/octokitauthapplive.md +0 -18
  442. package/content/packages/github-action-effects/api/variable/oidctokenissuerlive.md +0 -18
  443. package/content/packages/github-action-effects/api/variable/oidctokenissuertest.md +0 -18
  444. package/content/packages/github-action-effects/api/variable/packagemanageradapterlive.md +0 -19
  445. package/content/packages/github-action-effects/api/variable/packagemanageradaptertest.md +0 -21
  446. package/content/packages/github-action-effects/api/variable/packagemanagerinfo.md +0 -22
  447. package/content/packages/github-action-effects/api/variable/packagemanagername.md +0 -18
  448. package/content/packages/github-action-effects/api/variable/packagepublishlive.md +0 -19
  449. package/content/packages/github-action-effects/api/variable/packagepublishtest.md +0 -27
  450. package/content/packages/github-action-effects/api/variable/pathutils.md +0 -31
  451. package/content/packages/github-action-effects/api/variable/permissioncheckresult.md +0 -31
  452. package/content/packages/github-action-effects/api/variable/permissiongap.md +0 -22
  453. package/content/packages/github-action-effects/api/variable/permissionlevel.md +0 -18
  454. package/content/packages/github-action-effects/api/variable/pullrequestcommentlive.md +0 -16
  455. package/content/packages/github-action-effects/api/variable/pullrequestcommenttest.md +0 -21
  456. package/content/packages/github-action-effects/api/variable/pullrequestlive.md +0 -16
  457. package/content/packages/github-action-effects/api/variable/pullrequesttest.md +0 -21
  458. package/content/packages/github-action-effects/api/variable/ratelimiterlive.md +0 -18
  459. package/content/packages/github-action-effects/api/variable/ratelimitertest.md +0 -21
  460. package/content/packages/github-action-effects/api/variable/ratelimitstatus.md +0 -23
  461. package/content/packages/github-action-effects/api/variable/reportbuilder.md +0 -33
  462. package/content/packages/github-action-effects/api/variable/runnercontext.md +0 -25
  463. package/content/packages/github-action-effects/api/variable/sbomlive.md +0 -18
  464. package/content/packages/github-action-effects/api/variable/sbomtest.md +0 -21
  465. package/content/packages/github-action-effects/api/variable/semverresolver.md +0 -30
  466. package/content/packages/github-action-effects/api/variable/sigstore_bundle_v0_3_media_type.md +0 -18
  467. package/content/packages/github-action-effects/api/variable/sigstore_oidc_audience.md +0 -18
  468. package/content/packages/github-action-effects/api/variable/sigstoresignerlive.md +0 -18
  469. package/content/packages/github-action-effects/api/variable/sigstoresignertest.md +0 -18
  470. package/content/packages/github-action-effects/api/variable/slsa_provenance_v1.md +0 -18
  471. package/content/packages/github-action-effects/api/variable/spdx_v2_3.md +0 -18
  472. package/content/packages/github-action-effects/api/variable/status.md +0 -18
  473. package/content/packages/github-action-effects/api/variable/tokenpermissioncheckertest.md +0 -21
  474. package/content/packages/github-action-effects/api/variable/toolinstallerlive.md +0 -18
  475. package/content/packages/github-action-effects/api/variable/toolinstallertest.md +0 -21
  476. package/content/packages/github-action-effects/api/variable/treeentry.md +0 -26
  477. package/content/packages/github-action-effects/api/variable/treeentrycontent.md +0 -22
  478. package/content/packages/github-action-effects/api/variable/treeentrydeletion.md +0 -22
  479. package/content/packages/github-action-effects/api/variable/webhookpayload.md +0 -51
  480. package/content/packages/github-action-effects/api/variable/workflowdispatchlive.md +0 -16
  481. package/content/packages/github-action-effects/api/variable/workflowdispatchtest.md +0 -21
  482. package/content/packages/github-action-effects/api/variable/workspacedetectorlive.md +0 -18
  483. package/content/packages/github-action-effects/api/variable/workspacedetectortest.md +0 -21
  484. package/content/packages/github-action-effects/api/variable/workspaceinfo.md +0 -22
  485. package/content/packages/github-action-effects/api/variable/workspacepackage.md +0 -24
  486. package/content/packages/github-action-effects/api/variable/workspacetype.md +0 -18
  487. package/content/packages/github-action-effects/api.md +0 -386
  488. package/content/packages/mcp/resource-taxonomy.md +0 -63
  489. package/content/packages/rspress-builder/api/function/build.md +0 -18
  490. package/content/packages/rspress-builder/api/function/defineplugin.md +0 -18
  491. package/content/packages/rspress-builder/api/interface/rspressbundleoptions.md +0 -28
  492. package/content/packages/rspress-builder/api/interface/rspresspluginoptions.md +0 -76
  493. package/content/packages/rspress-builder/api.md +0 -22
  494. package/content/packages/silk/export-map.md +0 -67
  495. package/content/packages/silk/install-and-setup.md +0 -59
  496. package/content/packages/silk-effects/api/class/analyzedworkspace.md +0 -121
  497. package/content/packages/silk-effects/api/class/biomeschemasync.md +0 -33
  498. package/content/packages/silk-effects/api/class/biomesyncerror.md +0 -41
  499. package/content/packages/silk-effects/api/class/changesetconfig.md +0 -28
  500. package/content/packages/silk-effects/api/class/changesetconfigerror.md +0 -41
  501. package/content/packages/silk-effects/api/class/changesetconfigreader.md +0 -33
  502. package/content/packages/silk-effects/api/class/configdiscovery.md +0 -33
  503. package/content/packages/silk-effects/api/class/confignotfounderror.md +0 -41
  504. package/content/packages/silk-effects/api/class/managedsection.md +0 -18
  505. package/content/packages/silk-effects/api/class/resolvedtool.md +0 -62
  506. package/content/packages/silk-effects/api/class/sectionblock.md +0 -95
  507. package/content/packages/silk-effects/api/class/sectiondefinition.md +0 -104
  508. package/content/packages/silk-effects/api/class/sectionparseerror.md +0 -41
  509. package/content/packages/silk-effects/api/class/sectionvalidationerror.md +0 -41
  510. package/content/packages/silk-effects/api/class/sectionwriteerror.md +0 -41
  511. package/content/packages/silk-effects/api/class/shellsectiondefinition.md +0 -56
  512. package/content/packages/silk-effects/api/class/silkpublishability.md +0 -46
  513. package/content/packages/silk-effects/api/class/silkpublishconfig.md +0 -18
  514. package/content/packages/silk-effects/api/class/silkworkspaceanalyzer.md +0 -33
  515. package/content/packages/silk-effects/api/class/tagformaterror.md +0 -48
  516. package/content/packages/silk-effects/api/class/tagstrategy.md +0 -32
  517. package/content/packages/silk-effects/api/class/toolcommand.md +0 -76
  518. package/content/packages/silk-effects/api/class/tooldefinition.md +0 -73
  519. package/content/packages/silk-effects/api/class/tooldiscovery.md +0 -35
  520. package/content/packages/silk-effects/api/class/toolnotfounderror.md +0 -39
  521. package/content/packages/silk-effects/api/class/toolresolutionerror.md +0 -39
  522. package/content/packages/silk-effects/api/class/toolversionmismatcherror.md +0 -46
  523. package/content/packages/silk-effects/api/class/versioningdetectionerror.md +0 -34
  524. package/content/packages/silk-effects/api/class/versioningstrategy.md +0 -34
  525. package/content/packages/silk-effects/api/class/workspaceanalysis.md +0 -94
  526. package/content/packages/silk-effects/api/class/workspaceanalysiserror.md +0 -41
  527. package/content/packages/silk-effects/api/function/buildschemaurl.md +0 -26
  528. package/content/packages/silk-effects/api/function/extractsemver.md +0 -26
  529. package/content/packages/silk-effects/api/function/readtargetsbinding.md +0 -23
  530. package/content/packages/silk-effects/api/function/savvybasepreamble.md +0 -22
  531. package/content/packages/silk-effects/api/function/savvyhookshygiene.md +0 -22
  532. package/content/packages/silk-effects/api/function/savvytoolsection.md +0 -37
  533. package/content/packages/silk-effects/api/interface/commitlintplugin.md +0 -26
  534. package/content/packages/silk-effects/api/interface/commitlintuserconfig.md +0 -76
  535. package/content/packages/silk-effects/api/interface/promptconfig.md +0 -38
  536. package/content/packages/silk-effects/api/interface/promptsettings.md +0 -32
  537. package/content/packages/silk-effects/api/interface/publishablepackage.md +0 -44
  538. package/content/packages/silk-effects/api/interface/rawpackagejson.md +0 -44
  539. package/content/packages/silk-effects/api/interface/rawpublishconfig.md +0 -44
  540. package/content/packages/silk-effects/api/interface/rawtargetobject.md +0 -44
  541. package/content/packages/silk-effects/api/interface/rulesconfig.md +0 -26
  542. package/content/packages/silk-effects/api/interface/targetbinding.md +0 -52
  543. package/content/packages/silk-effects/api/interface/targetgroupbinding.md +0 -44
  544. package/content/packages/silk-effects/api/interface/targetsbinding.md +0 -32
  545. package/content/packages/silk-effects/api/namespace/changesets.md +0 -16
  546. package/content/packages/silk-effects/api/namespace/commitlint.md +0 -16
  547. package/content/packages/silk-effects/api/namespace/lint.md +0 -16
  548. package/content/packages/silk-effects/api/namespace/turbo.md +0 -16
  549. package/content/packages/silk-effects/api/type/biomesyncoptions.md +0 -16
  550. package/content/packages/silk-effects/api/type/biomesyncresult.md +0 -16
  551. package/content/packages/silk-effects/api/type/changesetconfigfile.md +0 -16
  552. package/content/packages/silk-effects/api/type/changesetmode.md +0 -18
  553. package/content/packages/silk-effects/api/type/checkresult.md +0 -16
  554. package/content/packages/silk-effects/api/type/checkresultdefinition.md +0 -24
  555. package/content/packages/silk-effects/api/type/commentstyle.md +0 -16
  556. package/content/packages/silk-effects/api/type/configdiscoveryoptions.md +0 -16
  557. package/content/packages/silk-effects/api/type/configlocation.md +0 -16
  558. package/content/packages/silk-effects/api/type/configsource.md +0 -16
  559. package/content/packages/silk-effects/api/type/rawpublishtargets.md +0 -18
  560. package/content/packages/silk-effects/api/type/rawtargetvalue.md +0 -18
  561. package/content/packages/silk-effects/api/type/resolutionpolicy.md +0 -16
  562. package/content/packages/silk-effects/api/type/resolutionpolicydefinition.md +0 -23
  563. package/content/packages/silk-effects/api/type/ruleapplicability.md +0 -18
  564. package/content/packages/silk-effects/api/type/ruleconfigtuple.md +0 -18
  565. package/content/packages/silk-effects/api/type/ruleseverity.md +0 -18
  566. package/content/packages/silk-effects/api/type/sectiondiff.md +0 -16
  567. package/content/packages/silk-effects/api/type/sectiondiffdefinition.md +0 -24
  568. package/content/packages/silk-effects/api/type/silkchangesetconfigfile.md +0 -16
  569. package/content/packages/silk-effects/api/type/sourcerequirement.md +0 -16
  570. package/content/packages/silk-effects/api/type/sourcerequirementdefinition.md +0 -23
  571. package/content/packages/silk-effects/api/type/syncresult.md +0 -16
  572. package/content/packages/silk-effects/api/type/syncresultdefinition.md +0 -24
  573. package/content/packages/silk-effects/api/type/tagstrategytype.md +0 -16
  574. package/content/packages/silk-effects/api/type/toolsource.md +0 -16
  575. package/content/packages/silk-effects/api/type/versionextractor.md +0 -16
  576. package/content/packages/silk-effects/api/type/versionextractordefinition.md +0 -28
  577. package/content/packages/silk-effects/api/type/versioningstrategyresult.md +0 -16
  578. package/content/packages/silk-effects/api/type/versioningstrategytype.md +0 -16
  579. package/content/packages/silk-effects/api/variable/biomeschemasynclive.md +0 -18
  580. package/content/packages/silk-effects/api/variable/biomesyncoptions.md +0 -23
  581. package/content/packages/silk-effects/api/variable/biomesyncresult.md +0 -22
  582. package/content/packages/silk-effects/api/variable/changesetconfigfile.md +0 -36
  583. package/content/packages/silk-effects/api/variable/changesetconfiglive.md +0 -18
  584. package/content/packages/silk-effects/api/variable/changesetconfigreaderlive.md +0 -18
  585. package/content/packages/silk-effects/api/variable/checkresult.md +0 -70
  586. package/content/packages/silk-effects/api/variable/commentstyle.md +0 -18
  587. package/content/packages/silk-effects/api/variable/configdiscoverylive.md +0 -18
  588. package/content/packages/silk-effects/api/variable/configdiscoveryoptions.md +0 -21
  589. package/content/packages/silk-effects/api/variable/configlocation.md +0 -21
  590. package/content/packages/silk-effects/api/variable/configsource.md +0 -18
  591. package/content/packages/silk-effects/api/variable/managedsectionlive.md +0 -18
  592. package/content/packages/silk-effects/api/variable/publishabilitydetectoradaptivelive.md +0 -19
  593. package/content/packages/silk-effects/api/variable/resolutionpolicy.md +0 -92
  594. package/content/packages/silk-effects/api/variable/savvybasesection.md +0 -25
  595. package/content/packages/silk-effects/api/variable/savvyhookssection.md +0 -18
  596. package/content/packages/silk-effects/api/variable/sectiondiff.md +0 -70
  597. package/content/packages/silk-effects/api/variable/silkchangesetconfigfile.md +0 -40
  598. package/content/packages/silk-effects/api/variable/silkpublishabilitydetectorlive.md +0 -18
  599. package/content/packages/silk-effects/api/variable/silkworkspaceanalyzerlive.md +0 -20
  600. package/content/packages/silk-effects/api/variable/sourcerequirement.md +0 -92
  601. package/content/packages/silk-effects/api/variable/syncresult.md +0 -81
  602. package/content/packages/silk-effects/api/variable/tagstrategylive.md +0 -18
  603. package/content/packages/silk-effects/api/variable/tagstrategytype.md +0 -18
  604. package/content/packages/silk-effects/api/variable/tooldiscoverylive.md +0 -19
  605. package/content/packages/silk-effects/api/variable/toolsource.md +0 -18
  606. package/content/packages/silk-effects/api/variable/versionextractor.md +0 -99
  607. package/content/packages/silk-effects/api/variable/versioningstrategylive.md +0 -18
  608. package/content/packages/silk-effects/api/variable/versioningstrategyresult.md +0 -22
  609. package/content/packages/silk-effects/api/variable/versioningstrategytype.md +0 -18
  610. package/content/packages/silk-effects/api.md +0 -144
  611. package/content/packages/silk-effects/index.md +0 -76
  612. package/content/packages/silk-effects/managed-section.md +0 -84
  613. package/content/packages/silk-effects/platform-layers.md +0 -94
  614. package/content/packages/templates/api/function/createbiome.md +0 -26
  615. package/content/packages/templates/api/function/createchangeset.md +0 -26
  616. package/content/packages/templates/api/function/creategitignore.md +0 -26
  617. package/content/packages/templates/api/function/createpackagejson.md +0 -26
  618. package/content/packages/templates/api/function/createpnpmworkspace.md +0 -26
  619. package/content/packages/templates/api/function/createreadme.md +0 -26
  620. package/content/packages/templates/api/function/createtsconfig.md +0 -26
  621. package/content/packages/templates/api/function/createturboroot.md +0 -26
  622. package/content/packages/templates/api/function/createturboworkspace.md +0 -26
  623. package/content/packages/templates/api/function/createvscode.md +0 -26
  624. package/content/packages/templates/api/function/createworkspace.md +0 -26
  625. package/content/packages/templates/api/interface/templateentry.md +0 -44
  626. package/content/packages/templates/api/type/biomeoptionstype.md +0 -18
  627. package/content/packages/templates/api/type/changesetoptionstype.md +0 -18
  628. package/content/packages/templates/api/type/gitignoreoptionstype.md +0 -18
  629. package/content/packages/templates/api/type/packagejsonoptionstype.md +0 -18
  630. package/content/packages/templates/api/type/pnpmworkspaceoptionstype.md +0 -18
  631. package/content/packages/templates/api/type/readmeoptionstype.md +0 -18
  632. package/content/packages/templates/api/type/template.md +0 -18
  633. package/content/packages/templates/api/type/tsconfigoptionstype.md +0 -18
  634. package/content/packages/templates/api/type/turborootoptionstype.md +0 -18
  635. package/content/packages/templates/api/type/turboworkspaceoptionstype.md +0 -18
  636. package/content/packages/templates/api/type/updatetemplate.md +0 -18
  637. package/content/packages/templates/api/type/vscodeoptionstype.md +0 -18
  638. package/content/packages/templates/api/type/workspaceoptionstype.md +0 -18
  639. package/content/packages/templates/api/variable/biomeoptions.md +0 -22
  640. package/content/packages/templates/api/variable/changesetoptions.md +0 -29
  641. package/content/packages/templates/api/variable/gitignoreoptions.md +0 -27
  642. package/content/packages/templates/api/variable/packagejsonoptions.md +0 -60
  643. package/content/packages/templates/api/variable/pnpmworkspaceoptions.md +0 -23
  644. package/content/packages/templates/api/variable/readmeoptions.md +0 -21
  645. package/content/packages/templates/api/variable/tsconfigoptions.md +0 -26
  646. package/content/packages/templates/api/variable/turborootoptions.md +0 -25
  647. package/content/packages/templates/api/variable/turboworkspaceoptions.md +0 -20
  648. package/content/packages/templates/api/variable/vscodeoptions.md +0 -25
  649. package/content/packages/templates/api/variable/workspaceoptions.md +0 -33
  650. package/content/packages/templates/api.md +0 -60
  651. package/content/packages/tsdown-plugins/api/class/buildcollector.md +0 -62
  652. package/content/packages/tsdown-plugins/api/class/buildcollectortag.md +0 -16
  653. package/content/packages/tsdown-plugins/api/class/buildreport.md +0 -16
  654. package/content/packages/tsdown-plugins/api/class/configvalidationerror.md +0 -41
  655. package/content/packages/tsdown-plugins/api/class/configvalidator.md +0 -18
  656. package/content/packages/tsdown-plugins/api/class/diagnosticentry.md +0 -18
  657. package/content/packages/tsdown-plugins/api/class/emittedfile.md +0 -18
  658. package/content/packages/tsdown-plugins/api/class/environmentdetector.md +0 -16
  659. package/content/packages/tsdown-plugins/api/class/executorresolver.md +0 -16
  660. package/content/packages/tsdown-plugins/api/class/formatselector.md +0 -16
  661. package/content/packages/tsdown-plugins/api/class/metagenerationerror.md +0 -41
  662. package/content/packages/tsdown-plugins/api/class/outputrenderer.md +0 -16
  663. package/content/packages/tsdown-plugins/api/class/passreport.md +0 -18
  664. package/content/packages/tsdown-plugins/api/class/reporttimings.md +0 -16
  665. package/content/packages/tsdown-plugins/api/class/targetgroupreport.md +0 -16
  666. package/content/packages/tsdown-plugins/api/class/tsconfigresolver.md +0 -84
  667. package/content/packages/tsdown-plugins/api/function/ambientoutname.md +0 -18
  668. package/content/packages/tsdown-plugins/api/function/analyzereexportbarrel.md +0 -18
  669. package/content/packages/tsdown-plugins/api/function/applysubdirmetaentries.md +0 -21
  670. package/content/packages/tsdown-plugins/api/function/assertnoentrycollisions.md +0 -18
  671. package/content/packages/tsdown-plugins/api/function/buildemittedmanifest.md +0 -18
  672. package/content/packages/tsdown-plugins/api/function/buildmetricsplugin.md +0 -18
  673. package/content/packages/tsdown-plugins/api/function/buildresolvedtsconfig.md +0 -18
  674. package/content/packages/tsdown-plugins/api/function/buildtargetgroups.md +0 -18
  675. package/content/packages/tsdown-plugins/api/function/cjsdefaultinterop.md +0 -18
  676. package/content/packages/tsdown-plugins/api/function/classifydtsexport.md +0 -18
  677. package/content/packages/tsdown-plugins/api/function/collectexportnames.md +0 -18
  678. package/content/packages/tsdown-plugins/api/function/computeexefilename.md +0 -18
  679. package/content/packages/tsdown-plugins/api/function/copyambientdts.md +0 -18
  680. package/content/packages/tsdown-plugins/api/function/copypublicdir.md +0 -18
  681. package/content/packages/tsdown-plugins/api/function/createtimer.md +0 -18
  682. package/content/packages/tsdown-plugins/api/function/createtsdownlogger.md +0 -18
  683. package/content/packages/tsdown-plugins/api/function/declarationext.md +0 -18
  684. package/content/packages/tsdown-plugins/api/function/defaultmanifesttransform.md +0 -20
  685. package/content/packages/tsdown-plugins/api/function/deriveexportpaths.md +0 -18
  686. package/content/packages/tsdown-plugins/api/function/derivetargetgroupoptions.md +0 -18
  687. package/content/packages/tsdown-plugins/api/function/emitmanifest.md +0 -18
  688. package/content/packages/tsdown-plugins/api/function/extractambientdts.md +0 -18
  689. package/content/packages/tsdown-plugins/api/function/extractentries.md +0 -16
  690. package/content/packages/tsdown-plugins/api/function/findrelativespecifiers.md +0 -21
  691. package/content/packages/tsdown-plugins/api/function/flattenissues.md +0 -21
  692. package/content/packages/tsdown-plugins/api/function/formattime.md +0 -16
  693. package/content/packages/tsdown-plugins/api/function/generatemeta.md +0 -18
  694. package/content/packages/tsdown-plugins/api/function/istargetobject.md +0 -18
  695. package/content/packages/tsdown-plugins/api/function/mixeddtsexporterror.md +0 -18
  696. package/content/packages/tsdown-plugins/api/function/nodebuiltindefaultinterop.md +0 -18
  697. package/content/packages/tsdown-plugins/api/function/normalizebinpaths.md +0 -18
  698. package/content/packages/tsdown-plugins/api/function/normalizeexeoptions.md +0 -18
  699. package/content/packages/tsdown-plugins/api/function/normalizeloosefiles.md +0 -18
  700. package/content/packages/tsdown-plugins/api/function/normalizemetaoptions.md +0 -21
  701. package/content/packages/tsdown-plugins/api/function/packagejsonentries.md +0 -18
  702. package/content/packages/tsdown-plugins/api/function/readtsconfigjsx.md +0 -18
  703. package/content/packages/tsdown-plugins/api/function/removedeclarationmaps.md +0 -18
  704. package/content/packages/tsdown-plugins/api/function/renderreexportstub.md +0 -22
  705. package/content/packages/tsdown-plugins/api/function/renderreport.md +0 -17
  706. package/content/packages/tsdown-plugins/api/function/resolvejsxconfig.md +0 -18
  707. package/content/packages/tsdown-plugins/api/function/resolvemanifest.md +0 -18
  708. package/content/packages/tsdown-plugins/api/function/resolvenextversions.md +0 -18
  709. package/content/packages/tsdown-plugins/api/function/resolveportabletsconfig.md +0 -27
  710. package/content/packages/tsdown-plugins/api/function/resolvetargets.md +0 -21
  711. package/content/packages/tsdown-plugins/api/function/rewritemetaversions.md +0 -18
  712. package/content/packages/tsdown-plugins/api/function/runexebuild.md +0 -18
  713. package/content/packages/tsdown-plugins/api/function/runmetapass.md +0 -18
  714. package/content/packages/tsdown-plugins/api/function/serializeissues.md +0 -18
  715. package/content/packages/tsdown-plugins/api/function/transformbin.md +0 -18
  716. package/content/packages/tsdown-plugins/api/function/transformexports.md +0 -18
  717. package/content/packages/tsdown-plugins/api/function/transformmanifest.md +0 -18
  718. package/content/packages/tsdown-plugins/api/function/writedtsemittsconfig.md +0 -18
  719. package/content/packages/tsdown-plugins/api/function/writeissuesartifact.md +0 -23
  720. package/content/packages/tsdown-plugins/api/function/writeresolvedtsconfig.md +0 -18
  721. package/content/packages/tsdown-plugins/api/function/writetargetsbinding.md +0 -18
  722. package/content/packages/tsdown-plugins/api/interface/ambientdtsentry.md +0 -38
  723. package/content/packages/tsdown-plugins/api/interface/buildemittedmanifestoptions.md +0 -69
  724. package/content/packages/tsdown-plugins/api/interface/buildgroupspec.md +0 -32
  725. package/content/packages/tsdown-plugins/api/interface/buildissues.md +0 -56
  726. package/content/packages/tsdown-plugins/api/interface/buildtargetgroupsoptions.md +0 -205
  727. package/content/packages/tsdown-plugins/api/interface/copyambientdtsoptions.md +0 -42
  728. package/content/packages/tsdown-plugins/api/interface/cssoptions.md +0 -36
  729. package/content/packages/tsdown-plugins/api/interface/derivedtsdownoptions.md +0 -106
  730. package/content/packages/tsdown-plugins/api/interface/deriveoptions.md +0 -100
  731. package/content/packages/tsdown-plugins/api/interface/diagnosticinput.md +0 -66
  732. package/content/packages/tsdown-plugins/api/interface/emitmanifestoptions.md +0 -71
  733. package/content/packages/tsdown-plugins/api/interface/entryoverride.md +0 -86
  734. package/content/packages/tsdown-plugins/api/interface/execonfig.md +0 -60
  735. package/content/packages/tsdown-plugins/api/interface/exerewrite.md +0 -44
  736. package/content/packages/tsdown-plugins/api/interface/exeseaconfig.md +0 -38
  737. package/content/packages/tsdown-plugins/api/interface/exetarget.md +0 -38
  738. package/content/packages/tsdown-plugins/api/interface/exetargetinput.md +0 -32
  739. package/content/packages/tsdown-plugins/api/interface/extractambientoptions.md +0 -24
  740. package/content/packages/tsdown-plugins/api/interface/extractoptions.md +0 -32
  741. package/content/packages/tsdown-plugins/api/interface/extractresult.md +0 -34
  742. package/content/packages/tsdown-plugins/api/interface/formatter.md +0 -30
  743. package/content/packages/tsdown-plugins/api/interface/formattercontext.md +0 -30
  744. package/content/packages/tsdown-plugins/api/interface/generatemetaoptions.md +0 -124
  745. package/content/packages/tsdown-plugins/api/interface/jsxconfig.md +0 -36
  746. package/content/packages/tsdown-plugins/api/interface/loosefilespec.md +0 -36
  747. package/content/packages/tsdown-plugins/api/interface/metaoptions.md +0 -42
  748. package/content/packages/tsdown-plugins/api/interface/metaresult.md +0 -30
  749. package/content/packages/tsdown-plugins/api/interface/moduleexportnames.md +0 -34
  750. package/content/packages/tsdown-plugins/api/interface/nextversions.md +0 -36
  751. package/content/packages/tsdown-plugins/api/interface/normalizedexe.md +0 -48
  752. package/content/packages/tsdown-plugins/api/interface/normalizedloosefile.md +0 -60
  753. package/content/packages/tsdown-plugins/api/interface/normalizedmeta.md +0 -41
  754. package/content/packages/tsdown-plugins/api/interface/packagejsonentriesoptions.md +0 -34
  755. package/content/packages/tsdown-plugins/api/interface/packagejsonlike.md +0 -30
  756. package/content/packages/tsdown-plugins/api/interface/pkgoscpu.md +0 -32
  757. package/content/packages/tsdown-plugins/api/interface/plaindiagnostic.md +0 -68
  758. package/content/packages/tsdown-plugins/api/interface/portabletsconfig.md +0 -36
  759. package/content/packages/tsdown-plugins/api/interface/publishtargetobject.md +0 -44
  760. package/content/packages/tsdown-plugins/api/interface/reexportbarrelanalysis.md +0 -44
  761. package/content/packages/tsdown-plugins/api/interface/renderedoutput.md +0 -36
  762. package/content/packages/tsdown-plugins/api/interface/renderreportoptions.md +0 -44
  763. package/content/packages/tsdown-plugins/api/interface/resolvedcompileroptions.md +0 -26
  764. package/content/packages/tsdown-plugins/api/interface/resolvedgroup.md +0 -44
  765. package/content/packages/tsdown-plugins/api/interface/resolvedtarget.md +0 -52
  766. package/content/packages/tsdown-plugins/api/interface/resolvedtsconfig.md +0 -36
  767. package/content/packages/tsdown-plugins/api/interface/resolvedtsconfigoptions.md +0 -50
  768. package/content/packages/tsdown-plugins/api/interface/runexebuildoptions.md +0 -74
  769. package/content/packages/tsdown-plugins/api/interface/runmetapassoptions.md +0 -104
  770. package/content/packages/tsdown-plugins/api/interface/targetgroupref.md +0 -38
  771. package/content/packages/tsdown-plugins/api/interface/targetresolution.md +0 -32
  772. package/content/packages/tsdown-plugins/api/interface/timer.md +0 -30
  773. package/content/packages/tsdown-plugins/api/interface/transformmanifestoptions.md +0 -50
  774. package/content/packages/tsdown-plugins/api/interface/tsconfigjsx.md +0 -32
  775. package/content/packages/tsdown-plugins/api/interface/tsdocoptions.md +0 -32
  776. package/content/packages/tsdown-plugins/api/interface/tsdoctagdefinition.md +0 -38
  777. package/content/packages/tsdown-plugins/api/interface/tsdownlogger.md +0 -62
  778. package/content/packages/tsdown-plugins/api/interface/validationinput.md +0 -69
  779. package/content/packages/tsdown-plugins/api/interface/warningsuppressionrule.md +0 -32
  780. package/content/packages/tsdown-plugins/api/type/buildformat.md +0 -18
  781. package/content/packages/tsdown-plugins/api/type/buildplatform.md +0 -18
  782. package/content/packages/tsdown-plugins/api/type/dtsexportclass.md +0 -25
  783. package/content/packages/tsdown-plugins/api/type/dualexports.md +0 -18
  784. package/content/packages/tsdown-plugins/api/type/environment.md +0 -16
  785. package/content/packages/tsdown-plugins/api/type/exebuild.md +0 -18
  786. package/content/packages/tsdown-plugins/api/type/executor.md +0 -16
  787. package/content/packages/tsdown-plugins/api/type/json.md +0 -16
  788. package/content/packages/tsdown-plugins/api/type/loosefiles.md +0 -18
  789. package/content/packages/tsdown-plugins/api/type/outputformat.md +0 -16
  790. package/content/packages/tsdown-plugins/api/type/passkind.md +0 -16
  791. package/content/packages/tsdown-plugins/api/type/publishtargets.md +0 -18
  792. package/content/packages/tsdown-plugins/api/type/publishtargetvalue.md +0 -18
  793. package/content/packages/tsdown-plugins/api/type/targetgroupid.md +0 -18
  794. package/content/packages/tsdown-plugins/api/type/tsdownbuild.md +0 -18
  795. package/content/packages/tsdown-plugins/api/variable/ciannotationsformatter.md +0 -16
  796. package/content/packages/tsdown-plugins/api/variable/configvalidatorlive.md +0 -18
  797. package/content/packages/tsdown-plugins/api/variable/default_exe_node_version.md +0 -18
  798. package/content/packages/tsdown-plugins/api/variable/environmentdetectorlive.md +0 -16
  799. package/content/packages/tsdown-plugins/api/variable/executorresolverlive.md +0 -16
  800. package/content/packages/tsdown-plugins/api/variable/formatselectorlive.md +0 -16
  801. package/content/packages/tsdown-plugins/api/variable/jsonformatter.md +0 -16
  802. package/content/packages/tsdown-plugins/api/variable/markdownformatter.md +0 -16
  803. package/content/packages/tsdown-plugins/api/variable/outputrendererlive.md +0 -16
  804. package/content/packages/tsdown-plugins/api/variable/reportpipelinelive.md +0 -17
  805. package/content/packages/tsdown-plugins/api/variable/silentformatter.md +0 -16
  806. package/content/packages/tsdown-plugins/api/variable/terminalformatter.md +0 -16
  807. package/content/packages/tsdown-plugins/api.md +0 -183
  808. package/content/standards/api-model-pipeline.md +0 -64
  809. package/content/standards/catalog-usage.md +0 -48
  810. package/content/standards/changeset-discipline.md +0 -52
  811. package/content/standards/changeset-format.md +0 -132
  812. package/content/standards/commit-contract.md +0 -58
  813. package/content/standards/dependency-conventions.md +0 -82
  814. package/content/standards/linting-conventions.md +0 -47
  815. package/content/standards/publishability.md +0 -57
  816. package/content/standards/semver.md +0 -51
  817. package/content/standards/test-classification.md +0 -49
  818. package/content/standards/turbo/best-practices.md +0 -76
  819. package/content/standards/turbo/boundaries.md +0 -72
  820. package/content/standards/turbo/ci.md +0 -69
  821. package/content/standards/turbo/environment.md +0 -64
  822. package/content/standards/turbo/filtering.md +0 -72
  823. package/content/standards/turbo/watch.md +0 -64
  824. package/content/tags.json +0 -32
  825. package/resources/catalog.js +0 -29
  826. package/resources/doc-index.js +0 -112
  827. package/resources/index.js +0 -57
  828. package/resources/load.js +0 -38
  829. package/resources/paths.js +0 -23
  830. package/resources/query-log.js +0 -20
  831. package/resources/schema.js +0 -40
  832. package/tools/docs-search.js +0 -59
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/bundler/api/function/build
3
- title: "build — bundler function"
4
- summary: "Sugar front door: define + run in one call, deriving `cwd`/`argv` from process globals. `cwd` is the directory of the entry script (`process.argv[1]`) — the fa…"
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # build
13
-
14
- Sugar front door: define + run in one call, deriving `cwd`/`argv` from process globals. `cwd` is the directory of the entry script (`process.argv[1]`) — the faithful equivalent of the old `import.meta.dirname`, correct even when invoked by an explicit path from another directory. `argv` is `process.argv.slice(2)`, so `--target` and friends are read internally; the package.json [build](silk://packages/bundler/api/function/build) scripts stay `node savvy.build.ts --target <t>`. `overrides` merges last as the test/advanced IO seam (the same injectables as [RunOptions](silk://packages/bundler/api/interface/runoptions)).
15
-
16
- ```ts
17
- function build(input?: BuildConfigInput, overrides?: Partial<RunOptions>): Promise<void>;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/bundler/api/function/definebuild
3
- title: "defineBuild — bundler function"
4
- summary: "Normalize + validate a defineBuild config. Pure when imported; self-runs when entry (see run.ts)."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # defineBuild
13
-
14
- Normalize + validate a [defineBuild](silk://packages/bundler/api/function/definebuild) config. Pure when imported; self-runs when entry (see run.ts).
15
-
16
- ```ts
17
- function defineBuild(input?: BuildConfigInput): BuildConfig;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/bundler/api/function/parseargs
3
- title: "parseArgs — bundler function"
4
- summary: "Parse the build CLI argv into the normalized target/flags shape."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # parseArgs
13
-
14
- Parse the [build](silk://packages/bundler/api/function/build) CLI argv into the normalized target/flags shape.
15
-
16
- ```ts
17
- function parseArgs(argv: ReadonlyArray<string>): ParsedArgs;
18
- ```
@@ -1,18 +0,0 @@
1
- ---
2
- id: packages/bundler/api/function/runbuild
3
- title: "runBuild — bundler function"
4
- summary: "Run a build from a normalized config. Pure orchestration; all IO injectable."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # runBuild
13
-
14
- Run a [build](silk://packages/bundler/api/function/build) from a normalized config. Pure orchestration; all IO injectable.
15
-
16
- ```ts
17
- function runBuild(config: BuildConfig, options: RunOptions): Promise<void>;
18
- ```
@@ -1,147 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/buildconfig
3
- title: "BuildConfig — bundler interface"
4
- summary: "interface BuildConfig from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # BuildConfig
13
-
14
- ```ts
15
- interface BuildConfig
16
- ```
17
-
18
- ## Members
19
-
20
- ### bundle
21
-
22
- ```ts
23
- readonly bundle?: ReadonlyArray<string> | undefined;
24
- ```
25
-
26
- Force-bundle (inline) these packages into the JS output (tsdown `deps.alwaysBundle`). Inverse of `externals`.
27
-
28
- ### bundledPackages
29
-
30
- ```ts
31
- readonly bundledPackages?: ReadonlyArray<string> | undefined;
32
- ```
33
-
34
- External packages whose type declarations are inlined into the bundled dts (the rslib `dtsBundledPackages` equivalent). Only these node_modules packages are rolled into the emitted `.d.ts`; all other deps stay external.
35
-
36
- ### bundleNodeModules
37
-
38
- ```ts
39
- readonly bundleNodeModules?: boolean | undefined;
40
- ```
41
-
42
- Force-bundle node_modules (and workspace) JS dependencies that are not externalized into the package output (rslib parity). Threads tsdown `deps.skipNodeModulesBundle: false` into BOTH the JS output and the bundled declarations — the dts posture tracks the JS posture, inlining node_modules types into the `.d.ts`. Defaults to false.
43
-
44
- ### define
45
-
46
- ```ts
47
- readonly define?: Record<string, string> | undefined;
48
- ```
49
-
50
- Compile-time global replacements forwarded to the [build](silk://packages/bundler/api/function/build) `define` (merged with the auto-version).
51
-
52
- ### devManifest
53
-
54
- ```ts
55
- readonly devManifest: "preserve" | "resolve";
56
- ```
57
-
58
- ### dtsExternals
59
-
60
- ```ts
61
- readonly dtsExternals?: ReadonlyArray<string> | undefined;
62
- ```
63
-
64
- Packages externalized in the dts pass ONLY — referenced via `import` in the emitted `.d.ts` rather than inlined — while the JS pass still bundles them per `bundleNodeModules`. Use when a dependency's types cannot be safely inlined (e.g. effect's cross-module `declare module` augmentations). Declare these as package dependencies so consumers can resolve the emitted type imports.
65
-
66
- ### exe
67
-
68
- ```ts
69
- readonly exe?: ExeConfig | ReadonlyArray<ExeConfig> | undefined;
70
- ```
71
-
72
- ### externals
73
-
74
- ```ts
75
- readonly externals: ReadonlyArray<string>;
76
- ```
77
-
78
- ### format
79
-
80
- ```ts
81
- readonly format?: ReadonlyArray<BuildFormat> | undefined;
82
- ```
83
-
84
- Output module formats forwarded to the tsdown [build](silk://packages/bundler/api/function/build) (esm-only by default; add "cjs" for dual-format).
85
-
86
- ### formats
87
-
88
- ```ts
89
- readonly formats: ReadonlyArray<"esm">;
90
- ```
91
-
92
- ### jsx
93
-
94
- ```ts
95
- readonly jsx?: JsxConfig | undefined;
96
- ```
97
-
98
- ### looseFiles
99
-
100
- ```ts
101
- readonly looseFiles?: LooseFiles | undefined;
102
- ```
103
-
104
- Standalone bundled output files emitted at literal paths, outside the exports/dts/meta graph.
105
-
106
- ### meta
107
-
108
- ```ts
109
- readonly meta?: MetaOptions | false | undefined;
110
- ```
111
-
112
- ### minify
113
-
114
- ```ts
115
- readonly minify?: boolean | undefined;
116
- ```
117
-
118
- Minify prod output (prod groups only; dev is never minified). [defineBuild](silk://packages/bundler/api/function/definebuild) defaults this to false.
119
-
120
- ### output
121
-
122
- ```ts
123
- readonly output?: OutputConfig | undefined;
124
- ```
125
-
126
- ### overrides
127
-
128
- ```ts
129
- readonly overrides?: ReadonlyArray<BuildEntryOverride> | undefined;
130
- ```
131
-
132
- ### plugins
133
-
134
- ```ts
135
- readonly plugins?: ReadonlyArray<Plugin$1> | undefined;
136
- ```
137
-
138
- Custom tsdown/rolldown plugins forwarded to every tsdown run (JS, dts, per-module declarations, looseFiles).
139
-
140
- ### transform
141
-
142
- ```ts
143
- readonly transform?: ((args: {
144
- pkg: Json;
145
- targetGroup: TargetGroupRef;
146
- }) => Json) | undefined;
147
- ```
@@ -1,153 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/buildconfiginput
3
- title: "BuildConfigInput — bundler interface"
4
- summary: "interface BuildConfigInput from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # BuildConfigInput
13
-
14
- ```ts
15
- interface BuildConfigInput
16
- ```
17
-
18
- ## Members
19
-
20
- ### bundle
21
-
22
- ```ts
23
- readonly bundle?: ReadonlyArray<string> | undefined;
24
- ```
25
-
26
- Force-bundle (inline) these packages into the JS output, even ones declared in package.json that would otherwise be auto-externalized. The inverse of `externals`; maps to tsdown `deps.alwaysBundle`. Accepts package names. Use when you declare a dependency for metadata/types but want its code inlined. Declarations are NOT inlined by this option — use `bundledPackages` to also roll a package's types into the emitted `.d.ts`.
27
-
28
- ### bundledPackages
29
-
30
- ```ts
31
- readonly bundledPackages?: ReadonlyArray<string> | undefined;
32
- ```
33
-
34
- External packages whose type declarations are inlined into the bundled dts (the rslib `dtsBundledPackages` equivalent). Only these node_modules packages are rolled into the emitted `.d.ts`; all other deps stay external.
35
-
36
- ### bundleNodeModules
37
-
38
- ```ts
39
- readonly bundleNodeModules?: boolean | undefined;
40
- ```
41
-
42
- Force-bundle node_modules (and workspace) JS dependencies that are not externalized into the package output, restoring the self-contained bundle the rslib builder produced. Threads tsdown `deps.skipNodeModulesBundle: false` into BOTH the JS output and the bundled declarations: the dts posture tracks the JS posture, so node_modules types are inlined into the `.d.ts` and the published package needs no extra declared deps for them. Defaults to false.
43
-
44
- ### define
45
-
46
- ```ts
47
- readonly define?: Record<string, string> | undefined;
48
- ```
49
-
50
- Compile-time global replacements forwarded to the tsdown/rolldown [build](silk://packages/bundler/api/function/build) `define`. Values are inserted VERBATIM, so string literals must be quoted: `{ "process.env.FLAG": JSON.stringify("on") }`. Merged with the auto-injected `process.env.__PACKAGE_VERSION__` define; a user key of the same name wins.
51
-
52
- ### devManifest
53
-
54
- ```ts
55
- readonly devManifest?: "preserve" | "resolve";
56
- ```
57
-
58
- ### dtsExternals
59
-
60
- ```ts
61
- readonly dtsExternals?: ReadonlyArray<string> | undefined;
62
- ```
63
-
64
- Packages externalized in the dts pass ONLY — referenced via `import` in the emitted `.d.ts` rather than inlined — while the JS pass still bundles them per `bundleNodeModules`. Use when a dependency's types cannot be safely inlined, for example effect's cross-module `declare module` augmentations, which inline into conflicting interface-extension errors in consumers. Declare these as package dependencies so consumers can resolve the emitted type imports.
65
-
66
- ### exe
67
-
68
- ```ts
69
- readonly exe?: ExeConfig | ReadonlyArray<ExeConfig> | undefined;
70
- ```
71
-
72
- ### externals
73
-
74
- ```ts
75
- readonly externals?: ReadonlyArray<string>;
76
- ```
77
-
78
- ### format
79
-
80
- ```ts
81
- readonly format?: ReadonlyArray<BuildFormat> | undefined;
82
- ```
83
-
84
- Output module formats forwarded to the tsdown [build](silk://packages/bundler/api/function/build). Defaults to esm-only; add "cjs" for a dual-format esm plus cjs [build](silk://packages/bundler/api/function/build). This is the live field; the legacy "formats" field above is not consumed by the [build](silk://packages/bundler/api/function/build).
85
-
86
- ### formats
87
-
88
- ```ts
89
- readonly formats?: ReadonlyArray<"esm">;
90
- ```
91
-
92
- ### jsx
93
-
94
- ```ts
95
- readonly jsx?: JsxConfig | undefined;
96
- ```
97
-
98
- ### looseFiles
99
-
100
- ```ts
101
- readonly looseFiles?: LooseFiles | undefined;
102
- ```
103
-
104
- Standalone bundled output files emitted at literal paths (e.g. pnpm config-dependency pnpmfiles), outside the exports/dts/meta graph. Keys are literal output filenames; values are a source path (bare string) or `{ source, format }`. Format is inferred from a `.mjs`/`.cjs` key and required for an ambiguous `.js` key. Pair with `bundleNodeModules` to make each file self-contained.
105
-
106
- ### meta
107
-
108
- ```ts
109
- readonly meta?: MetaOptions | false;
110
- ```
111
-
112
- API-model (meta) generation. Tri-state: omit it (or `undefined`) to generate with DEFAULT options; `--target prod` emits the meta release asset for every prod group and copies the canonical group's bundle into `localPaths`. Pass an object to override defaults (`localPaths`, `tsdoc`, `optimistic`). Pass `false` to opt OUT (the prod meta asset becomes a no-op). NOTE: `--target meta` is deprecated and now a no-op; meta is a function of `--target prod`.
113
-
114
- ### minify
115
-
116
- ```ts
117
- readonly minify?: boolean | undefined;
118
- ```
119
-
120
- Minify the prod [build](silk://packages/bundler/api/function/build) output. Applies ONLY to prod target groups (dev is never minified) and defaults to false: this builder targets Node libraries, where readable output matters more than bundle size — minified/obfuscated code trips security/SCA scanners and degrades stack traces. Set true to opt back in.
121
-
122
- ### output
123
-
124
- ```ts
125
- readonly output?: OutputConfig;
126
- ```
127
-
128
- ### overrides
129
-
130
- ```ts
131
- readonly overrides?: ReadonlyArray<BuildEntryOverride> | undefined;
132
- ```
133
-
134
- Per-entry format/bundling overrides. Each group pins its `entries` (export paths) to its own format and bundling, layered onto the base [build](silk://packages/bundler/api/function/build). Use to keep one entry CJS in an otherwise ESM-only package (e.g. silk's `./changesets/markdownlint`).
135
-
136
- ### plugins
137
-
138
- ```ts
139
- readonly plugins?: ReadonlyArray<Plugin$1> | undefined;
140
- ```
141
-
142
- Custom tsdown/rolldown plugins forwarded to EVERY tsdown run the [build](silk://packages/bundler/api/function/build) performs — the JS pass, the dts pass, the per-module declarations pass, and each looseFiles pass. Use for [build](silk://packages/bundler/api/function/build)-time codegen / virtual modules (e.g. a pnpm config-dependency plugin). Plugins run after the builder's internal interop plugins and before its metrics instrumentation.
143
-
144
- ### transform
145
-
146
- ```ts
147
- readonly transform?: (args: {
148
- pkg: Json;
149
- targetGroup: TargetGroupRef;
150
- }) => Json;
151
- ```
152
-
153
- Final mutation of the emitted package.json, run after the declarative `publishConfig.targets` rename. Defaults to `defaultManifestTransform`, which strips [build](silk://packages/bundler/api/function/build)/dev-only fields (devDependencies, scripts, publishConfig, etc.). Supplying your own REPLACES that default — import and call `defaultManifestTransform` from it if you still want the stripping.
@@ -1,86 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/buildentryoverride
3
- title: "BuildEntryOverride — bundler interface"
4
- summary: "interface BuildEntryOverride from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # BuildEntryOverride
13
-
14
- ```ts
15
- interface BuildEntryOverride
16
- ```
17
-
18
- ## Members
19
-
20
- ### bundle
21
-
22
- ```ts
23
- readonly bundle?: ReadonlyArray<string> | undefined;
24
- ```
25
-
26
- ### bundledPackages
27
-
28
- ```ts
29
- readonly bundledPackages?: ReadonlyArray<string> | undefined;
30
- ```
31
-
32
- ### bundleNodeModules
33
-
34
- ```ts
35
- readonly bundleNodeModules?: boolean | undefined;
36
- ```
37
-
38
- ### css
39
-
40
- ```ts
41
- readonly css?: CssOptions | undefined;
42
- ```
43
-
44
- CSS handling forwarded to tsdown's `css` option (JS pass only). Enables `@tsdown/css`.
45
-
46
- ### dtsExternals
47
-
48
- ```ts
49
- readonly dtsExternals?: ReadonlyArray<string> | undefined;
50
- ```
51
-
52
- ### entries
53
-
54
- ```ts
55
- readonly entries: ReadonlyArray<string>;
56
- ```
57
-
58
- Export paths to pin to this partition, e.g. "./changesets/markdownlint" (or "." for root).
59
-
60
- ### externals
61
-
62
- ```ts
63
- readonly externals?: ReadonlyArray<string> | undefined;
64
- ```
65
-
66
- ### format
67
-
68
- ```ts
69
- readonly format?: ReadonlyArray<BuildFormat> | undefined;
70
- ```
71
-
72
- ### outSubdir
73
-
74
- ```ts
75
- readonly outSubdir?: string | undefined;
76
- ```
77
-
78
- Build this entry's partition into a `<group>/pkg/<outSubdir>/` subdir as an isolated sub-package (e.g. an RSPress `./runtime`). The export's built path becomes `./<outSubdir>/index.{js,d.ts}`. Exactly ONE export path may be pinned per `outSubdir` override.
79
-
80
- ### platform
81
-
82
- ```ts
83
- readonly platform?: BuildPlatform | undefined;
84
- ```
85
-
86
- JS-pass platform for this partition (default "node"). Use "browser" for an RSPress runtime.
@@ -1,34 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/outputconfig
3
- title: "OutputConfig — bundler interface"
4
- summary: "interface OutputConfig from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # OutputConfig
13
-
14
- ```ts
15
- interface OutputConfig
16
- ```
17
-
18
- ## Members
19
-
20
- ### console
21
-
22
- ```ts
23
- readonly console?: {
24
- readonly human?: boolean;
25
- readonly agent?: boolean;
26
- readonly ci?: boolean;
27
- };
28
- ```
29
-
30
- ### format
31
-
32
- ```ts
33
- readonly format?: "terminal" | "json" | "markdown" | "ci-annotations" | "silent";
34
- ```
@@ -1,44 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/parsedargs
3
- title: "ParsedArgs — bundler interface"
4
- summary: "interface ParsedArgs from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # ParsedArgs
13
-
14
- ```ts
15
- interface ParsedArgs
16
- ```
17
-
18
- ## Members
19
-
20
- ### noExe
21
-
22
- ```ts
23
- readonly noExe: boolean;
24
- ```
25
-
26
- Skip the SEA compile step of a dev/prod [build](silk://packages/bundler/api/function/build) (the manifest is still programmed). Used by `prepare`.
27
-
28
- ### target
29
-
30
- ```ts
31
- readonly target: "dev" | "prod" | "meta" | "exe";
32
- ```
33
-
34
- ### verbose
35
-
36
- ```ts
37
- readonly verbose: boolean;
38
- ```
39
-
40
- ### watch
41
-
42
- ```ts
43
- readonly watch: boolean;
44
- ```
@@ -1,158 +0,0 @@
1
- ---
2
- id: packages/bundler/api/interface/runoptions
3
- title: "RunOptions — bundler interface"
4
- summary: "interface RunOptions from @savvy-web/bundler."
5
- tier: packages
6
- source: generated
7
- tags: [bundler, api]
8
- priority: 0.3
9
- related: []
10
- ---
11
-
12
- # RunOptions
13
-
14
- ```ts
15
- interface RunOptions
16
- ```
17
-
18
- ## Members
19
-
20
- ### argv
21
-
22
- ```ts
23
- readonly argv: ReadonlyArray<string>;
24
- ```
25
-
26
- ### buildTargetGroups
27
-
28
- ```ts
29
- readonly buildTargetGroups?: (o: BuildTargetGroupsOptions) => Promise<void>;
30
- ```
31
-
32
- Injectable for tests.
33
-
34
- ### copyAmbientDts
35
-
36
- ```ts
37
- readonly copyAmbientDts?: ((o: CopyAmbientDtsOptions) => void) | undefined;
38
- ```
39
-
40
- Injectable ambient-.d.ts copier (defaults to copyAmbientDts).
41
-
42
- ### cwd
43
-
44
- ```ts
45
- readonly cwd: string;
46
- ```
47
-
48
- ### generateMeta
49
-
50
- ```ts
51
- readonly generateMeta?: (o: GenerateMetaOptions) => Promise<MetaResult>;
52
- ```
53
-
54
- Injectable for tests.
55
-
56
- ### readExports
57
-
58
- ```ts
59
- readonly readExports?: () => Record<string, string> | undefined;
60
- ```
61
-
62
- Injectable for tests: returns the package.json `exports` map.
63
-
64
- ### readOsCpu
65
-
66
- ```ts
67
- readonly readOsCpu?: (() => {
68
- os: ReadonlyArray<string>;
69
- cpu: ReadonlyArray<string>;
70
- }) | undefined;
71
- ```
72
-
73
- Injectable for tests: returns the package os/cpu arrays.
74
-
75
- ### readPackageName
76
-
77
- ```ts
78
- readonly readPackageName?: () => string;
79
- ```
80
-
81
- Injectable for tests: returns the package name.
82
-
83
- ### readPublishTargets
84
-
85
- ```ts
86
- readonly readPublishTargets?: (() => PublishTargets | undefined) | undefined;
87
- ```
88
-
89
- Injectable for tests: returns package.json publishConfig.targets, or undefined.
90
-
91
- ### readTsconfigJsx
92
-
93
- ```ts
94
- readonly readTsconfigJsx?: (() => TsconfigJsx) | undefined;
95
- ```
96
-
97
- Injectable for tests: reads the jsx-relevant tsconfig compilerOptions slice.
98
-
99
- ### readVersion
100
-
101
- ```ts
102
- readonly readVersion?: () => string;
103
- ```
104
-
105
- Injectable for tests: returns the package version string.
106
-
107
- ### resolveNextVersions
108
-
109
- ```ts
110
- readonly resolveNextVersions?: ((cwd: string) => Promise<NextVersions>) | undefined;
111
- ```
112
-
113
- Injectable for tests: resolves next release versions for the optimistic meta rewrite.
114
-
115
- ### runExeBuild
116
-
117
- ```ts
118
- readonly runExeBuild?: ((o: RunExeBuildOptions) => Promise<void>) | undefined;
119
- ```
120
-
121
- Injectable for tests.
122
-
123
- ### writeIssues
124
-
125
- ```ts
126
- readonly writeIssues?: (opts: {
127
- cwd: string;
128
- target: "dev" | "prod";
129
- reports: ReadonlyArray<BuildReport>;
130
- now?: () => Date;
131
- }) => string | undefined;
132
- ```
133
-
134
- Injectable issues-artifact writer (defaults to writeIssuesArtifact).
135
-
136
- ### writeOutput
137
-
138
- ```ts
139
- readonly writeOutput?: (output: RenderedOutput) => void;
140
- ```
141
-
142
- Injectable for tests: consumes rendered output (defaults to process.stdout.write).
143
-
144
- ### writeTargetsBinding
145
-
146
- ```ts
147
- readonly writeTargetsBinding?: ((cwd: string, resolution: TargetResolution) => string) | undefined;
148
- ```
149
-
150
- Injectable for tests: writes the target binding artifact.
151
-
152
- ### writeTsconfig
153
-
154
- ```ts
155
- readonly writeTsconfig?: (cwd: string) => string;
156
- ```
157
-
158
- Injectable for tests: writes the resolved tsconfig and returns its path (defaults to writeResolvedTsconfig, which writes to the OS temp dir).