Private Beta — Change Proposals is currently in private beta. Contact
Packmind to get access to this feature.
What are Change Proposals?
Change Proposals enable users to propose modifications to distributed artifacts (standards, commands, skills) directly from their local environment. Once submitted, proposals are reviewed and approved through the Packmind UI, ensuring that changes go through a controlled review process before being applied.Submitting Changes with the CLI
Local changes must be made on files rendered by Packmind — these include files in the.packmind/ directory as well as agent-specific directories such as .claude/, .github/, .cursor/, and others depending on your enabled AI agents (see Distribute artifacts for the full list).
View local changes
To see what local changes haven’t been submitted yet:Submit changes
To submit your local changes as a proposal with a justification message:-m flag in interactive mode, an editor will open for you to write the message.
Include already-submitted changes
To view all local changes, including those that have already been submitted:Important: Pending Changes and the Install Command
Always submit your changes before runningpackmind-cli install to avoid losing your work.
Reviewing Change Proposals in the UI
Once changes have been submitted, they can be reviewed in the Packmind web interface:- Navigate to the Review changes module from the sidebar menu
- Proposals are grouped by artifact (standard, command, or skill)
- Each proposal shows the modification type and a diff view highlighting additions and removals
- Review each proposal and choose to accept or dismiss it
- Click Apply changes to create a new version of the artifact with the accepted changes