behavior-wrapped 0.2.16 → 0.2.18
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 +3 -1
- package/dist/assets/{index-DspaiSuT.js → index-BI9T8ldl.js} +1 -1
- package/dist/assets/{index-BGWEDZlc.css → index-BVXmNFvm.css} +1 -1
- package/dist/index.html +2 -2
- package/package.json +2 -2
- package/server/frustration-card.mjs +2 -1
- package/server/instrumental-workarounds.mjs +3 -2
- package/server/interaction-tone.mjs +2 -1
- package/server/leaderboard.mjs +2 -1
- package/server/origins.mjs +18 -0
- package/server/phrase-card.mjs +2 -1
- package/server/public-report.mjs +2 -1
- package/server/research-donation.mjs +2 -1
- package/server/session-topics.mjs +2 -1
- package/server/store.mjs +9 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Behavior Wrapped
|
|
2
2
|
|
|
3
|
+
[behaviorwrapped.com](https://behaviorwrapped.com)
|
|
4
|
+
|
|
3
5
|
A local-first, macOS prototype that discovers Claude Code history in `~/.claude/projects` and Codex history in `~/.codex/sessions` plus `~/.codex/archived_sessions`, analyzes selected sessions on-device, and publishes a strictly share-safe Wrapped deck. A narrow localhost helper is retained only for optional research-donation review because a hosted page cannot read local transcripts.
|
|
4
6
|
|
|
5
7
|
## Run it
|
|
@@ -12,7 +14,7 @@ npx behavior-wrapped@latest
|
|
|
12
14
|
|
|
13
15
|
Nothing is installed globally. To try it without reading your real session history, add `--demo` to use only the bundled synthetic fixtures.
|
|
14
16
|
|
|
15
|
-
The command automatically scans both agents, selects sessions from the latest 30-day rolling window, creates a share-safe snapshot, publishes it at an unguessable public
|
|
17
|
+
The command automatically scans both agents, selects sessions from the latest 30-day rolling window, creates a share-safe snapshot, publishes it at an unguessable public `https://behaviorwrapped.com/w/…` URL, starts the donation-only local helper, and opens the hosted Wrapped slideshow. Use `--days=N` to change the CLI window.
|
|
16
18
|
|
|
17
19
|
Long-running phases display an animated spinner, elapsed time, session-read progress, live judge status, and workaround batch progress. When output is redirected or captured, the same updates become stable line-based logs instead of terminal animation.
|
|
18
20
|
|