@henryz2004/agency 1.0.0 → 1.0.1
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 +1 -1
- package/docs/agency.gif +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ the payroll you'd be paying humans to match it.
|
|
|
12
12
|
|
|
13
13
|
Nothing leaves your machine — unless you explicitly opt into the [leaderboard](#leaderboard-opt-in). No dependencies.
|
|
14
14
|
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
## Run it
|
|
18
18
|
|
package/docs/agency.gif
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henryz2004/agency",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A live pixel-art office sim of your Claude Code, Codex, and opencode workforce.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"lib/",
|
|
13
13
|
"public/",
|
|
14
14
|
"scripts/",
|
|
15
|
-
"README.md"
|
|
15
|
+
"README.md",
|
|
16
|
+
"docs/agency.gif"
|
|
16
17
|
],
|
|
17
18
|
"scripts": {
|
|
18
19
|
"start": "node server.js",
|