Context
PARA Agent is written in TypeScript/Node.js and uses only standard filesystem APIs — it should work cross-platform, but this is untested.
What to verify
para init creates correct folder structure on Windows (path separators, reserved names)
para move handles cross-drive moves (not just same-volume renames)
- Trace JSONL logs write correctly on Windows line endings
- MCP server starts correctly on Linux
How to contribute
If you're on Windows or Linux and want to try it:
git clone https://github.com/bennjph/para-agent.git
cd para-agent
npm install && npm run build
node dist/cli/index.js init --path ~/Documents/test-para
node dist/cli/index.js scan
Report any failures as comments on this issue.
Context
PARA Agent is written in TypeScript/Node.js and uses only standard filesystem APIs — it should work cross-platform, but this is untested.
What to verify
para initcreates correct folder structure on Windows (path separators, reserved names)para movehandles cross-drive moves (not just same-volume renames)How to contribute
If you're on Windows or Linux and want to try it:
Report any failures as comments on this issue.