Skip to content

Document fetch command, fix search index, add type-check CI, structured error handling#55

Closed
ctate wants to merge 2 commits into
mainfrom
tier-1-quick-wins
Closed

Document fetch command, fix search index, add type-check CI, structured error handling#55
ctate wants to merge 2 commits into
mainfrom
tier-1-quick-wins

Conversation

@ctate

@ctate ctate commented Apr 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Document opensrc fetch — added to CLI README and docs site commands page (shipped in 0.7.2 but was missing from both)
  • Fix search index — added /auth to allDocsPages so the Authentication page is discoverable via site search
  • Add docs type-check to CIpnpm type-check now runs in the docs CI job
  • Structured error handling — replaced Box<dyn std::error::Error> with a thiserror-based Error enum across the entire CLI, eliminating the process::exit(1) in get_opensrc_dir() and giving every error site a typed variant

ctate added 2 commits April 17, 2026 20:00
…ed error handling

- Document `opensrc fetch` in CLI README and docs site commands page
- Add /auth to allDocsPages so Authentication is searchable
- Add `pnpm type-check` step to docs CI job
- Replace Box<dyn Error> with thiserror enum across the CLI
- Fix get_opensrc_dir() to return Result instead of calling process::exit(1)
@vercel

vercel Bot commented Apr 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
opensrc Ready Ready Preview, Comment Apr 30, 2026 4:36pm

@ctate ctate closed this Apr 30, 2026
@ctate
ctate deleted the tier-1-quick-wins branch April 30, 2026 16:48
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.

1 participant