Structured log of engineering work, technical decisions, and their outcomes
From there, I iterated with the AI chat to perform an exhaustive search across the codebase. I double checked that the search results were a...
I started by skimming through the COBOL code myself to get some baseline context before involving any tooling. I didn’t try to understand ev...
After the refactor, I built and deployed the feature branch to the dev environment and focused on validation. I tested all relevant combinat...
Then, I updated the repository implementation to reference those string constants instead of embedding SQL directly. I added boolean flags d...
I was able to get the jar to build with both versions included, but I hit a hard wall when trying to actually start the Spring Boot app. Sin...