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
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
### Implementation Strategy
105
105
@@ -116,27 +116,27 @@ Create a `innersource-ai/` folder in the repository root containing:
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
123
123
124
124
### Maintenance Strategy
125
125
126
-
***Version Control**: Track changes to AI context alongside code changes
127
-
***Regular Updates**: Review and update context as project standards evolve
128
-
***Community Contribution**: Allow contributors to suggest improvements to AI context
129
-
***Metrics Tracking**: Monitor the effectiveness of AI context through code review metrics
126
+
***Version Control**: Track changes to AI context alongside code changes
127
+
***Regular Updates**: Review and update context as project standards evolve
128
+
***Community Contribution**: Allow contributors to suggest improvements to AI context
129
+
***Metrics Tracking**: Monitor the effectiveness of AI context through code review metrics
130
130
131
131
## Resulting Context
132
132
133
-
***Improved Code Quality**: AI-assisted contributions become consistent with existing code standards and architectural patterns from the first submission
134
-
***Reduced Review Friction**: Maintainers can trust incoming PRs more readily, significantly reducing review fatigue and time-to-merge
135
-
***Enhanced Contributor Experience**: Contributors using AI produce better, more maintainable code even on their first attempts, leading to increased confidence and participation
136
-
***Scalable Collaboration**: Opens the door to scalable, AI-aware InnerSource collaboration across teams without sacrificing code quality
137
-
***Knowledge Preservation**: Project knowledge becomes more explicit and accessible, reducing dependency on tribal knowledge
138
-
***Faster Onboarding**: New contributors can leverage AI tools effectively from day one, reducing the learning curve for project-specific patterns
139
-
***Consistent Evolution**: As AI tools improve, the context package ensures that enhanced capabilities are channeled toward project-appropriate solutions
133
+
***Improved Code Quality**: AI-assisted contributions become consistent with existing code standards and architectural patterns from the first submission
134
+
***Reduced Review Friction**: Maintainers can trust incoming PRs more readily, significantly reducing review fatigue and time-to-merge
135
+
***Enhanced Contributor Experience**: Contributors using AI produce better, more maintainable code even on their first attempts, leading to increased confidence and participation
136
+
***Scalable Collaboration**: Opens the door to scalable, AI-aware InnerSource collaboration across teams without sacrificing code quality
137
+
***Knowledge Preservation**: Project knowledge becomes more explicit and accessible, reducing dependency on tribal knowledge
138
+
***Faster Onboarding**: New contributors can leverage AI tools effectively from day one, reducing the learning curve for project-specific patterns
139
+
***Consistent Evolution**: As AI tools improve, the context package ensures that enhanced capabilities are channeled toward project-appropriate solutions
0 commit comments