Will installing Arness mess up my existing project? #5
Unanswered
fredcallagan
asked this question in
Q&A
Replies: 0 comments
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.
-
No. Arness is non-invasive by design. Everything it creates lives in a
.arness/directory at your project root — specs, plans, reports, templates. It also appends a## Arnessconfig section to yourCLAUDE.md. It does not modify your source code, build configs, or CI/CD pipelines during setup.There's no "init" requirement either. Every entry-point skill (
/arn-planning,/arn-implementing, etc.) auto-configures with sensible defaults on first run — it detects your stack, patterns, and testing framework automatically.To uninstall, remove the
.arness/directory and the## Arnesssection fromCLAUDE.md. No lockfiles, no global state, no daemon processes. Your code is unchanged.Beta Was this translation helpful? Give feedback.
All reactions