SIGN IN SIGN UP
upstash / context7 UNCLAIMED

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors

0 0 37 TypeScript

Add JSON output for skills list (#2658)

* Add JSON output for skills list

* test(cli): resolve tempDir via realpath for macOS compatibility

On macOS, os.tmpdir() returns /var/folders/... but process.cwd()
reports the symlink-resolved /private/var/folders/... after chdir.
The JSON output uses the resolved cwd, so the test assertion mismatched
the unresolved tempDir on macOS.

* chore: add changeset for skills list --json

---------

Co-authored-by: Fahreddin Özcan <ozcanfahrettinn@gmail.com>
T
TT committed
7cacc9460a77efe61273433e56298d03694d7ba7
Parent: 1ed71d7
Committed by GitHub <noreply@github.com> on 5/21/2026, 10:46:08 AM