qlogicagent 2.19.7 → 2.19.9
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 +16 -5
- package/dist/agent-contract.js +1 -1
- package/dist/agent.js +26 -26
- package/dist/cli.js +1 -1
- package/dist/default-project-knowledge/INSTRUCTIONS.md +7 -7
- package/dist/default-project-knowledge/rules/project-workflow.md +6 -6
- package/dist/host-contract.js +1 -1
- package/dist/index.js +441 -455
- package/dist/protocol.js +1 -1
- package/dist/skills/builtin/desktop-screenshot/SKILL.md +62 -62
- package/dist/skills/builtin/office-doc-reading/SKILL.md +19 -19
- package/dist/skills/mcp/astraclaw-native-mcp-server.js +3 -3
- package/dist/types/cli/acp-session-host.d.ts +4 -0
- package/dist/types/cli/agent-runtime-bootstrap.d.ts +3 -1
- package/dist/types/cli/agent-runtime-session-state.d.ts +12 -4
- package/dist/types/cli/community-resource-installer.d.ts +10 -1
- package/dist/types/cli/industrial-runtime-archive.d.ts +14 -0
- package/dist/types/cli/industrial-runtime-store.d.ts +29 -0
- package/dist/types/cli/mcp-bootstrap.d.ts +11 -1
- package/dist/types/cli/permission-approval-bridge.d.ts +0 -1
- package/dist/types/cli/permission-bootstrap.d.ts +0 -1
- package/dist/types/cli/resolved-agent-cache.d.ts +7 -0
- package/dist/types/cli/runtime-dependency-catalog.d.ts +35 -5
- package/dist/types/cli/stdio-acp-request-host.d.ts +3 -4
- package/dist/types/cli/stdio-agent-session-bootstrap.d.ts +4 -2
- package/dist/types/cli/stdio-runtime-bootstrap.d.ts +0 -2
- package/dist/types/cli/stdio-runtime-services.d.ts +1 -13
- package/dist/types/cli/stdio-server.d.ts +6 -6
- package/dist/types/cli/tool-bootstrap-core-registration.d.ts +1 -0
- package/dist/types/cli/tool-registry-adapter.d.ts +9 -1
- package/dist/types/cli/turn-media-setup.d.ts +15 -0
- package/dist/types/cli/windows-authenticode.d.ts +18 -0
- package/dist/types/host-contract/index.d.ts +4 -24
- package/dist/types/protocol/agent-contract.d.ts +7 -7
- package/dist/types/protocol/wire/acp-protocol.d.ts +6 -5
- package/dist/types/protocol/wire/agent-methods.d.ts +0 -115
- package/dist/types/protocol/wire/index.d.ts +1 -2
- package/dist/types/protocol/wire/notification-payloads.d.ts +0 -87
- package/dist/types/runtime/community/community-consent-client.d.ts +3 -0
- package/dist/types/runtime/community/ranged-download.d.ts +6 -0
- package/dist/types/runtime/infra/industrial-runtime-session-server.d.ts +15 -0
- package/dist/types/runtime/infra/llmrouter-access-token.d.ts +13 -0
- package/dist/types/skills/tools/exec-tool.d.ts +4 -2
- package/dist/types/skills/tools/shell/shell-exec.d.ts +3 -0
- package/dist/types/skills/tools/shell/subprocess-env.d.ts +1 -1
- package/dist/types/test-support/project-store-fixture.d.ts +11 -0
- package/package.json +8 -18
- package/dist/pet-contracts.js +0 -1
- package/dist/pet-host.js +0 -19
- package/dist/types/cli/handlers/pet-confirm-handler.d.ts +0 -7
- package/dist/types/cli/pet-confirm-coordinator.d.ts +0 -20
- package/dist/types/cli/pet-runtime.d.ts +0 -61
- package/dist/types/pet-contracts.d.ts +0 -1
- package/dist/types/pet-host.d.ts +0 -9
- package/dist/types/protocol/wire/pet-contracts.d.ts +0 -76
- package/dist/types/runtime/pet/daily-journey-summarizer.d.ts +0 -25
- package/dist/types/runtime/pet/hatch-pet-runner.d.ts +0 -18
- package/dist/types/runtime/pet/index.d.ts +0 -19
- package/dist/types/runtime/pet/journey-catchup.d.ts +0 -14
- package/dist/types/runtime/pet/journey-day-aggregator.d.ts +0 -27
- package/dist/types/runtime/pet/journey-narrative-prompt.d.ts +0 -8
- package/dist/types/runtime/pet/pet-community-assets.d.ts +0 -21
- package/dist/types/runtime/pet/pet-file-loader.d.ts +0 -5
- package/dist/types/runtime/pet/pet-growth-engine.d.ts +0 -2
- package/dist/types/runtime/pet/pet-profile-service.d.ts +0 -111
- package/dist/types/runtime/pet/pet-reaction-engine.d.ts +0 -11
- package/dist/types/runtime/pet/pet-soul-service.d.ts +0 -21
- package/dist/types/runtime/pet/pet-types.d.ts +0 -1
- package/dist/types/runtime/pet/petdex-asset.d.ts +0 -60
- package/dist/types/runtime/pet/petdex-forge-service.d.ts +0 -21
- package/dist/types/runtime/pet/petdex-vision-qa.d.ts +0 -12
- package/dist/types/transport/host-pet-client.d.ts +0 -20
- package/dist/vendor/hatch-pet/LICENSE.txt +0 -201
- package/dist/vendor/hatch-pet/NOTICE.md +0 -25
- package/dist/vendor/hatch-pet/references/animation-rows.md +0 -29
- package/dist/vendor/hatch-pet/references/codex-pet-contract.md +0 -35
- package/dist/vendor/hatch-pet/references/qa-rubric.md +0 -66
- package/dist/vendor/hatch-pet/scripts/compose_atlas.py +0 -169
- package/dist/vendor/hatch-pet/scripts/derive_running_left_from_running_right.py +0 -150
- package/dist/vendor/hatch-pet/scripts/extract_strip_frames.py +0 -408
- package/dist/vendor/hatch-pet/scripts/inspect_frames.py +0 -256
- package/dist/vendor/hatch-pet/scripts/make_contact_sheet.py +0 -96
- package/dist/vendor/hatch-pet/scripts/prepare_pet_run.py +0 -834
- package/dist/vendor/hatch-pet/scripts/render_animation_previews.py +0 -78
- package/dist/vendor/hatch-pet/scripts/validate_atlas.py +0 -157
package/README.md
CHANGED
|
@@ -373,10 +373,21 @@ pnpm test -- --coverage # 覆盖率
|
|
|
373
373
|
|
|
374
374
|
## 发布
|
|
375
375
|
|
|
376
|
+
发布只能由维护者从已与远端同步、工作区干净的 `master` 人工执行:
|
|
377
|
+
|
|
376
378
|
```bash
|
|
377
|
-
#
|
|
378
|
-
git
|
|
379
|
-
git
|
|
380
|
-
|
|
381
|
-
#
|
|
379
|
+
# 版本更新、提交并推送后,先重新拉取并确认本地 master 与上游一致
|
|
380
|
+
git pull --ff-only
|
|
381
|
+
git status --short --branch
|
|
382
|
+
|
|
383
|
+
# 只读 preview:运行完整门禁、构建并校验唯一制品,不发布
|
|
384
|
+
node scripts/release.mjs
|
|
385
|
+
|
|
386
|
+
# preview 通过后,由维护者显式发布同一流程生成并校验的制品
|
|
387
|
+
node scripts/release.mjs --publish
|
|
388
|
+
|
|
389
|
+
# 确认 registry 中的版本和制品摘要
|
|
390
|
+
npm view qlogicagent@<version> version dist.shasum dist.integrity --json
|
|
382
391
|
```
|
|
392
|
+
|
|
393
|
+
CI 只负责检查,不自动创建 tag 或发布 npm 包。
|
package/dist/agent-contract.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var s=
|
|
1
|
+
var s=5,d=1,t=["completed","failed","cancelled"],o=["turn.start","turn.delta","turn.end","turn.error","turn.recovery","turn.file_changes","turn.tool_call","turn.tool_result","turn.tool_blocked","turn.reasoning_delta","turn.approval_request","turn.skill_instruction","turn.ask_user","turn.media_result","turn.media_progress","turn.media_usage","turn.media_capability_check","turn.plan_update","turn.suggestions","turn.sidechain_started","turn.subagent_started","turn.subagent_delta","turn.subagent_ended","turn.sidechain_completed","turn.task_updated","turn.todos_updated","turn.exec_progress","turn.progress","turn.tool_use_summary","turn.tool_selection_policy","turn.lifecycle","turn.document_maintenance","turn.artifact_contract","turn.usage_update","team.member.notification","session.info","session.recovery_pending","memory.updated","skills.updated","turn.memory_recall","turn.memory_written","system.activity","workflow.created","workflow.updated","workflow.deleted","workflow.runStarted","workflow.runCompleted","workflow.runFailed","workflow.nodeStatus","workflow.triggerDropped","workflow.alert","workflow.approvalRequested","workflow.approvalTimedOut"],n=["solo.progress","solo.specProgress","solo.agentDelta","solo.agentActivity","solo.agentUsage","solo.evaluation","product.taskStarted","product.taskOutput","product.members","product.agentActivity","product.taskCompleted","product.taskFailed","product.budgetUpdate","product.budgetWarning","product.checkpointed","product.completed","product.dagTopology","plan.interrupted","product.planReady","product.planningDelta","product.leaderMessage","product.planFailed","product.planningAsk","goal.run_state_changed","goal.phase_boundary","goal.goal_edited","goal.message_queued","goal.acceptance_updated","goal.round_message","mention.delegate_started","mention.delegate_activity","mention.delegate_settled"],e=[...o,...n],p=e,r={"product.taskStarted":["productId","taskId","assignee","attempt"],"product.taskCompleted":["productId","taskId","result","attempt"],"product.taskFailed":["productId","taskId","error","attempt","terminalState"],"mention.delegate_started":["parentSessionId","parentMessageId","bindingId","executionSessionId","delegationId","sequence","providerId","revision"],"mention.delegate_activity":["parentSessionId","parentMessageId","bindingId","executionSessionId","delegationId","sequence","providerId","revision"],"mention.delegate_settled":["parentSessionId","parentMessageId","bindingId","executionSessionId","delegationId","sequence","providerId","revision","status"]},i={version:5,eventSchemaVersion:1,eventNames:e,eventRequiredKeys:r,terminalStates:t},a="4c36fbb48115e487dfb0c5e49a21c07797986a62058c32d99531a6bf41184298",u={version:5,hash:a};export{i as AGENT_CONTRACT_DESCRIPTOR,a as AGENT_CONTRACT_HASH,u as AGENT_CONTRACT_IDENTITY,s as AGENT_CONTRACT_VERSION,e as AGENT_EVENT_NAMES,r as AGENT_EVENT_REQUIRED_KEYS,d as AGENT_EVENT_SCHEMA_VERSION,n as AGENT_TEAM_WS_EVENT_NAMES,t as AGENT_TERMINAL_STATES,o as AGENT_WS_EVENT_NAMES,p as ALL_AGENT_WS_EVENT_NAMES};
|