Skip to content

Docs/adoption plan - #11

Merged
voloshchik merged 2 commits into
mainfrom
docs/adoption-plan
Aug 14, 2026
Merged

Docs/adoption plan#11
voloshchik merged 2 commits into
mainfrom
docs/adoption-plan

Conversation

@voloshchik

Copy link
Copy Markdown
Collaborator

No description provided.

Record what any framework app needs (honest generate/resolve, LocalFsStorage, eager-first docs) without baking Insailing field names or DTOs into the package API.
…ocs.

generate returns { created, failed } and throws named errors instead of an
ambiguous empty array; persist also appends onto the caller's media.previews.
resolve no longer leaks { ready, missing } as output; enqueueMissing defaults
false without a transport. Add formatPictureUrls, isCatalogCovered,
resizeMediaPaths, and a filesystem driver. Scaffold --eager ships LocalFsStorage.
@github-code-quality

Copy link
Copy Markdown

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/node-test

The overall coverage in commit 767647f in the docs/adoption-plan branch remains at 96%, unchanged from commit 5609217 in the main branch.

Show a code coverage summary of the most impacted files.
File main 5609217 docs/adoption-plan 767647f +/-
src/scaffold/command.ts 95% 94% -1%
src/engine.ts 93% 93% 0%
src/resizeTask.ts 98% 98% 0%
src/storage/s3.ts 97% 97% 0%
src/images.ts 100% 100% 0%
src/index.ts 100% 100% 0%
src/models/mediaFragment.ts 100% 100% 0%
src/storage/fs.ts 0% 97% +97%
src/formatPictureUrls.ts 0% 100% +100%
src/errors.ts 0% 100% +100%

Comment thread src/formatPictureUrls.ts
if (contentType) {
cell.contentType = contentType;
}
byFormat[entry.format] = cell;
@voloshchik
voloshchik merged commit c0bf2e3 into main Aug 14, 2026
9 checks passed
@Systerr
Systerr deleted the docs/adoption-plan branch August 15, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants