Skip to content

Commit 7bea6b4

Browse files
committed
fix name
1 parent 82a804d commit 7bea6b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.agents/tasks/2025/05/30-1219-refactor-gems

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
A previous developer got the following task:
22

3-
Currently, the gems in the repo are structured in a weird way. We have a very think executable file for each gem that just calls into another ruby script that used to be the primary executable. The other script now serves as a library, but has special code to detect when it's being executed. Let's make the second script a pure library and move all the "executable" code in the main gem binaries.
3+
> Make sure the functionality of both gems is usable as a library. The gem binaries
4+
> should just call into methods exported by the gem libraries. Make command-line
5+
> handling consistent between the two gems. Use class names that are derived from
6+
> the gem names.
47

58
He made really good progress in commit d007872908d4fb5dbe862549f825eec98e7721f0, but
69
he hasn't tested his code.

0 commit comments

Comments
 (0)