@promptster/teams-cli 0.5.3 → 0.5.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/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
|
+
040a21dca315a026d52ed558bba93edb7c9a734fe9fa82b54aed73d9c77d6c38 promptster-teams-linux-x64
|
|
2
|
+
1e63522338dc9648aa4b1fd1275374fe49c066dc5206ad1fc796c85e6d9b6072 promptster-teams-linux-arm64
|
|
3
|
+
745eba3582032592ffbda879b8ddda1a648f62fa048f8dfad531948815706e4e promptster-teams-darwin-x64
|
|
4
|
+
fa437dfd822068656635357940b4ff25b96d84a04099521dffff0c8940b5bf8b promptster-teams-darwin-arm64
|
|
5
|
+
2d12a89980b2c8474c1452b651214164ca0a1f4a7c5e1f3fc3931b5b738c5d0b promptster-teams-win32-x64.exe
|
|
6
|
+
8a47ef356e243621215854ed492acaefd7cd63db7ecda8078eeec9d169f657aa 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+cjdxARRuF9MYTiPgsg3uppwrEYv+Vajrkou0znHDSRVS7QVUa+WEqCnEuHl7ogKhBHZThb1ZwaqrfhBZLJmXww=
|
|
3
|
+
trusted comment: timestamp:1783982063 file:SHA256SUMS hashed
|
|
4
|
+
PgtyH0W7fYaonCYDbi4CIZ1h0UxKK48RJS2UCf1Rhm9KsfajEBe84uJ10edHh4AEpjDDM8C+JK29//YevzVrAg==
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|