Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 15, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

{
"compilerOptions": {
"target": "ES2021",
"lib": ["DOM", "DOM.Iterable", "ES2021"],
"module": "commonjs",
"moduleResolution": "node",
"allowJs": true,
"jsx": "react-jsx",
"sourceMap": true,
"outDir": "dist",
"baseUrl": "./",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src", "tests"],
"exclude": ["node_modules", "dist"]
}{
"name": "your-project-name",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"dev": "next dev",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write ."
},
"dependencies": {
"@reown/appkit": "^latest",
"@reown/appkit-adapter-wagmi": "^latest",
"wagmi": "^latest",
"viem": "^latest",
"@tanstack/react-query": "^latest"
},
"devDependencies": {
"@types/jest": "^latest",
"@typescript-eslint/eslint-plugin": "^latest",
"@typescript-eslint/parser": "^latest",
"eslint": "^latest",
"eslint-config-prettier": "^latest",
"eslint-plugin-react": "^latest",
"jest": "^latest",
"prettier": "^latest",
"typescript": "^latest"
}
}npm install @reown/appkit @reown/appkit-adapter-wagmi wagmi viem @tanstack/react-querysrc/
├── appkit/
│ ├── AppKitProvider.tsx
│ └── config.ts
├── wallets/
├── abi/
│ └── USDTAbi.ts
├── tests/
│ ├── config/
│ ├── wallets/
│ ├── integration/
│ └── utils/
└── components/
├── ConnectButton.tsx
└── HomePage.tsx
.github/
└── workflows/
└── e2e-tests.yml
└── copilot-instructions.md
└── AGENTS.md
└── CLAUDE.md
└── GEMINI.md# Enterprise-Ready Software Engineering Project

Welcome to the Enterprise-Ready Software Engineering Project. This repository is designed for professional development in Python, Java, and C++ with a focus on enterprise-grade solutions, scalability, and maintainability.


🚀 Business Focus

This project is tailored for business enterprise-ready solutions, ensuring professional-grade software engineering practices. It emphasizes:

  • Scalability: Designed to handle enterprise-level workloads.
  • Maintainability: Code structured for long-term use and collaboration.
  • Integration: Seamless integration with existing enterprise systems.

🧑‍💻 Your Role

  • Role Type: {role_type} expert in {domain}
  • Focus Area: {key_skill_area}

As a contributor, your expertise in {domain} will help shape the success of this project. Focus on {key_skill_area} to ensure high-quality contributions.


📜 Code Guidelines

General Guidelines

  • Use language-specific conventions for Python, Java, and C++.
  • Follow design patterns and best practices for enterprise software.
  • Optimize for performance, readability, and scalability.

Python

  • Follow PEP 8 for coding standards.
  • Use type hints and docstrings for better readability.
  • Write unit tests using unittest or pytest.

Java

C++

  • Follow Google's C++ Style Guide.
  • Use CMake for build configuration.
  • Ensure memory safety and avoid undefined behavior.

🔧 Integration

This project is designed to integrate seamlessly with enterprise systems. Key integration points include:

  • APIs: RESTful APIs for communication between services.
  • Databases: Support for relational and NoSQL databases.
  • CI/CD Pipelines: Automated testing and deployment workflows.

📚 Further Reading


For questions or support, please open an issue or contact the project maintainer.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Member

@joe10832 joe10832 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants