chore: scaffold document-cli repo #1
ci.yml
on: push
Commitlint
21s
Lint
16s
Typecheck
26s
Test
18s
Smoke test
17s
Attest SBOM and build provenance
0s
Matrix: publish-aliases
Annotations
4 errors
|
Lint
Process completed with exit code 2.
|
|
Smoke test
Process completed with exit code 1.
|
|
Test
Process completed with exit code 1.
|
|
Commitlint
You have commit messages with errors
⧗ input: chore: scaffold document-cli repo
New package for a CLI and Ink TUI wrapping documents.js: package.json (bin carries both document-cli and doculi names unconditionally so either published npm name installs both commands), tsdown two-pass build config (library index + CLI bin, both platform: node), tsconfig with jsx: react-jsx for the Ink TUI, ESLint flat config with a react-hooks layer scoped to src/tui, vitest two-project config with unit covering .test.tsx, and the family's standard release/commitlint/lint-staged/CI/husky setup adapted to this repo.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|