Skip to content

Commit 25790be

Browse files
committed
Add Datasite and Render plugin metadata
1 parent 349dcd7 commit 25790be

26 files changed

Lines changed: 99 additions & 2 deletions

File tree

plugins/datasite/.codex-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datasite",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Deal room documents, diligence materials, and Q&A workflows",
55
"author": {
66
"name": "Datasite",
@@ -9,6 +9,7 @@
99
"repository": "https://github.com/openai/plugins",
1010
"license": "MIT",
1111
"keywords": [],
12+
"skills": "./skills/",
1213
"apps": "./.app.json",
1314
"interface": {
1415
"displayName": "Datasite",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Bulk Q&A Answers"
3+
short_description: "Draft buyer Q&A answers grounded in Datasite room content."
4+
default_prompt: "Use $bulk-qa-answers to draft buyer Q&A answers from Datasite documents."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Document Quality Check"
3+
short_description: "Audit Datasite room documents for quality and readiness issues."
4+
default_prompt: "Use $document-quality-check to audit this Datasite room for document quality issues."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Gap Analysis"
3+
short_description: "Find missing diligence materials in a Datasite room."
4+
default_prompt: "Use $gap-analysis to identify gaps in this Datasite diligence room."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "IRL Tracker"
3+
short_description: "Map information request lists to available Datasite documents."
4+
default_prompt: "Use $irl-tracker to compare this IRL against Datasite room contents."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Launch Readiness Orchestrator"
3+
short_description: "Coordinate Datasite room checks before buyer launch."
4+
default_prompt: "Use $launch-readiness-orchestrator to prepare this Datasite room for launch."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Risk Analysis Audit"
3+
short_description: "Surface deal risks from Datasite room documents."
4+
default_prompt: "Use $risk-analysis-audit to audit this Datasite room for deal risks."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "Smart File Renaming"
3+
short_description: "Standardize Datasite document names before buyer release."
4+
default_prompt: "Use $smart-file-renaming to propose professional names for Datasite files."
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
interface:
2+
display_name: "VDR Index Setup"
3+
short_description: "Design a Datasite VDR folder structure for a new deal."
4+
default_prompt: "Use $vdr-index-setup to create a Datasite VDR index for this deal."

plugins/render/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "render",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Skills for deploying, debugging, monitoring, and migrating apps on Render.",
55
"author": {
66
"name": "Render",

0 commit comments

Comments
 (0)