Punchier registry descriptions + Vercel-style feature tags#47
Merged
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="registry.json">
<violation number="1" location="registry.json:86">
P2: Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| "category": "productivity", | ||
| "framework": "nextjs", | ||
| "features": ["auth", "database", "storage"], | ||
| "features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"], |
There was a problem hiding this comment.
P2: Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At registry.json, line 86:
<comment>Workspace features are missing "Auth". Every other template retains "Auth" in its feature list, and collaborative workspace features (nested pages, public share links, RLS) all depend on authentication being present.</comment>
<file context>
@@ -80,10 +80,10 @@
"category": "productivity",
"framework": "nextjs",
- "features": ["auth", "database", "storage"],
+ "features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"],
"tags": ["notion", "workspace", "docs", "wiki", "blocknote"],
"cover": "assets/covers/workspace.png",
</file context>
Suggested change
| "features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS"], | |
| "features": ["BlockNote", "Nested Pages", "Public Share Links", "RLS", "Auth"], |
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.
Summary
auth,storage,payments…) with per-template Vercel-style feature tags mixing named libs (Stripe Checkout,BlockNote,TanStack Table,dnd-kit,Recharts,OpenRouter,pgvector) and capability nouns (Kanban Pipeline,Provider Reviews,Public Share Links,Real-time Chat).descriptionandfeaturesfields touched. No category / framework / tags / cover / demo_url / author / added_at changes in this PR.Result per template
Test plan
sync.ymltriggers (registry.json changed), POSTs to TemplateMarket's/functions/sync-templateswith Bearer token, applies all 7 entries with new descriptions/features.templatesrows now have the new strings:SELECT slug, features FROM templates ORDER BY slug;(vianpx @insforge/cli db query)development.insforge.dev/templates(once Vercel preview rebuilds against the synced DB) shows new descriptions and 4-tag feature pills.Summary by cubic
Rewrote descriptions for all 7 templates to be outcome-first and replaced generic InsForge primitives with per-template, Vercel-style feature tags (e.g.,
Stripe Checkout,BlockNote,TanStack Table,dnd-kit,Recharts,OpenRouter,pgvector). Only updated thedescriptionandfeaturesfields inregistry.json; no changes to categories, frameworks, tags, covers, demo URLs, or authors.Written for commit 2ff9828. Summary will update on new commits. Review in cubic