@papert-code/papert-code 0.3.3 → 0.3.5
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.
- package/LICENSE +1 -1
- package/README.md +7 -0
- package/dist/cli.js +129129 -115954
- package/package.json +3 -1
package/LICENSE
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
same "printed page" as the copyright notice for easier
|
|
188
188
|
identification within third-party archives.
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
* Copyright 2026 Papert-code
|
|
191
191
|
Copyright 2025 Papert
|
|
192
192
|
|
|
193
193
|
Licensed under the Apache License, Version 2.0 (the "License");
|
package/README.md
CHANGED
|
@@ -66,6 +66,13 @@ papert
|
|
|
66
66
|
> Generate integration tests for the payment flow.
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
+
## Remote driving (daemon/client)
|
|
70
|
+
|
|
71
|
+
Papert Code supports an optional remote-driving mode where you run a daemon on one machine (or container/VM) and connect to it from another machine.
|
|
72
|
+
|
|
73
|
+
- User & CLI docs: `docs/cli/remote-driving.md`
|
|
74
|
+
- Protocol & implementation notes: `docs/development/remote-driving.md`
|
|
75
|
+
|
|
69
76
|
### Everyday commands
|
|
70
77
|
|
|
71
78
|
- `/help` — list commands
|