Skip to content

Conversation

@carmandale
Copy link

Summary

  • add a script to strip OpenSpec instructions or fully remove OpenSpec assets from a project
  • support instructions-only mode for AGENTS.md/CLAUDE.md surgical cleanup
  • document the new flag in the script header

@carmandale carmandale requested a review from TabishB as a code owner October 18, 2025 12:55
@carmandale carmandale force-pushed the chore/remove-openspec-script branch from 5dd2064 to 6c3bb48 Compare October 18, 2025 13:16
@@ -0,0 +1,296 @@
#!/usr/bin/env python3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carmandale Hey I understand the intention, but I'm not sure if this is the way to really implement this.

If the goal is it to uninstall or remove openspec config from a certain project we should extend the current cli to add this is an option with a confirmation flag/prompt.

It also dosen't make sense to add in a python dependency to the project for many reasons:

  1. We can't expect users to have python installed
  2. We don't have a way for supporting python dependencies
  3. We dont have any testing config setup for python

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you can update this to just be a cli command for openspec in standard typescript alongside proper unit tests, I'm happy to accept in the change.

@ericjuden
Copy link

Is this similar to the idea of the uninstall command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants