Commit Graph

5 Commits

Author SHA1 Message Date
47317abf56 Update session history with v0.0.2 learnings
- Remove completed v0.0.2 from roadmap
- Document architecture decisions and learnings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 16:00:03 +01:00
9e0cf0825f Add object-oriented license client library (v0.0.2)
- Add LicenseClient with PSR-3 logging and PSR-6 caching support
- Add DTO classes: LicenseInfo, LicenseStatus, ActivationResult
- Add LicenseState enum for license status values
- Add comprehensive exception hierarchy for error handling
- Add PSR dependencies (psr/log, psr/cache, psr/http-client)
- Update README with usage examples
- Update CHANGELOG for v0.0.2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 15:51:05 +01:00
a702c262ca Update session history with learnings
Document API endpoints and git remote configuration from session

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 15:40:18 +01:00
23bf810586 Clean up version 0.0.1 from temporary roadmap
Move completed version 0.0.1 tasks to Session History section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 15:39:36 +01:00
1fdedd16ad Initialize composer project for WooCommerce Licensed Product Client
- Set up composer.json with package metadata and PSR-4 autoloading
- Add symfony/http-client ^7.0 as HTTP client dependency
- Create project structure (src/, tests/, tmp/)
- Add README.md with project overview
- Add CHANGELOG.md to track version history
- Add .gitignore for vendor and cache files
- Include OpenAPI specification in tmp/openapi.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 15:37:20 +01:00