@intentius/chant-lexicon-github 0.7.0 → 0.8.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 (232) hide show
  1. package/dist/codegen/docs-cli.d.ts +2 -0
  2. package/dist/codegen/docs-cli.d.ts.map +1 -0
  3. package/dist/codegen/docs.d.ts +10 -0
  4. package/dist/codegen/docs.d.ts.map +1 -0
  5. package/dist/codegen/generate-cli.d.ts +6 -0
  6. package/dist/codegen/generate-cli.d.ts.map +1 -0
  7. package/dist/codegen/generate-lexicon.d.ts +19 -0
  8. package/dist/codegen/generate-lexicon.d.ts.map +1 -0
  9. package/dist/codegen/generate-typescript.d.ts +11 -0
  10. package/dist/codegen/generate-typescript.d.ts.map +1 -0
  11. package/dist/codegen/generate.d.ts +15 -0
  12. package/dist/codegen/generate.d.ts.map +1 -0
  13. package/dist/codegen/naming.d.ts +13 -0
  14. package/dist/codegen/naming.d.ts.map +1 -0
  15. package/dist/codegen/package.d.ts +10 -0
  16. package/dist/codegen/package.d.ts.map +1 -0
  17. package/dist/codegen/parse.d.ts +56 -0
  18. package/dist/codegen/parse.d.ts.map +1 -0
  19. package/dist/codegen/patches.d.ts +21 -0
  20. package/dist/codegen/patches.d.ts.map +1 -0
  21. package/dist/composites/cache.d.ts +11 -0
  22. package/dist/composites/cache.d.ts.map +1 -0
  23. package/dist/composites/checkout.d.ts +14 -0
  24. package/dist/composites/checkout.d.ts.map +1 -0
  25. package/dist/composites/dependabot.d.ts +74 -0
  26. package/dist/composites/dependabot.d.ts.map +1 -0
  27. package/dist/composites/deploy-environment.d.ts +23 -0
  28. package/dist/composites/deploy-environment.d.ts.map +1 -0
  29. package/dist/composites/docker-build.d.ts +29 -0
  30. package/dist/composites/docker-build.d.ts.map +1 -0
  31. package/dist/composites/download-artifact.d.ts +11 -0
  32. package/dist/composites/download-artifact.d.ts.map +1 -0
  33. package/dist/composites/go-ci.d.ts +21 -0
  34. package/dist/composites/go-ci.d.ts.map +1 -0
  35. package/dist/composites/index.d.ts +29 -0
  36. package/dist/composites/index.d.ts.map +1 -0
  37. package/dist/composites/node-ci.d.ts +14 -0
  38. package/dist/composites/node-ci.d.ts.map +1 -0
  39. package/dist/composites/node-pipeline.d.ts +79 -0
  40. package/dist/composites/node-pipeline.d.ts.map +1 -0
  41. package/dist/composites/python-ci.d.ts +22 -0
  42. package/dist/composites/python-ci.d.ts.map +1 -0
  43. package/dist/composites/setup-go.d.ts +11 -0
  44. package/dist/composites/setup-go.d.ts.map +1 -0
  45. package/dist/composites/setup-node.d.ts +12 -0
  46. package/dist/composites/setup-node.d.ts.map +1 -0
  47. package/dist/composites/setup-python.d.ts +11 -0
  48. package/dist/composites/setup-python.d.ts.map +1 -0
  49. package/dist/composites/upload-artifact.d.ts +12 -0
  50. package/dist/composites/upload-artifact.d.ts.map +1 -0
  51. package/dist/coverage.d.ts +15 -0
  52. package/dist/coverage.d.ts.map +1 -0
  53. package/dist/expression.d.ts +107 -0
  54. package/dist/expression.d.ts.map +1 -0
  55. package/dist/generated/index.d.ts +24 -0
  56. package/dist/generated/index.d.ts.map +1 -0
  57. package/dist/generated/runtime.d.ts +5 -0
  58. package/dist/generated/runtime.d.ts.map +1 -0
  59. package/dist/import/generator.d.ts +19 -0
  60. package/dist/import/generator.d.ts.map +1 -0
  61. package/dist/import/parser.d.ts +13 -0
  62. package/dist/import/parser.d.ts.map +1 -0
  63. package/dist/index.d.ts +14 -0
  64. package/dist/index.d.ts.map +1 -0
  65. package/dist/integrity.json +2 -2
  66. package/dist/lint/post-synth/gha006.d.ts +8 -0
  67. package/dist/lint/post-synth/gha006.d.ts.map +1 -0
  68. package/dist/lint/post-synth/gha009.d.ts +8 -0
  69. package/dist/lint/post-synth/gha009.d.ts.map +1 -0
  70. package/dist/lint/post-synth/gha011.d.ts +8 -0
  71. package/dist/lint/post-synth/gha011.d.ts.map +1 -0
  72. package/dist/lint/post-synth/gha013.d.ts +9 -0
  73. package/dist/lint/post-synth/gha013.d.ts.map +1 -0
  74. package/dist/lint/post-synth/gha017.d.ts +8 -0
  75. package/dist/lint/post-synth/gha017.d.ts.map +1 -0
  76. package/dist/lint/post-synth/gha018.d.ts +9 -0
  77. package/dist/lint/post-synth/gha018.d.ts.map +1 -0
  78. package/dist/lint/post-synth/gha019.d.ts +9 -0
  79. package/dist/lint/post-synth/gha019.d.ts.map +1 -0
  80. package/dist/lint/post-synth/gha021.d.ts +9 -0
  81. package/dist/lint/post-synth/gha021.d.ts.map +1 -0
  82. package/dist/lint/post-synth/gha022.d.ts +9 -0
  83. package/dist/lint/post-synth/gha022.d.ts.map +1 -0
  84. package/dist/lint/post-synth/gha023.d.ts +9 -0
  85. package/dist/lint/post-synth/gha023.d.ts.map +1 -0
  86. package/dist/lint/post-synth/gha024.d.ts +9 -0
  87. package/dist/lint/post-synth/gha024.d.ts.map +1 -0
  88. package/dist/lint/post-synth/gha025.d.ts +9 -0
  89. package/dist/lint/post-synth/gha025.d.ts.map +1 -0
  90. package/dist/lint/post-synth/gha026.d.ts +10 -0
  91. package/dist/lint/post-synth/gha026.d.ts.map +1 -0
  92. package/dist/lint/post-synth/gha027.d.ts +10 -0
  93. package/dist/lint/post-synth/gha027.d.ts.map +1 -0
  94. package/dist/lint/post-synth/gha028.d.ts +9 -0
  95. package/dist/lint/post-synth/gha028.d.ts.map +1 -0
  96. package/dist/lint/post-synth/gha029.d.ts +25 -0
  97. package/dist/lint/post-synth/gha029.d.ts.map +1 -0
  98. package/dist/lint/post-synth/gha030.d.ts +10 -0
  99. package/dist/lint/post-synth/gha030.d.ts.map +1 -0
  100. package/dist/lint/post-synth/gha031.d.ts +15 -0
  101. package/dist/lint/post-synth/gha031.d.ts.map +1 -0
  102. package/dist/lint/post-synth/gha032.d.ts +10 -0
  103. package/dist/lint/post-synth/gha032.d.ts.map +1 -0
  104. package/dist/lint/post-synth/gha033.d.ts +10 -0
  105. package/dist/lint/post-synth/gha033.d.ts.map +1 -0
  106. package/dist/lint/post-synth/gha034.d.ts +12 -0
  107. package/dist/lint/post-synth/gha034.d.ts.map +1 -0
  108. package/dist/lint/post-synth/gha035.d.ts +13 -0
  109. package/dist/lint/post-synth/gha035.d.ts.map +1 -0
  110. package/dist/lint/post-synth/gha036.d.ts +12 -0
  111. package/dist/lint/post-synth/gha036.d.ts.map +1 -0
  112. package/dist/lint/post-synth/gha037.d.ts +12 -0
  113. package/dist/lint/post-synth/gha037.d.ts.map +1 -0
  114. package/dist/lint/post-synth/gha038.d.ts +11 -0
  115. package/dist/lint/post-synth/gha038.d.ts.map +1 -0
  116. package/dist/lint/post-synth/gha039.d.ts +12 -0
  117. package/dist/lint/post-synth/gha039.d.ts.map +1 -0
  118. package/dist/lint/post-synth/gha040.d.ts +11 -0
  119. package/dist/lint/post-synth/gha040.d.ts.map +1 -0
  120. package/dist/lint/post-synth/gha041.d.ts +10 -0
  121. package/dist/lint/post-synth/gha041.d.ts.map +1 -0
  122. package/dist/lint/post-synth/gha042.d.ts +10 -0
  123. package/dist/lint/post-synth/gha042.d.ts.map +1 -0
  124. package/dist/lint/post-synth/gha043.d.ts +12 -0
  125. package/dist/lint/post-synth/gha043.d.ts.map +1 -0
  126. package/dist/lint/post-synth/gha044.d.ts +10 -0
  127. package/dist/lint/post-synth/gha044.d.ts.map +1 -0
  128. package/dist/lint/post-synth/gha045.d.ts +12 -0
  129. package/dist/lint/post-synth/gha045.d.ts.map +1 -0
  130. package/dist/lint/post-synth/gha046.d.ts +13 -0
  131. package/dist/lint/post-synth/gha046.d.ts.map +1 -0
  132. package/dist/lint/post-synth/gha047.d.ts +12 -0
  133. package/dist/lint/post-synth/gha047.d.ts.map +1 -0
  134. package/dist/lint/post-synth/gha048.d.ts +12 -0
  135. package/dist/lint/post-synth/gha048.d.ts.map +1 -0
  136. package/dist/lint/post-synth/gha049.d.ts +12 -0
  137. package/dist/lint/post-synth/gha049.d.ts.map +1 -0
  138. package/dist/lint/post-synth/gha050.d.ts +12 -0
  139. package/dist/lint/post-synth/gha050.d.ts.map +1 -0
  140. package/dist/lint/post-synth/gha051.d.ts +12 -0
  141. package/dist/lint/post-synth/gha051.d.ts.map +1 -0
  142. package/dist/lint/post-synth/gha052.d.ts +11 -0
  143. package/dist/lint/post-synth/gha052.d.ts.map +1 -0
  144. package/dist/lint/post-synth/gha053.d.ts +11 -0
  145. package/dist/lint/post-synth/gha053.d.ts.map +1 -0
  146. package/dist/lint/post-synth/gha054.d.ts +11 -0
  147. package/dist/lint/post-synth/gha054.d.ts.map +1 -0
  148. package/dist/lint/post-synth/gha055.d.ts +11 -0
  149. package/dist/lint/post-synth/gha055.d.ts.map +1 -0
  150. package/dist/lint/post-synth/gha056.d.ts +10 -0
  151. package/dist/lint/post-synth/gha056.d.ts.map +1 -0
  152. package/dist/lint/post-synth/gha057.d.ts +12 -0
  153. package/dist/lint/post-synth/gha057.d.ts.map +1 -0
  154. package/dist/lint/post-synth/gha058.d.ts +12 -0
  155. package/dist/lint/post-synth/gha058.d.ts.map +1 -0
  156. package/dist/lint/post-synth/index.d.ts +3 -0
  157. package/dist/lint/post-synth/index.d.ts.map +1 -0
  158. package/dist/lint/post-synth/yaml-helpers.d.ts +143 -0
  159. package/dist/lint/post-synth/yaml-helpers.d.ts.map +1 -0
  160. package/dist/lint/rules/data/deprecated-versions.d.ts +8 -0
  161. package/dist/lint/rules/data/deprecated-versions.d.ts.map +1 -0
  162. package/dist/lint/rules/data/flagged-actions.d.ts +19 -0
  163. package/dist/lint/rules/data/flagged-actions.d.ts.map +1 -0
  164. package/dist/lint/rules/data/known-action-slugs.d.ts +13 -0
  165. package/dist/lint/rules/data/known-action-slugs.d.ts.map +1 -0
  166. package/dist/lint/rules/data/known-actions.d.ts +8 -0
  167. package/dist/lint/rules/data/known-actions.d.ts.map +1 -0
  168. package/dist/lint/rules/data/preinstalled-tools.d.ts +11 -0
  169. package/dist/lint/rules/data/preinstalled-tools.d.ts.map +1 -0
  170. package/dist/lint/rules/data/recommended-inputs.d.ts +6 -0
  171. package/dist/lint/rules/data/recommended-inputs.d.ts.map +1 -0
  172. package/dist/lint/rules/data/risky-features.d.ts +18 -0
  173. package/dist/lint/rules/data/risky-features.d.ts.map +1 -0
  174. package/dist/lint/rules/data/secret-patterns.d.ts +8 -0
  175. package/dist/lint/rules/data/secret-patterns.d.ts.map +1 -0
  176. package/dist/lint/rules/data/trusted-action-owners.d.ts +13 -0
  177. package/dist/lint/rules/data/trusted-action-owners.d.ts.map +1 -0
  178. package/dist/lint/rules/data/untrusted-contexts.d.ts +19 -0
  179. package/dist/lint/rules/data/untrusted-contexts.d.ts.map +1 -0
  180. package/dist/lint/rules/deprecated-action-version.d.ts +8 -0
  181. package/dist/lint/rules/deprecated-action-version.d.ts.map +1 -0
  182. package/dist/lint/rules/detect-secrets.d.ts +9 -0
  183. package/dist/lint/rules/detect-secrets.d.ts.map +1 -0
  184. package/dist/lint/rules/extract-inline-structs.d.ts +8 -0
  185. package/dist/lint/rules/extract-inline-structs.d.ts.map +1 -0
  186. package/dist/lint/rules/file-job-limit.d.ts +8 -0
  187. package/dist/lint/rules/file-job-limit.d.ts.map +1 -0
  188. package/dist/lint/rules/index.d.ts +17 -0
  189. package/dist/lint/rules/index.d.ts.map +1 -0
  190. package/dist/lint/rules/job-timeout.d.ts +8 -0
  191. package/dist/lint/rules/job-timeout.d.ts.map +1 -0
  192. package/dist/lint/rules/missing-recommended-inputs.d.ts +8 -0
  193. package/dist/lint/rules/missing-recommended-inputs.d.ts.map +1 -0
  194. package/dist/lint/rules/no-hardcoded-secrets.d.ts +8 -0
  195. package/dist/lint/rules/no-hardcoded-secrets.d.ts.map +1 -0
  196. package/dist/lint/rules/no-raw-expressions.d.ts +8 -0
  197. package/dist/lint/rules/no-raw-expressions.d.ts.map +1 -0
  198. package/dist/lint/rules/suggest-cache.d.ts +8 -0
  199. package/dist/lint/rules/suggest-cache.d.ts.map +1 -0
  200. package/dist/lint/rules/use-condition-builders.d.ts +9 -0
  201. package/dist/lint/rules/use-condition-builders.d.ts.map +1 -0
  202. package/dist/lint/rules/use-matrix-builder.d.ts +9 -0
  203. package/dist/lint/rules/use-matrix-builder.d.ts.map +1 -0
  204. package/dist/lint/rules/use-typed-actions.d.ts +8 -0
  205. package/dist/lint/rules/use-typed-actions.d.ts.map +1 -0
  206. package/dist/lint/rules/validate-concurrency.d.ts +8 -0
  207. package/dist/lint/rules/validate-concurrency.d.ts.map +1 -0
  208. package/dist/lsp/completions.d.ts +6 -0
  209. package/dist/lsp/completions.d.ts.map +1 -0
  210. package/dist/lsp/hover.d.ts +6 -0
  211. package/dist/lsp/hover.d.ts.map +1 -0
  212. package/dist/manifest.json +1 -1
  213. package/dist/mcp/context-tools.d.ts +19 -0
  214. package/dist/mcp/context-tools.d.ts.map +1 -0
  215. package/dist/package-cli.d.ts +3 -0
  216. package/dist/package-cli.d.ts.map +1 -0
  217. package/dist/plugin.d.ts +9 -0
  218. package/dist/plugin.d.ts.map +1 -0
  219. package/dist/serializer.d.ts +13 -0
  220. package/dist/serializer.d.ts.map +1 -0
  221. package/dist/spec/fetch.d.ts +26 -0
  222. package/dist/spec/fetch.d.ts.map +1 -0
  223. package/dist/validate-cli.d.ts +3 -0
  224. package/dist/validate-cli.d.ts.map +1 -0
  225. package/dist/validate.d.ts +12 -0
  226. package/dist/validate.d.ts.map +1 -0
  227. package/dist/variables.d.ts +42 -0
  228. package/dist/variables.d.ts.map +1 -0
  229. package/package.json +19 -5
  230. package/src/lint/post-synth/index.ts +95 -0
  231. package/src/mcp/context-tools.ts +2 -5
  232. package/src/plugin.ts +2 -3
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Vendored snapshot of action `owner/repo` slugs that are archived/abandoned or
3
+ * carry a disclosed security issue. Used by GHA032.
4
+ *
5
+ * Advisory only, and necessarily incomplete. Refresh source: GitHub Security
6
+ * Advisories (GHSA), CVE feeds, and upstream "archived" repo status. Accept
7
+ * staleness — regenerate periodically by editing this map. A missing entry only
8
+ * means a known-bad upstream goes unflagged; it never blocks a build.
9
+ *
10
+ * Keep entries factual and dated so the advice stays actionable.
11
+ */
12
+ export interface FlaggedAction {
13
+ /** Why the upstream is flagged. */
14
+ reason: string;
15
+ /** What to do instead. */
16
+ remediation: string;
17
+ }
18
+ export declare const FLAGGED_ACTIONS: Readonly<Record<string, FlaggedAction>>;
19
+ //# sourceMappingURL=flagged-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flagged-actions.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/flagged-actions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,MAAM,WAAW,aAAa;IAC5B,mCAAmC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,0BAA0B;IAC1B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAiBnE,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Vendored snapshot of widely-used GitHub Action `owner/repo` slugs.
3
+ *
4
+ * Used by the look-alike check (GHA031) as the reference set: a `uses:` slug
5
+ * that is a near-miss (edit distance 1–2) of one of these — but not an exact
6
+ * match — is likely a typo or an impersonation of the popular action.
7
+ *
8
+ * Advisory only. Refresh source: the GitHub Marketplace "most-used" actions and
9
+ * the actions/* org. Accept staleness — regenerate periodically by editing this
10
+ * list; a stale entry only weakens look-alike detection, it never blocks a build.
11
+ */
12
+ export declare const KNOWN_ACTION_SLUGS: readonly string[];
13
+ //# sourceMappingURL=known-action-slugs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"known-action-slugs.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/known-action-slugs.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,EA0B/C,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Registry of well-known GitHub Actions and their typed composite wrappers.
3
+ */
4
+ export declare const knownActions: Record<string, {
5
+ composite: string;
6
+ importPath: string;
7
+ }>;
8
+ //# sourceMappingURL=known-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"known-actions.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/known-actions.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAQlF,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Vendored snapshot of tools already present on GitHub-hosted runner images,
3
+ * used by GHA056 to flag redundant runtime installs that add third-party
4
+ * surface for no benefit.
5
+ *
6
+ * Advisory. Refresh source: the runner-images repository's installed-software
7
+ * manifests. Conservative on purpose — only tools that are reliably present
8
+ * across the common ubuntu/macos/windows images are listed.
9
+ */
10
+ export declare const PREINSTALLED_TOOLS: readonly string[];
11
+ //# sourceMappingURL=preinstalled-tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preinstalled-tools.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/preinstalled-tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,EA0B/C,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Recommended inputs for setup action composites.
3
+ * If a setup action is used without any of the listed inputs, a warning is raised.
4
+ */
5
+ export declare const recommendedInputs: Record<string, string[]>;
6
+ //# sourceMappingURL=recommended-inputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recommended-inputs.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/recommended-inputs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAItD,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Vendored snapshot of GitHub Actions features with a known security or
3
+ * safety footgun, matched against emitted workflow YAML by GHA054.
4
+ *
5
+ * Advisory and necessarily incomplete. Refresh source: GitHub changelog
6
+ * deprecations and security hardening guidance. Editing this list is the
7
+ * refresh mechanism; a stale entry only weakens detection, never blocks a build.
8
+ */
9
+ export interface RiskyFeature {
10
+ /** Pattern matched against the emitted YAML. */
11
+ pattern: RegExp;
12
+ /** Short label for the footgun. */
13
+ label: string;
14
+ /** What to do instead. */
15
+ advice: string;
16
+ }
17
+ export declare const RISKY_FEATURES: readonly RiskyFeature[];
18
+ //# sourceMappingURL=risky-features.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"risky-features.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/risky-features.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY;IAC3B,gDAAgD;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,EAAE,SAAS,YAAY,EAqBjD,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Regex patterns for detecting hardcoded secrets in source code.
3
+ */
4
+ export declare const secretPatterns: Array<{
5
+ pattern: RegExp;
6
+ description: string;
7
+ }>;
8
+ //# sourceMappingURL=secret-patterns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secret-patterns.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/secret-patterns.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CA0B1E,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Allowlist of trusted action owners (GitHub orgs) whose `uses:` references are
3
+ * exempt from the SHA-pinning check (GHA029).
4
+ *
5
+ * Ships EMPTY by default: chant recommends pinning every external reference to a
6
+ * full commit SHA, including first-party ones. Populate this set to silence the
7
+ * pinning check for orgs you have decided to trust by tag (e.g. your own org).
8
+ *
9
+ * This is a vendored, code-level allowlist — `PostSynthContext` carries no
10
+ * per-check runtime config channel today. Refresh it by editing this file.
11
+ */
12
+ export declare const TRUSTED_ACTION_OWNERS: ReadonlySet<string>;
13
+ //# sourceMappingURL=trusted-action-owners.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trusted-action-owners.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/trusted-action-owners.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB,EAAE,WAAW,CAAC,MAAM,CAAuB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Vendored snapshot of GitHub Actions expression contexts that are
3
+ * attacker-controllable — their values come from event payloads a fork or an
4
+ * outside contributor can set. Interpolating them into a shell (`run:`), into
5
+ * `GITHUB_ENV`/`GITHUB_PATH`, or into another execution sink turns data into
6
+ * code (script injection).
7
+ *
8
+ * Source: GitHub's "Security hardening for GitHub Actions — understanding the
9
+ * risk of script injections" plus the commonly-cited untrusted-context list.
10
+ * Advisory and necessarily incomplete; refresh by editing this list.
11
+ */
12
+ export declare const UNTRUSTED_CONTEXTS: readonly string[];
13
+ /**
14
+ * Return the first untrusted context referenced inside an expression body, or
15
+ * undefined. Matches by substring so array element accesses
16
+ * (`github.event.commits[0].message`) are caught via their prefix.
17
+ */
18
+ export declare function matchUntrustedContext(exprBody: string): string | undefined;
19
+ //# sourceMappingURL=untrusted-contexts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"untrusted-contexts.d.ts","sourceRoot":"","sources":["../../../../src/lint/rules/data/untrusted-contexts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAAS,MAAM,EAmB/C,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAM1E"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA012: Deprecated Action Version
3
+ *
4
+ * Flags `uses:` strings referencing deprecated action versions.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const deprecatedActionVersionRule: LintRule;
8
+ //# sourceMappingURL=deprecated-action-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecated-action-version.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/deprecated-action-version.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAIxF,eAAO,MAAM,2BAA2B,EAAE,QAsCzC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * GHA020: Detect Secrets
3
+ *
4
+ * Scans string literals for patterns matching known secret formats.
5
+ * Skips strings containing "secrets." (proper usage).
6
+ */
7
+ import type { LintRule } from "@intentius/chant/lint/rule";
8
+ export declare const detectSecretsRule: LintRule;
9
+ //# sourceMappingURL=detect-secrets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-secrets.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/detect-secrets.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAIxF,eAAO,MAAM,iBAAiB,EAAE,QAyC/B,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA005: Extract Inline Structs
3
+ *
4
+ * Flags object literal nesting depth > 2 inside resource constructors.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const extractInlineStructsRule: LintRule;
8
+ //# sourceMappingURL=extract-inline-structs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extract-inline-structs.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/extract-inline-structs.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAMxF,eAAO,MAAM,wBAAwB,EAAE,QAiDtC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA007: File Job Limit
3
+ *
4
+ * Flags files with more than 10 Job/ReusableWorkflowCallJob constructors.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const fileJobLimitRule: LintRule;
8
+ //# sourceMappingURL=file-job-limit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-job-limit.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/file-job-limit.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAMxF,eAAO,MAAM,gBAAgB,EAAE,QAoC9B,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * GitHub Actions lint rules
3
+ */
4
+ export { useTypedActionsRule } from "./use-typed-actions.js";
5
+ export { useConditionBuildersRule } from "./use-condition-builders.js";
6
+ export { noHardcodedSecretsRule } from "./no-hardcoded-secrets.js";
7
+ export { useMatrixBuilderRule } from "./use-matrix-builder.js";
8
+ export { extractInlineStructsRule } from "./extract-inline-structs.js";
9
+ export { fileJobLimitRule } from "./file-job-limit.js";
10
+ export { noRawExpressionsRule } from "./no-raw-expressions.js";
11
+ export { missingRecommendedInputsRule } from "./missing-recommended-inputs.js";
12
+ export { deprecatedActionVersionRule } from "./deprecated-action-version.js";
13
+ export { jobTimeoutRule } from "./job-timeout.js";
14
+ export { suggestCacheRule } from "./suggest-cache.js";
15
+ export { validateConcurrencyRule } from "./validate-concurrency.js";
16
+ export { detectSecretsRule } from "./detect-secrets.js";
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA014: Job Timeout
3
+ *
4
+ * Flags `new Job({...})` without `timeoutMinutes` property.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const jobTimeoutRule: LintRule;
8
+ //# sourceMappingURL=job-timeout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job-timeout.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/job-timeout.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAGxF,eAAO,MAAM,cAAc,EAAE,QAiD5B,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA010: Missing Recommended Inputs
3
+ *
4
+ * Flags setup action composites without version-related inputs.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const missingRecommendedInputsRule: LintRule;
8
+ //# sourceMappingURL=missing-recommended-inputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"missing-recommended-inputs.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/missing-recommended-inputs.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAMxF,eAAO,MAAM,4BAA4B,EAAE,QAgD1C,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA003: No Hardcoded Secrets
3
+ *
4
+ * Flags string literals matching GitHub token prefixes.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const noHardcodedSecretsRule: LintRule;
8
+ //# sourceMappingURL=no-hardcoded-secrets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-hardcoded-secrets.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/no-hardcoded-secrets.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAKxF,eAAO,MAAM,sBAAsB,EAAE,QAkCpC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA008: No Raw Expressions
3
+ *
4
+ * Flags `${{` strings outside valid context paths.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const noRawExpressionsRule: LintRule;
8
+ //# sourceMappingURL=no-raw-expressions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-raw-expressions.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/no-raw-expressions.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAKxF,eAAO,MAAM,oBAAoB,EAAE,QAuClC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA015: Suggest Cache
3
+ *
4
+ * Flags setup action composites in steps without a corresponding Cache composite.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const suggestCacheRule: LintRule;
8
+ //# sourceMappingURL=suggest-cache.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"suggest-cache.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/suggest-cache.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAKxF,eAAO,MAAM,gBAAgB,EAAE,QA2D9B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * GHA002: Use Condition Builders
3
+ *
4
+ * Flags string literals containing `${{` in `if` property assignments
5
+ * inside Job/Step constructors. Suggests using Expression helpers.
6
+ */
7
+ import type { LintRule } from "@intentius/chant/lint/rule";
8
+ export declare const useConditionBuildersRule: LintRule;
9
+ //# sourceMappingURL=use-condition-builders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-condition-builders.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/use-condition-builders.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAGxF,eAAO,MAAM,wBAAwB,EAAE,QAkCtC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * GHA004: Use Matrix Builder
3
+ *
4
+ * Flags inline object literals in `matrix` property. Suggests extracting
5
+ * to a named const for reusability and clarity.
6
+ */
7
+ import type { LintRule } from "@intentius/chant/lint/rule";
8
+ export declare const useMatrixBuilderRule: LintRule;
9
+ //# sourceMappingURL=use-matrix-builder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-matrix-builder.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/use-matrix-builder.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAGxF,eAAO,MAAM,oBAAoB,EAAE,QAiClC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA001: Use Typed Action Composites
3
+ *
4
+ * Flags raw `uses:` string literals when a matching typed composite exists.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const useTypedActionsRule: LintRule;
8
+ //# sourceMappingURL=use-typed-actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-typed-actions.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/use-typed-actions.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAIxF,eAAO,MAAM,mBAAmB,EAAE,QAoCjC,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * GHA016: Validate Concurrency
3
+ *
4
+ * Flags `new Concurrency({cancelInProgress: true})` without `group`.
5
+ */
6
+ import type { LintRule } from "@intentius/chant/lint/rule";
7
+ export declare const validateConcurrencyRule: LintRule;
8
+ //# sourceMappingURL=validate-concurrency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-concurrency.d.ts","sourceRoot":"","sources":["../../../src/lint/rules/validate-concurrency.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAA+B,MAAM,4BAA4B,CAAC;AAGxF,eAAO,MAAM,uBAAuB,EAAE,QAwDrC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { CompletionContext, CompletionItem } from "@intentius/chant/lsp/types";
2
+ /**
3
+ * Provide GitHub Actions completions based on context.
4
+ */
5
+ export declare function githubCompletions(ctx: CompletionContext): CompletionItem[];
6
+ //# sourceMappingURL=completions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"completions.d.ts","sourceRoot":"","sources":["../../src/lsp/completions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAapF;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,iBAAiB,GAAG,cAAc,EAAE,CAE1E"}
@@ -0,0 +1,6 @@
1
+ import type { HoverContext, HoverInfo } from "@intentius/chant/lsp/types";
2
+ /**
3
+ * Provide hover information for GitHub Actions entity types.
4
+ */
5
+ export declare function githubHover(ctx: HoverContext): HoverInfo | undefined;
6
+ //# sourceMappingURL=hover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../src/lsp/hover.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAa1E;;GAEG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,YAAY,GAAG,SAAS,GAAG,SAAS,CAEpE"}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "GitHub",
6
6
  "intrinsics": [
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Read-only MCP tools that expose what `chant build` already computes about a
3
+ * GitHub Actions workflow — its jobs and run order, what it pulls in from
4
+ * outside (actions, images), and its security findings — so an agent can ask
5
+ * about a change *before it runs or merges* (#327).
6
+ *
7
+ * The GitHub counterpart to the GitLab context tools. Every tool builds from
8
+ * source and returns data. None of them touch the live GitHub instance, read
9
+ * run history, or write anything — that boundary is what keeps chant a context
10
+ * producer and not a copy of the live tooling.
11
+ */
12
+ import type { McpToolContribution } from "@intentius/chant/mcp/types";
13
+ /** Is a `uses:` ref pinned to a full commit SHA (the only immutable form)? */
14
+ export declare function actionPinned(ref: string): boolean;
15
+ /** Jobs that would re-run because they depend (transitively) on `job`. */
16
+ export declare function downstreamJobs(yaml: string, job: string): string[];
17
+ /** The read-only context tools for the GitHub lexicon. */
18
+ export declare function githubContextTools(): McpToolContribution[];
19
+ //# sourceMappingURL=context-tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-tools.d.ts","sourceRoot":"","sources":["../../src/mcp/context-tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AAsBtE,8EAA8E;AAC9E,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAGjD;AAED,0EAA0E;AAC1E,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAuBlE;AASD,0DAA0D;AAC1D,wBAAgB,kBAAkB,IAAI,mBAAmB,EAAE,CA2F1D"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env tsx
2
+ export {};
3
+ //# sourceMappingURL=package-cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"package-cli.d.ts","sourceRoot":"","sources":["../src/package-cli.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * GitHub Actions lexicon plugin.
3
+ *
4
+ * Provides serializer, template detection, and code generation
5
+ * for GitHub Actions workflows.
6
+ */
7
+ import type { LexiconPlugin } from "@intentius/chant/lexicon";
8
+ export declare const githubPlugin: LexiconPlugin;
9
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAiC,MAAM,0BAA0B,CAAC;AA0B7F,eAAO,MAAM,YAAY,EAAE,aA4S1B,CAAC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * GitHub Actions YAML serializer.
3
+ *
4
+ * Converts Chant declarables to .github/workflows/*.yml YAML output.
5
+ * Uses kebab-case keys for job properties and snake_case for trigger
6
+ * event names.
7
+ */
8
+ import type { Serializer } from "@intentius/chant/serializer";
9
+ /**
10
+ * GitHub Actions YAML serializer implementation.
11
+ */
12
+ export declare const githubSerializer: Serializer;
13
+ //# sourceMappingURL=serializer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serializer.d.ts","sourceRoot":"","sources":["../src/serializer.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,6BAA6B,CAAC;AA6MhF;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,UAwD9B,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * GitHub Actions workflow schema fetching — downloads the JSON Schema
3
+ * and caches it locally.
4
+ */
5
+ /**
6
+ * Get the cache file path for the workflow schema.
7
+ */
8
+ export declare function getCachePath(): string;
9
+ /**
10
+ * Fetch the GitHub Actions Workflow JSON Schema.
11
+ * Uses local file caching with 24-hour TTL.
12
+ */
13
+ export declare function fetchWorkflowSchema(force?: boolean): Promise<Buffer>;
14
+ /**
15
+ * Fetch the workflow schema as a Map<typeName, Buffer>
16
+ * compatible with the generatePipeline fetchSchemas callback.
17
+ *
18
+ * Single document keyed by "GitHub::Actions::Workflow" — the parse
19
+ * step will split it into multiple entities.
20
+ */
21
+ export declare function fetchSchemas(force?: boolean): Promise<Map<string, Buffer>>;
22
+ /**
23
+ * Clear the cached schema file.
24
+ */
25
+ export declare function clearCache(): void;
26
+ //# sourceMappingURL=fetch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/spec/fetch.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH;;GAEG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAErC;AAED;;;GAGG;AACH,wBAAsB,mBAAmB,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,CAQ1E;AAED;;;;;;GAMG;AACH,wBAAsB,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAKhF;AAED;;GAEG;AACH,wBAAgB,UAAU,IAAI,IAAI,CAEjC"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env tsx
2
+ export {};
3
+ //# sourceMappingURL=validate-cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-cli.d.ts","sourceRoot":"","sources":["../src/validate-cli.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Validate generated lexicon-github artifacts.
3
+ */
4
+ import { type ValidateResult } from "@intentius/chant/codegen/validate";
5
+ export type { ValidateCheck, ValidateResult } from "@intentius/chant/codegen/validate";
6
+ /**
7
+ * Validate the generated lexicon-github artifacts.
8
+ */
9
+ export declare function validate(opts?: {
10
+ basePath?: string;
11
+ }): Promise<ValidateResult>;
12
+ //# sourceMappingURL=validate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../src/validate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,EAA4B,KAAK,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAElG,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAYvF;;GAEG;AACH,wBAAsB,QAAQ,CAAC,IAAI,CAAC,EAAE;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,cAAc,CAAC,CAoBpF"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * GitHub Actions predefined context variable references.
3
+ *
4
+ * These provide type-safe access to GitHub and Runner context values
5
+ * that expand to `${{ context.property }}` expressions in YAML.
6
+ */
7
+ import { Expression } from "./expression.js";
8
+ export declare const GitHub: {
9
+ readonly Ref: Expression;
10
+ readonly RefName: Expression;
11
+ readonly RefType: Expression;
12
+ readonly Sha: Expression;
13
+ readonly Actor: Expression;
14
+ readonly TriggeringActor: Expression;
15
+ readonly Repository: Expression;
16
+ readonly RepositoryOwner: Expression;
17
+ readonly EventName: Expression;
18
+ readonly Event: Expression;
19
+ readonly RunId: Expression;
20
+ readonly RunNumber: Expression;
21
+ readonly RunAttempt: Expression;
22
+ readonly Workflow: Expression;
23
+ readonly WorkflowRef: Expression;
24
+ readonly Workspace: Expression;
25
+ readonly Token: Expression;
26
+ readonly Job: Expression;
27
+ readonly HeadRef: Expression;
28
+ readonly BaseRef: Expression;
29
+ readonly ServerUrl: Expression;
30
+ readonly ApiUrl: Expression;
31
+ readonly GraphqlUrl: Expression;
32
+ readonly Action: Expression;
33
+ readonly ActionPath: Expression;
34
+ };
35
+ export declare const Runner: {
36
+ readonly Os: Expression;
37
+ readonly Arch: Expression;
38
+ readonly Name: Expression;
39
+ readonly Temp: Expression;
40
+ readonly ToolCache: Expression;
41
+ };
42
+ //# sourceMappingURL=variables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../src/variables.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BT,CAAC;AAEX,eAAO,MAAM,MAAM;;;;;;CAMT,CAAC"}