totopo 2.0.0-rc-3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -218,7 +218,7 @@ RUN pipx install uv && pipx install poetry`;
218
218
  echo 'echo ""' >> /home/devuser/.bashrc && \
219
219
  echo "echo \" Run 'opencode', 'claude', or 'codex' to start an agent.\"" >> /home/devuser/.bashrc && \
220
220
  echo 'echo ""' >> /home/devuser/.bashrc && \
221
- echo 'alias status="node /workspace/.totopo/post-start.mjs"' >> /home/devuser/.bashrc
221
+ echo 'alias status="node /home/devuser/.totopo/post-start.mjs"' >> /home/devuser/.bashrc
222
222
 
223
223
  CMD ["/bin/bash"]`);
224
224
  return `${sections.join("\n\n")}\n`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "totopo",
3
- "version": "2.0.0-rc-3",
3
+ "version": "2.0.0",
4
4
  "description": "Run AI coding agents safely in your local codebase",
5
5
  "type": "module",
6
6
  "bin": {