buildx-cli 1.0.15 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -169,6 +169,7 @@ Writes:
169
169
  - `types.ts`
170
170
  - `collections.json` (unless `--skip-collections-code`)
171
171
  - `collections.manifest.json`
172
+ - `SCHEMA_AS_CODE.md` (generated usage guide for human/AI collaborators)
172
173
 
173
174
  System-managed fields:
174
175
  - when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
@@ -310,6 +311,7 @@ Writes:
310
311
  - `function-context.d.ts`
311
312
  - `functions/*.ts`
312
313
  - `functions/functions.manifest.json`
314
+ - `FUNCTION_AS_CODE.md` (generated usage guide for human/AI collaborators)
313
315
 
314
316
  Behavior:
315
317
  - writes a compact `function-context.d.ts` by default (use `--full-context` to keep full remote schema)
package/dist/README.md CHANGED
@@ -169,6 +169,7 @@ Writes:
169
169
  - `types.ts`
170
170
  - `collections.json` (unless `--skip-collections-code`)
171
171
  - `collections.manifest.json`
172
+ - `SCHEMA_AS_CODE.md` (generated usage guide for human/AI collaborators)
172
173
 
173
174
  System-managed fields:
174
175
  - when `timestamps: true`, pulled `types.ts` includes `createdAt/updatedAt` (`BxDateTime`)
@@ -310,6 +311,7 @@ Writes:
310
311
  - `function-context.d.ts`
311
312
  - `functions/*.ts`
312
313
  - `functions/functions.manifest.json`
314
+ - `FUNCTION_AS_CODE.md` (generated usage guide for human/AI collaborators)
313
315
 
314
316
  Behavior:
315
317
  - writes a compact `function-context.d.ts` by default (use `--full-context` to keep full remote schema)