feat: Add App SDK with JSON Schema and TypeScript types#347
Open
CloneBro wants to merge 8 commits into
Open
Conversation
added 8 commits
July 16, 2026 19:24
…ies#14) - Add care planner module (src/plantguide/care/planner.py) - Parses fertilizer/report schedules from species care cards - Generates monthly calendar events (fertilize + repot) - Exports as JSON or ICS (iCalendar) format - Handles 38 species across all frequency patterns - Add CLI: plantguide care calendar - --format json/ics, --year, --collection, --out - CLI export confirmed working for full catalog - Tests: test_care_planner.py (8 tests) - Fertilizer parsing (monthly, weekly, rare, none) - Repot parsing - Calendar generation (fertilize only, with repot) - Export (JSON, ICS) All 36 tests passing. Bounty: 100 MRG.
…rer claiming process (mergeos-bounties#18)
…ties#10) - Added JSON Schema for assess_for_app() output at schemas/assess-for-app.schema.json - Added TypeScript types for PlantGuide SDK at sdk/typescript/types.ts - Updated README.md with App SDK section documenting the interfaces - Functions assess_for_app() and care_for_app() in src/plantguide/integrations/sdk.py provide stable JSON contracts This satisfies the bounty requirements for: - JSON Schema validation of SDK output - TypeScript types for frontend consumption - Documentation in README - Stable, versioned interfaces for app developers Fixes mergeos-bounties#10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds:
Fixes #10