@promptster/teams-cli 0.5.3 → 0.5.4
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/README.md +7 -5
- package/binaries/SHA256SUMS +6 -6
- package/binaries/SHA256SUMS.minisig +3 -3
- package/binaries/promptster-teams-darwin-arm64 +0 -0
- package/binaries/promptster-teams-darwin-x64 +0 -0
- package/binaries/promptster-teams-linux-arm64 +0 -0
- package/binaries/promptster-teams-linux-x64 +0 -0
- package/binaries/promptster-teams-win32-arm64.exe +0 -0
- package/binaries/promptster-teams-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,15 @@ On-device, auditable AI-coding capture for internal engineering teams.
|
|
|
5
5
|
```sh
|
|
6
6
|
npm install -g @promptster/teams-cli
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
promptster-teams doctor
|
|
12
|
-
promptster-teams watch
|
|
8
|
+
promptster-teams login # paste your PSE-XXXX-XXXX key — capture starts automatically
|
|
9
|
+
promptster-teams autostart enable # keep capturing across reboots (starts at login)
|
|
10
|
+
promptster-teams status # confirm it's running
|
|
13
11
|
```
|
|
14
12
|
|
|
13
|
+
Background capture from `login` doesn't survive a reboot on its own —
|
|
14
|
+
`autostart enable` installs a per-OS login service (launchd / systemd / Task
|
|
15
|
+
Scheduler) so it comes back after every restart.
|
|
16
|
+
|
|
15
17
|
Tails Claude Code + Codex transcripts, redacts secrets on-device, signs each
|
|
16
18
|
event into a tamper-evident chain, and streams to your team's backend. Capture
|
|
17
19
|
is content, not surveillance — no keystroke logging, no behavioral analysis.
|
package/binaries/SHA256SUMS
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
5a1fb8b0889266836fdecdcd19f6250b52fc5b2bb81edc726fb434641a924ac9 promptster-teams-linux-x64
|
|
2
|
+
b60de4b29a38364caf77f8064bb7eed556ad786687a01d0b4d79b91b5d649bf3 promptster-teams-linux-arm64
|
|
3
|
+
c37da383ee173f11f0b918bff10b7bc2c6acd6fc231b3249b8fe3b451c5c2823 promptster-teams-darwin-x64
|
|
4
|
+
2784cc18e3df336fe738826f851001ccbc0259b3bb51ba4aa0e0b683c7b4989f promptster-teams-darwin-arm64
|
|
5
|
+
721663a1d05d0153f5316419927d0860654db06a23155bb01962e539879ffe84 promptster-teams-win32-x64.exe
|
|
6
|
+
ec2232950eefc7fee4bc737aacd82d2e3f59c9b986d31317c2bf6bffd08e0b04 promptster-teams-win32-arm64.exe
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
untrusted comment: signature from minisign secret key
|
|
2
|
-
RUSPnqFjEKp3+
|
|
3
|
-
trusted comment: timestamp:
|
|
4
|
-
|
|
2
|
+
RUSPnqFjEKp3+YAyEO1wTJoue6ypf+z0FCxj04LLy4j2bbN2nuOBYQhqjkKt7MfDI3j0ajm9sZikyilivHTtVTucUS7RO3y1DQY=
|
|
3
|
+
trusted comment: timestamp:1783970738 file:SHA256SUMS hashed
|
|
4
|
+
wLGL7ZzuZqrcdfmfqu/AejUDeHnukINJcKLqVafvIzvNv1GbcnrjEhHRhbh35qHIyrQg1yiltqAvK/ME7LVtBQ==
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|