Lazarus isn't just for dead code anymore π§ β πΊοΈ (skills renamed) #3
Closed
CognitiveCodeAI
announced in
Announcements
Replies: 1 comment
-
|
Superseded by v0.3.0 β see the release notes: https://github.com/CognitiveCodeAI/lazarus/releases/tag/v0.3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lazarus now reaches for any unfamiliar repo
Lazarus started as "raise your dead codebases" β and that's still the hook. But the truth is the skills were never limited to old or broken code. Onboarding, repairing, and auditing a repo you don't know cold is just as useful when the code is:
The "legacy" framing under-sold that β and, more concretely, it made the skills under-trigger on healthy repos, because Claude matches your request against wording soaked in "legacy / broken / won't run." So we widened the framing. Same tools, broader reach.
What changed
The skill commands were renamed (this is the one breaking change):
/lazarus:legacy-discover/lazarus:discover/lazarus:legacy-repair/lazarus:repair/lazarus:principal-audit/lazarus:auditPlain-English triggering is unchanged β "make this run locally", "audit this codebase", "help me get oriented" all still work.
Under the hood, the
auditskill also got more honest:[VERIFIED]now strictly means re-observed this run β no laundering a prior audit's guess into a fresh fact.The destructive-command guard is unchanged and unaffected β
rm -rf /, force-push,DROP TABLE,terraform destroy, and ~25 other patterns are still blocked deterministically.To update
Details on the rename live in the pinned issue (#2). Questions, snags, or ideas β reply here or open an issue. If Lazarus has saved you an afternoon, a β helps others find it. π
Beta Was this translation helpful? Give feedback.
All reactions