Skip to content

Commit baf2d2f

Browse files
fix(examples): prompt fix (#2603)
1 parent 41f5f27 commit baf2d2f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ package.json @immutable/passport
2222
/packages/minting-backend @shineli1984
2323
/packages/webhook @shineli1984
2424
/packages/game-bridge @immutable/gamesdk
25-
/examples @immutable/passport
25+
/examples @immutable/devgrowth
2626
**/package.json @immutable/passport

examples/checkout/prompt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Example Apps Documentation Generator
22
## Task Overview
3-
Analyze all example apps in the /examples/checkout/ directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3+
Analyze the /examples/checkout/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
44
1. A comprehensive tutorial.md file
55
2. A metadata.json file
66

77
## Preparation
88
Before starting:
99
- Read through all SDK documentation (in the /sdk and /packages folders)
1010
- Understand the SDK's key features, functionality, and integration patterns
11-
- Focus on the Checkout SDK the most. That's your area of specialty.
11+
- Focus on the Passport SDK the most. That's your area of specialty.
1212

1313
## Process for Each Example App
14-
For each subdirectory in /examples/checkout/ that doesn't already have both tutorial.md and metadata.json:
14+
For the specified example app in /examples/checkout/{app name} that doesn't already have both tutorial.md and metadata.json:
1515

1616
### 1. Analysis Phase
1717
- Read all code files in the example app directory

examples/contracts/prompt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Example Apps Documentation Generator
22
## Task Overview
3-
Analyze all example apps in the /examples/contracts/ directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3+
Analyze the /examples/contracts/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
44
1. A comprehensive tutorial.md file
55
2. A metadata.json file
66

77
## Preparation
88
Before starting:
99
- Read through all SDK documentation (in the /sdk and /packages folders)
1010
- Understand the SDK's key features, functionality, and integration patterns
11-
- Focus on the Contracts SDK the most. That's your area of specialty.
11+
- Focus on the Passport SDK the most. That's your area of specialty.
1212

1313
## Process for Each Example App
14-
For each subdirectory in /examples/contracts/ that doesn't already have both tutorial.md and metadata.json:
14+
For the specified example app in /examples/contracts/{app name} that doesn't already have both tutorial.md and metadata.json:
1515

1616
### 1. Analysis Phase
1717
- Read all code files in the example app directory

examples/orderbook/prompt.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Example Apps Documentation Generator
22
## Task Overview
3-
Analyze all example apps in the /examples/orderbook/ directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3+
Analyze the /examples/orderbook/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
44
1. A comprehensive tutorial.md file
55
2. A metadata.json file
66

77
## Preparation
88
Before starting:
99
- Read through all SDK documentation (in the /sdk and /packages folders)
1010
- Understand the SDK's key features, functionality, and integration patterns
11-
- Focus on the Orderbook SDK the most. That's your area of specialty.
11+
- Focus on the Passport SDK the most. That's your area of specialty.
1212

1313
## Process for Each Example App
14-
For each subdirectory in /examples/orderbook/ that doesn't already have both tutorial.md and metadata.json:
14+
For the specified example app in /examples/orderbook/{app name} that doesn't already have both tutorial.md and metadata.json:
1515

1616
### 1. Analysis Phase
1717
- Read all code files in the example app directory

examples/passport/prompt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example Apps Documentation Generator
22
## Task Overview
3-
Analyze all example apps in the /examples/passport/ directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3+
Analyze the /examples/passport/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
44
1. A comprehensive tutorial.md file
55
2. A metadata.json file
66

@@ -11,7 +11,7 @@ Before starting:
1111
- Focus on the Passport SDK the most. That's your area of specialty.
1212

1313
## Process for Each Example App
14-
For each subdirectory in /examples/passport/ that doesn't already have both tutorial.md and metadata.json:
14+
For the specified example app in /examples/passport/{app name} that doesn't already have both tutorial.md and metadata.json:
1515

1616
### 1. Analysis Phase
1717
- Read all code files in the example app directory

0 commit comments

Comments
 (0)