@aicgen/aicgen 1.0.0 → 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 CHANGED
@@ -3,7 +3,8 @@
3
3
  ## Project Overview
4
4
 
5
5
  **Language:** typescript
6
- **Type:** other
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
- - patterns
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