Skip to content

Commit 4850677

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat-spec-approach
# Conflicts: # Agents/BusinessLogicExtractorAgent.cs # Agents/CSharpConverterAgent.cs # Agents/ChunkAwareCSharpConverter.cs # Agents/ChunkAwareJavaConverter.cs # Agents/CobolAnalyzerAgent.cs # Agents/DependencyMapperAgent.cs # Agents/JavaConverterAgent.cs # CobolToQuarkusMigration.csproj
2 parents 1270da8 + 3a2ff65 commit 4850677

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

doctor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ run_setup() {
845845

846846
# Create local config from template
847847
echo -e "${BLUE}📁 Creating local configuration file...${NC}"
848-
TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.example"
848+
TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.template"
849849

850850
if [ ! -f "$TEMPLATE_CONFIG" ]; then
851851
echo -e "${RED}❌ Example configuration file not found: $TEMPLATE_CONFIG${NC}"

todo.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
have a look at outdated instructions
2+
3+
have a look at demo script
4+
5+
fix devcontainer
6+
7+
try it with gpt 5 codex mini
8+
9+
runtime logs to make sense of non-functionial requirements
10+
11+
spec kit for every agent
12+
13+
save agents prompts in prompt files to make them easier to edit and reuse
14+
15+
ghcp sdk?
16+
17+
run-chunked / chunked (aliases) (doctor commands) check again after merge
18+
Irrelevant / dead code. In the main() router, run-chunked and chunked are mapped to run_migration (the standard run), not to run_migration_chunked(). That means the entire run_migration_chunked() function (~200 lines) is dead code — never called. It also passes --chunked to dotnet, which is not a recognized CLI flag. Should be removed entirely.

0 commit comments

Comments
 (0)