Monorepo: curate hackmode-scripts into maintained source-only tooling #5
Labels
No labels
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/hackmode#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
lost-rob0t/hackmode-scriptscontains useful recon/helper source, but also generated binaries, FASLs, duplicated dependency files, and shell glue that should not be copied wholesale into the Hackmode monorepo.Current behavior
The repo mixes maintained source with artifacts such as large
ralpexecutables and compiled Lisp files. Some recon scripts overlap with Common Lisp recon functions already present inhackmode.Desired behavior
Move only useful source into
lost-rob0t/hackmode, under clear ownership:source/hackmode-tools/tools/legacy/Architecture
Scripts are migration inputs, not a permanent parallel product. Each migrated helper should either become a typed Hackmode command/provider or be explicitly marked legacy pending a Common Lisp port.
Implementation scope
.gitignorerules for generated Lisp/binary artifacts if neededDependencies
Depends on #4 monorepo layout.
Acceptance criteria
Verification