Skip to content

feat: add touch terminal command and bump to v0.3.2 - #52

Merged
kbuffardi merged 2 commits into
mainfrom
agent/terminal-touch-patch
Jul 29, 2026
Merged

feat: add touch terminal command and bump to v0.3.2#52
kbuffardi merged 2 commits into
mainfrom
agent/terminal-touch-patch

Conversation

@kbuffardi

Copy link
Copy Markdown
Owner

Summary

  • Add a persisted touch <file> command to the simulated terminal.
  • Keep mkdir [-p] <dir> explicitly listed in README and terminal help, alongside the new touch command.
  • Add strict filesystem creation semantics: existing files are not overwritten, missing parents are rejected, and permission errors are surfaced.
  • Add terminal/filesystem coverage and bump the patch version to 0.3.2.

Verification

  • npm run test:e2e — 151 passing
  • npm run lint
  • npm run build
  • node scripts/sync-version-from-manifest.js --check
  • node scripts/check-release-version-sync.js

Closes #51

@kbuffardi
kbuffardi marked this pull request as ready for review July 29, 2026 02:43
@kbuffardi
kbuffardi merged commit 2a96f4e into main Jul 29, 2026
2 checks passed
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.

feat: mkdir and touch commands

1 participant