Skip to content

Verify and document Windows/Linux compatibility #3

Description

@selftwo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions