UNPKG

agent-rules-generator

Version:

Interactive CLI tool to generate .agent.md and .windsurfrules files for AI-assisted development

52 lines (44 loc) 1.37 kB
# {{projectName}} - AI Assistant Rules ## Project Overview - **Name**: {{projectName}} - **Description**: {{description}} - **Version**: {{version}} - **Type**: {{projectType}} ## Technology Stack {{#technologyStack}} - **{{key}}**: {{value}} {{/technologyStack}} ## Project Structure ``` {{projectName}}/ ├── {{sourceDir}}/ # Source code ├── {{testDir}}/ # Test files ├── {{buildDir}}/ # Build output ├── {{configDir}}/ # Configuration files └── README.md ``` **Organization**: {{organization}} ## Coding Standards - **Indentation**: {{indentation}} - **Quotes**: {{quotes}} - **Naming**: {{naming}} - **Linting**: {{linting}} - **Comments**: {{comments}} ## Development Workflow - **Git Workflow**: {{gitWorkflow}} - **Branch Naming**: {{branchNaming}} - **Commit Style**: {{commitStyle}} - **CI/CD**: {{cicd}} - **Deployment**: {{deploymentSteps}} ## Project Management - **Methodology**: {{methodology}} - **Issue Tracking**: {{issueTracking}} - **Documentation**: {{documentation}} - **Code Review**: {{codeReview}} ## AI Assistant Guidelines 1. Follow the coding standards and project structure. 2. Use the specified technology stack. 3. Write tests for new features. 4. Document changes thoroughly. 5. Follow the git workflow and commit style. *Generated by agent-rules-generator v1.0.0*