@promptster/teams-cli 0.5.2 → 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 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
- export PROMPTSTER_TEAMS_API_URL="https://<your-team-ingest-host>"
9
- export PROMPTSTER_TEAMS_TOKEN="<your-org/device-token>"
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.
@@ -1,6 +1,6 @@
1
- bf83ae53f2310d808490271cbe1cb1cb58197958355058c88955381e0c4df534 promptster-teams-linux-x64
2
- 9f2f870c1811445ff92749651ccdda1a7f527f38d9492415cf5352c0b4355474 promptster-teams-linux-arm64
3
- 213af268e1332853a86ba2bd55ab3c29aea1cfb5d60b909421efab957f7a88ef promptster-teams-darwin-x64
4
- f1de27447f72b4b3e4d0b9143f6d4258167ae46dbb1e304495283605f04eb137 promptster-teams-darwin-arm64
5
- b6a3a7cdd05842995c815f4ab34f2b65d96c1153c0394ed9fff99cbb3b834c69 promptster-teams-win32-x64.exe
6
- fe61e3d3fc7f8011b27c427dddafd3d27749b88077bea60d6c8ddd803fda2d2d promptster-teams-win32-arm64.exe
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
@@ -0,0 +1,4 @@
1
+ untrusted comment: signature from minisign secret key
2
+ RUSPnqFjEKp3+YAyEO1wTJoue6ypf+z0FCxj04LLy4j2bbN2nuOBYQhqjkKt7MfDI3j0ajm9sZikyilivHTtVTucUS7RO3y1DQY=
3
+ trusted comment: timestamp:1783970738 file:SHA256SUMS hashed
4
+ wLGL7ZzuZqrcdfmfqu/AejUDeHnukINJcKLqVafvIzvNv1GbcnrjEhHRhbh35qHIyrQg1yiltqAvK/ME7LVtBQ==
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptster/teams-cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "On-device, auditable AI-coding capture for internal engineering teams",
5
5
  "keywords": [
6
6
  "promptster",