mirror of https://github.com/garrytan/gstack.git
13 lines
437 B
TypeScript
13 lines
437 B
TypeScript
|
|
|
|
export function generateLakeIntro(): string {
|
|
return `If \`LAKE_INTRO\` is \`no\`: say "gstack follows the **Boil the Lake** principle — do the complete thing when AI makes marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" Offer to open:
|
|
|
|
\`\`\`bash
|
|
open https://garryslist.org/posts/boil-the-ocean
|
|
touch ~/.gstack/.completeness-intro-seen
|
|
\`\`\`
|
|
|
|
Only run \`open\` if yes. Always run \`touch\`.`;
|
|
}
|