Tedka Tools Logo
Tedka Tools
Agentic Workflow Optimizer

Agent-Map Config

Eliminate AI hallucinations. Generate a comprehensive \`AGENT_RULES.md\` to guide your coding agents with precision.

AGENT_RULES.md Preview

# AGENT_RULES.md - My Awesome Project

## Environment Context
- **Tech Stack:** Next.js, TypeScript
- **Logic Directory:** `src/logic`
- **Naming Convention:** camelCase

## Operational Instructions
- **Testing:** Run `npm test` before submitting any major logic changes.
- **Documentation:** Always update relevant `.md` files in the `docs/` directory when modifying public APIs.
- **Hallucination Prevention:** If you are unsure about the location of a component, use `list_dir` or `grep_search` instead of guessing based on common patterns.

## Development Standards
- All new logic should be implemented in the `src/logic` directory.
- Follow camelCase for all file and variable names.


## Agentic Workflow
1. **Research:** Understand the existing architecture before proposing changes.
2. **Plan:** Create an implementation plan for any task requiring more than 2 file changes.
3. **Execute:** Follow the plan strictly.
4. **Verify:** Run the test suite and perform manual verification.

---
*Generated by Tedka Tools Agent-Map Configurator (2026.5)*
Optimized for Agentic Reasoning
v2.1.0

Step 1: Configure

Enter your project specifics. Be precise with paths and commands.

Step 2: Commit

Save the generated file as \`AGENT_RULES.md\` in your project root.

Step 3: Deploy

Your AI agents will now automatically read these rules on every session start.