mirror of
https://github.com/humanlayer/12-factor-agents.git
synced 2025-08-20 18:59:53 +03:00
@@ -12,7 +12,7 @@ targets:
|
||||
- folders: "./build/by-section" # creates a separate working folder for each section
|
||||
sections:
|
||||
- name: setup
|
||||
title: "Copy inital files"
|
||||
title: "Copy initial files"
|
||||
steps:
|
||||
- file: {src: ./walkthrough/00-package.json, dest: package.json}
|
||||
- file: {src: ./walkthrough/00-package-lock.json, dest: package-lock.json}
|
||||
|
||||
@@ -31,7 +31,7 @@ targets:
|
||||
- folders: "./build/by-section" # creates a separate working folder for each section
|
||||
sections:
|
||||
- name: setup
|
||||
title: "Copy inital files"
|
||||
title: "Copy initial files"
|
||||
steps:
|
||||
- file: {src: ./walkthrough/00-package.json, dest: package.json}
|
||||
- file: {src: ./walkthrough/00-package-lock.json, dest: package-lock.json}
|
||||
@@ -67,7 +67,7 @@ npm i -g wtg
|
||||
wtg build
|
||||
```
|
||||
|
||||
based on your targets, thi would create the following files
|
||||
based on your targets, this would create the following files
|
||||
|
||||
```
|
||||
├── walkthrough
|
||||
@@ -106,7 +106,7 @@ and your walkthrough.md file will look like:
|
||||
|
||||
this is a walkthrough for setting up a typescript cli
|
||||
|
||||
## Copy inital files
|
||||
## Copy initial files
|
||||
|
||||
cp walkthrough/00-package.json package.json
|
||||
cp walkthrough/00-package-lock.json package-lock.json
|
||||
|
||||
@@ -243,7 +243,7 @@ describe("CLI generate from example", () => {
|
||||
// Content checks
|
||||
const markdownContent = fs.readFileSync(expectedMarkdownPath, 'utf8').replace(/\r\n/g, '\n');
|
||||
expect(markdownContent).toContain("# setting up a typescript cli");
|
||||
expect(markdownContent).toContain("## Copy inital files");
|
||||
expect(markdownContent).toContain("## Copy initial files");
|
||||
expect(markdownContent).toContain("cp ./walkthrough/00-package.json package.json");
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1987,7 +1987,7 @@ you should get another email with an updated attempt based on your feedback!
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
and your final output will look like
|
||||
|
||||
@@ -592,7 +592,7 @@ sections:
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
results:
|
||||
- text: and your final output will look like
|
||||
code: |
|
||||
|
||||
@@ -149,7 +149,7 @@ you should get another email with an updated attempt based on your feedback!
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
and your final output will look like
|
||||
|
||||
@@ -629,7 +629,7 @@ you should get another email with an updated attempt based on your feedback!
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
and your final output will look like
|
||||
|
||||
@@ -1908,7 +1908,7 @@ you should get another email with an updated attempt based on your feedback!
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
and your final output will look like
|
||||
|
||||
@@ -578,7 +578,7 @@ sections:
|
||||
|
||||
You can go ahead and approve this one:
|
||||
|
||||

|
||||

|
||||
results:
|
||||
- text: and your final output will look like
|
||||
code: |
|
||||
|
||||
Reference in New Issue
Block a user