You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Template files for common patterns (controllers, services, utilities)
79
79
80
80
##### Configuration and Tooling
81
81
82
82
`CONFIG/`: Shared formatter and analysis configurations
83
83
84
-
-`.prettierrc`, `.eslintrc`, or equivalent formatting configs
85
-
-`.editorconfig` for consistent editor settings
86
-
- Static analysis tool configurations
87
-
- Pre-commit hook configurations
84
+
*`.prettierrc`, `.eslintrc`, or equivalent formatting configs
85
+
*`.editorconfig` for consistent editor settings
86
+
* Static analysis tool configurations
87
+
* Pre-commit hook configurations
88
88
89
89
`INTEGRATION/`: AI tool-specific integration guides
90
90
91
-
- GitHub Copilot workspace configuration
92
-
- Custom GPT instructions and prompts
93
-
- IDE plugin configurations
94
-
- CLI tool integration examples
91
+
* GitHub Copilot workspace configuration
92
+
* Custom GPT instructions and prompts
93
+
* IDE plugin configurations
94
+
* CLI tool integration examples
95
95
96
96
##### Advanced Features
97
97
98
-
`EMBEDDINGS/`: For advanced LLM integrations
98
+
`EMBEDDINGS/` (Optional): For advanced LLM integrations
99
99
100
-
- Searchable knowledge base of project patterns
101
-
- Vector embeddings of code examples
102
-
- Semantic search capabilities for finding relevant patterns
100
+
* Searchable knowledge base of project patterns
101
+
* Vector embeddings of code examples
102
+
* Semantic search capabilities for finding relevant patterns
103
103
104
104
**Context Efficiency**: Start with core documentation files (~1000 words of context) to balance context value with AI tool costs. Expand strategically based on measured impact on review cycles and code quality.
105
105
@@ -109,17 +109,17 @@ Create an `innersource-ai/` folder in the repository root containing:
109
109
110
110
#### For Contributors
111
111
112
-
-**Before Starting**: Review the AI context package to understand project standards
113
-
-**During Development**: Reference specific files when prompting AI tools
114
-
-**Code Generation**: Include relevant context snippets in AI prompts
115
-
-**Validation**: Use provided examples to verify AI-generated code aligns with standards
112
+
***Before Starting**: Review the AI context package to understand project standards
113
+
***During Development**: Reference specific files when prompting AI tools
114
+
***Code Generation**: Include relevant context snippets in AI prompts
115
+
***Validation**: Use provided examples to verify AI-generated code aligns with standards
116
116
117
117
#### For AI Tool Integration
118
118
119
-
-**Direct Reference**: Copy relevant sections into AI tool prompts
120
-
-**URL Integration**: Reference files via repository URLs in AI tools that support web access
121
-
-**IDE Integration**: Configure AI plugins to automatically include context
122
-
-**Custom Workflows**: Integrate context into CI/CD pipelines for automated validation
119
+
***Direct Reference**: Copy relevant sections into AI tool prompts
120
+
***URL Integration**: Reference files via repository URLs in AI tools that support web access
121
+
***IDE Integration**: Configure AI plugins to automatically include context
122
+
***Custom Workflows**: Integrate context into CI/CD pipelines for automated validation
0 commit comments