-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add p360 extension #24967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add p360 extension #24967
Conversation
- Add .gitignore - Initial commit: P360 Decision Readiness Raycast Extension
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryThis PR adds a new P360 Decision Readiness extension that integrates with Oura Ring to provide biometric-based decision-making guidance. Key Changes:
Issues Found:
Overall Assessment: Confidence Score: 4/5
Important Files Changed
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, 2 comments
| @@ -0,0 +1,27 @@ | |||
| # P360 Decision Readiness Changelog | |||
|
|
|||
| ## [1.0.0] - 2026-01-29 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use {PR_MERGE_DATE} placeholder instead of hardcoded date for initial release
| ## [1.0.0] - 2026-01-29 | |
| ## [Initial Release] - {PR_MERGE_DATE} |
Context Used: Rule from dashboard - What: Changelog entries must use {PR_MERGE_DATE} placeholder in titles, be placed at the top of th... (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
| @@ -0,0 +1,93 @@ | |||
| import { Detail } from "@raycast/api"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing metadata/ folder with Raycast-styled screenshots. View-type commands require professional screenshots in a metadata folder.
See: https://developers.raycast.com/basics/prepare-an-extension-for-store#screenshots
Context Used: Rule from dashboard - What: Extensions with view-type commands must include a metadata/ folder containing Raycast-styled... (source)
Description
Summary
P360 Decision Readiness - Know when to make important decisions based on your body's signals.
This extension connects to your Oura Ring and calculates a "Decision Readiness" score using:
Features
Who is this for?
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder