Commit Graph

3 Commits

Author SHA1 Message Date
Mondo Diaz
deb329f4cf Add pagination and search to projects API
- Add PaginatedResponse and PaginationMeta schemas
- Update GET /api/v1/projects to support:
  - page param (default: 1)
  - limit param (default: 20, max: 100)
  - search param (case-insensitive name search)
- Response includes pagination metadata (page, limit, total, total_pages)
- Add Python cache files to gitignore
2025-12-11 13:39:54 -06:00
Mondo Diaz
cb3d62b02a Add Claude config files to gitignore 2025-12-11 13:30:03 -06:00
Mondo Diaz
f8e9650de3 Initial commit: Orchard content-addressable storage system
- Go server with Gin framework
- PostgreSQL for metadata storage
- MinIO/S3 for artifact storage with SHA256 content addressing
- REST API for grove/tree/fruit operations
- Web UI for managing artifacts
- Docker Compose setup for local development
2025-12-04 10:14:49 -06:00