-
Notifications
You must be signed in to change notification settings - Fork 0
tags and names of templates #102
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
Conversation
761a77f to
6330683
Compare
| "name": "starter", | ||
| "description": "Default Intuned project template for browser automation", | ||
| "tags": ["intuned-browser-sdk"] | ||
| "tags": ["browser-sdk"] |
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.
"scraping" fits better for the Empty template
| "name": "browser-use", | ||
| "description": "AI-powered browser automation using browser-use library", | ||
| "tags": ["browser-use", "ai-powered-automation", "browser-automation"] | ||
| "tags": ["browser-use", "auth-sessions"] |
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.
no auth-sessions in this template, I think its better to remove it or replace it with a new (context_hooks) tag if we want to introduce one
| "description": "Authentication example using secret-based OTP verification" | ||
| }, | ||
| "tags": ["auth", "OTP", "2FA", "authentication"], | ||
| "tags": ["auth-sessions", "2fa"], |
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.
the "tags" should be in the "template" object right? like other intuned.jsonc files
| "apiName": "demo-hook", | ||
| "parameters": { | ||
| "message": "Hello from Setup Hooks!" | ||
| } | ||
| } |
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.
this api doesnt exist
Template PR Checklist
@intuned/browser(TypeScript) orintuned_browser(Python) helpers where applicabletestParameters/directory exists for each API (and AuthSession if applicable)package.json/pyproject.tomlif template is meant to run as a job (and for AuthSession if applicable)rpa-auth-example/README.mdorquick-recipes/README.md)