@aicgen/aicgen 1.0.1 → 1.0.2
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/AGENTS.md +7 -2
- package/claude.md +1 -1
- package/dist/index.js +6272 -5503
- package/package.json +1 -1
- package/.agent/rules/api-design.md +0 -649
- package/.agent/rules/architecture.md +0 -2507
- package/.agent/rules/best-practices.md +0 -622
- package/.agent/rules/code-style.md +0 -308
- package/.agent/rules/design-patterns.md +0 -577
- package/.agent/rules/devops.md +0 -230
- package/.agent/rules/error-handling.md +0 -417
- package/.agent/rules/instructions.md +0 -28
- package/.agent/rules/language.md +0 -786
- package/.agent/rules/performance.md +0 -710
- package/.agent/rules/security.md +0 -587
- package/.agent/rules/testing.md +0 -572
- package/.agent/workflows/add-documentation.md +0 -10
- package/.agent/workflows/generate-integration-tests.md +0 -10
- package/.agent/workflows/generate-unit-tests.md +0 -11
- package/.agent/workflows/performance-audit.md +0 -11
- package/.agent/workflows/refactor-extract-module.md +0 -12
- package/.agent/workflows/security-audit.md +0 -12
- package/.gemini/instructions.md +0 -4843
package/AGENTS.md
CHANGED
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
## Project Overview
|
|
4
4
|
|
|
5
5
|
**Language:** typescript
|
|
6
|
-
**Type:**
|
|
6
|
+
**Type:** cli
|
|
7
|
+
**Architecture:** event-driven
|
|
7
8
|
|
|
8
9
|
## Development Guidelines
|
|
9
10
|
|
|
@@ -51,7 +52,7 @@ This project follows structured coding guidelines across multiple categories:
|
|
|
51
52
|
### Architecture
|
|
52
53
|
|
|
53
54
|
- principles
|
|
54
|
-
-
|
|
55
|
+
- messaging
|
|
55
56
|
- patterns
|
|
56
57
|
|
|
57
58
|
### DevOps
|
|
@@ -103,6 +104,10 @@ See tool-specific instruction files for detailed code style guidelines:
|
|
|
103
104
|
- Gemini: `.gemini/instructions.md`
|
|
104
105
|
- Antigravity: `.agent/rules/instructions.md`
|
|
105
106
|
|
|
107
|
+
## Architecture
|
|
108
|
+
|
|
109
|
+
This project follows **event-driven** architecture. See architecture guidelines in tool-specific files.
|
|
110
|
+
|
|
106
111
|
## Testing
|
|
107
112
|
|
|
108
113
|
Follow testing guidelines in tool-specific instruction files.
|
package/claude.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# my-project - Development Guidelines
|
|
2
2
|
|
|
3
|
-
**Role:** You are an expert software engineer specialized in typescript.
|
|
3
|
+
**Role:** You are an expert software engineer specialized in typescript and event-driven architecture.
|
|
4
4
|
**User's Goal:** Build high-quality, maintainable software following strict project guidelines.
|
|
5
5
|
|
|
6
6
|
## Guidelines
|