agentosity 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentosity",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Agentosity — AI-native is a number now. Automatic attendance for your AI agents (stdio MCP lifecycle + activity probes) + human clock-out CLI.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -177,7 +177,7 @@ async function clockout() {
177
177
  console.log(`✅ 下班快乐!${r.clocked_local}`);
178
178
  if (r.rank_company != null) console.log(` 你是公司今天第 ${r.rank_company} 个下班的 · 全网第 ${r.rank_global} 个`);
179
179
  if (r.note) console.log(` ${r.note}`);
180
- console.log(` 明早 10:00 揭榜:${apiBase()}/me`);
180
+ console.log(` 榜单实时更新:${apiBase()}/me`);
181
181
  } else {
182
182
  console.error(`打卡失败:${r?.error ?? "网络不可达"}`);
183
183
  process.exit(1);