openalmanac 0.2.42 → 0.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/setup.js +1 -4
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -588,7 +588,7 @@ function printRedditBanner() {
|
|
|
588
588
|
for (let i = 0; i < LOGO_LINES.length; i++) {
|
|
589
589
|
process.stdout.write(`${GRADIENT[i]}${LOGO_LINES[i]}${RST}\n`);
|
|
590
590
|
}
|
|
591
|
-
process.stdout.write(`\n${DIM} Turn any subreddit into a wiki${RST}\n`);
|
|
591
|
+
process.stdout.write(`\n${DIM} Turn any subreddit into a published wiki${RST}\n`);
|
|
592
592
|
}
|
|
593
593
|
/* ── Reddit result screen ──────────────────────────────────────── */
|
|
594
594
|
function printRedditResult(agent, loginResult, mcpChanged, toolCount) {
|
|
@@ -620,9 +620,6 @@ function printRedditResult(agent, loginResult, mcpChanged, toolCount) {
|
|
|
620
620
|
w(row(` ${WHITE_BOLD}Next steps${RST}`));
|
|
621
621
|
w(empty);
|
|
622
622
|
w(row(` ${BLUE}1.${RST} Type ${WHITE_BOLD}claude${RST} to start Claude Code`));
|
|
623
|
-
w(row(` ${BLUE}2.${RST} Run ${BLUE}/reddit-wiki r/<subreddit>${RST}`));
|
|
624
|
-
w(empty);
|
|
625
|
-
w(row(` ${DIM}Ask "how does reddit wiki work?" to learn more${RST}`));
|
|
626
623
|
w(empty);
|
|
627
624
|
w(` ${BLUE_DIM}\u2570${"─".repeat(innerW)}\u256f${RST}`);
|
|
628
625
|
w("");
|