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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_Report.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Please make sure to [search for existing issues](https://github.com/SoftwareDevLabs/SDLC_core/issues) and [check the FAQ](https://github.com/SoftwareDevLabs/SDLC_core/wiki/Frequently-Asked-Questions-(FAQ)) before filing a new one!
9
+
Please make sure to [search for existing issues](https://github.com/SoftwareDevLabs/unstructuredDataHandler/issues) and [check the FAQ](https://github.com/SoftwareDevLabs/unstructuredDataHandler/wiki/Frequently-Asked-Questions-(FAQ)) before filing a new one!
10
10
11
11
If this is an application crash, please also provide a [Feedback Hub](mailto:info@softwaredevlabs.com) submission link so we can find your diagnostic data on the backend.
12
12
13
13
- type: input
14
14
attributes:
15
-
label: SDLC_core Version
15
+
label: unstructuredDataHandler Version
16
16
placeholder: "1.21.2701.0"
17
17
description: |
18
-
Please provide the current version of the SDLC_core.
18
+
Please provide the current version of the unstructuredDataHandler.
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+35-28Lines changed: 35 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Copilot Instructions for SDLC_core
1
+
# Copilot Instructions for unstructuredDataHandler
2
2
3
3
## Repository Summary
4
4
5
-
SDLC_core is a Python-based Software Development Life Cycle core project that provides AI/ML capabilities for software development workflows. The repository contains modules for LLM clients, intelligent agents, memory management, prompt engineering, document retrieval, skill execution, and various utilities. It combines Python core functionality with TypeScript Azure DevOps pipeline configurations.
5
+
unstructuredDataHandler is a Python-based Software Development Life Cycle core project that provides AI/ML capabilities for software development workflows. The repository contains modules for LLM clients, intelligent agents, memory management, prompt engineering, document retrieval, skill execution, and various utilities. It combines Python core functionality with TypeScript Azure DevOps pipeline configurations.
- Consider impact on LLM client routing and fallback logic
216
223
- Verify no naming conflicts with existing modules
217
224
218
-
**Trust these instructions** - only search for additional information if these instructions are incomplete or found to be incorrect. The empty requirements.txt and specific PYTHONPATH requirements are documented limitations that require manual handling.
225
+
**Trust these instructions** - only search for additional information if these instructions are incomplete or found to be incorrect. Note: `requirements.txt` may be empty by design; use `requirements-dev.txt` for local development.
0 commit comments