Fix file extraction & streaming, types and caching; update deps and CI; skip flaky tests
- Replace deprecated smartarchive APIs: use SmartArchive.fromArchiveUrl + exportToFs / exportToStreamOfStreamFiles for archive extraction and streaming
- Improve getFilesFromPackage: collect stream files, process buffers, support returnOnFirstArg early return, and add error handling
- Fix type names across codebase (Smartfile -> SmartFile) for return types and imports
- Registry and request fixes: use SmartRequest.create().url(...).get() and response.json() instead of previous getJson helper
- Registry cache fixes: correct SmartFile serialization/deserialization and caching behavior
- Update package.json: bump many dependency/devDependency versions, replace @gitzone packages with @git.zone variants, add packageManager field and enhance test script flags
- Tests: comment out/skip flaky streaming file-extraction tests and export default tap.start() to stabilize test runs
- CI/workflow and tooling: update .gitea workflow tsdoc installer path, add pnpm-workspace.yaml, .claude permissions and Serena project configuration
## 2024-05-29 - 2.0.4 - packaging & build
Packaging and build metadata updates for the 2.0.4 line.
- Update package description.
- Update TypeScript configuration (tsconfig).
- Update npmextra.json githost (packaging metadata updates applied across April 2024).
## 2023-07-10 - 2.0.3 - org migration
Repository re-organization and small maintenance changes preparing the 2.x line.
- Switched to new organization scheme.
- Minor core updates and cleanup related to the org migration.