Skip to content

Commit c622902

Browse files
committed
more words
1 parent 77cf9f0 commit c622902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/blog/2025-12-27-using-augment-for-javalin-7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Augment breaks down complex tasks into steps and verifies each one. When I ask i
6060

6161
I pointed Augment at the [GitHub versions comparison](https://github.com/javalin/javalin/compare/javalin-parent-6.7.0...javalin-parent-7.0.0-alpha.4) and asked it to write a migration guide. About 80% of the work was done after handing it that URL. It analyzed the commits, identified breaking changes, and structured the guide with before/after examples. Then it also used the migration guide it had just written to create the new documentation page.
6262

63-
Total time: maybe 2 hours including review and iteration. Doing this manually would have taken at least a full day.
63+
Total time was maybe two hours, including review and iteration. Doing this manually would have taken me at least a full day.
6464

6565
### Upgrading from Jetty 11 to Jetty 12
6666

@@ -96,7 +96,7 @@ I worked through the samples one by one with the agent. For each project, I'd sa
9696

9797
Dark mode for the Javalin website has been requested for years, but I never prioritized it. It's the kind of feature that touches many files (CSS, JavaScript, HTML templates) and requires careful attention to every component on every page. It's easy to start but tedious to finish properly.
9898

99-
With Augment, I finally got it done. The agent added the toggle button, created the JavaScript for persistence and system preference detection, and then systematically went through every SCSS file to add dark mode variants. When something looked off, I'd post screenshots and tell it to fix it.
99+
With Augment, I finally got it done. The agent added the toggle button, created code for persistence, and then systematically went through every CSS file to add dark mode variants. When something looked off, I'd post screenshots and tell it to fix it. It also cleaned up some of the existing CSS while it was working on the change.
100100

101101
## Comparison with alternatives
102102

0 commit comments

Comments
 (0)