Skip to content

Commit cddf368

Browse files
fix(docs): address feedback on prompting guideline
- Clarify the meaning of 'structure' in prompts to refer to structured formats like XML or JSON. - Correct the documentation for configuring custom agents and rules, pointing to the correct directories instead of `README.pochi.md`. 🤖 Generated with [Pochi](https://getpochi.com) Co-Authored-By: Pochi <noreply@getpochi.com>
1 parent 4c64953 commit cddf368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/content/docs/prompting-guideline.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This guide offers practical strategies to boost development workflows.
1717
- **Provide Clear Context:** Use `@` to reference files/folders (e.g., `@api.js`) or `README.pochi.md` for project rules and goals (e.g., coding standards, security priorities).
1818
- **Break Down Tasks:** Split complex problems into steps for stability (e.g., review, then optimize).
1919
- **Ensure Consistency:** Rely on structured prompts (XML/JSON) for repeatable, predictable outputs.
20-
- **Iterate Safely:** Tweak prompts step-by-step, using structure to revert changes if needed.
21-
- **Leverage Pochi Features:** Use `~/.pochi/config.jsonc` for models & MCPs, `README.pochi.md` for agents/rules, Pochi Cloud for shared histories, GitHub/Slack for team work.
20+
- **Iterate Safely:** Tweak prompts step-by-step. Using structured formats like XML or JSON for your prompts makes it easier to track and revert changes if needed.
21+
- **Leverage Pochi Features:** Use `~/.pochi/config.jsonc` for models & MCPs, the `.pochi/agents/` directory for custom agents, the `rules/` directory for custom rules, Pochi Cloud for shared histories, and GitHub/Slack for team collaboration.
2222

2323
## How to Prompt Pochi
2424

0 commit comments

Comments
 (0)