qlogicagent 2.18.12 → 2.19.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.
Files changed (37) hide show
  1. package/README.md +382 -382
  2. package/dist/agent-contract.js +1 -0
  3. package/dist/cli.js +1 -1
  4. package/dist/default-project-knowledge/INSTRUCTIONS.md +7 -7
  5. package/dist/default-project-knowledge/rules/project-workflow.md +6 -6
  6. package/dist/host-contract.js +1 -1
  7. package/dist/index.js +340 -340
  8. package/dist/protocol.js +1 -1
  9. package/dist/skills/builtin/desktop-screenshot/SKILL.md +62 -62
  10. package/dist/skills/builtin/office-doc-reading/SKILL.md +19 -19
  11. package/dist/types/cli/acp-extended-handlers.d.ts +6 -0
  12. package/dist/types/cli/handlers/agents-handler.d.ts +5 -0
  13. package/dist/types/host-contract/index.d.ts +2 -1
  14. package/dist/types/orchestration/agent-instance.d.ts +7 -3
  15. package/dist/types/orchestration/agent-roster.d.ts +6 -2
  16. package/dist/types/orchestration/delegation-coordinator.d.ts +2 -2
  17. package/dist/types/protocol/agent-contract.d.ts +44 -0
  18. package/dist/types/protocol/notifications.d.ts +1 -1
  19. package/dist/types/protocol/wire/acp-protocol.d.ts +3 -0
  20. package/dist/types/protocol/wire/agent-events.d.ts +1 -32
  21. package/dist/types/protocol/wire/index.d.ts +1 -1
  22. package/dist/types/protocol/wire/notification-payloads.d.ts +63 -0
  23. package/dist/types/runtime/infra/acp-detector.d.ts +2 -0
  24. package/dist/vendor/hatch-pet/LICENSE.txt +201 -201
  25. package/dist/vendor/hatch-pet/NOTICE.md +25 -25
  26. package/dist/vendor/hatch-pet/references/animation-rows.md +29 -29
  27. package/dist/vendor/hatch-pet/references/codex-pet-contract.md +35 -35
  28. package/dist/vendor/hatch-pet/references/qa-rubric.md +66 -66
  29. package/dist/vendor/hatch-pet/scripts/compose_atlas.py +169 -169
  30. package/dist/vendor/hatch-pet/scripts/derive_running_left_from_running_right.py +150 -150
  31. package/dist/vendor/hatch-pet/scripts/extract_strip_frames.py +408 -408
  32. package/dist/vendor/hatch-pet/scripts/inspect_frames.py +256 -256
  33. package/dist/vendor/hatch-pet/scripts/make_contact_sheet.py +96 -96
  34. package/dist/vendor/hatch-pet/scripts/prepare_pet_run.py +834 -834
  35. package/dist/vendor/hatch-pet/scripts/render_animation_previews.py +78 -78
  36. package/dist/vendor/hatch-pet/scripts/validate_atlas.py +157 -157
  37. package/package.json +9 -1
@@ -0,0 +1 @@
1
+ var s=3,d=1,e=["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","pet.soul_ready","pet.reaction","pet.growth","pet.state","pet.confirm","pet.asset.updated","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"],t=[...o,...n],p=t,r={"product.taskStarted":["productId","taskId","assignee","attempt"],"product.taskCompleted":["productId","taskId","result","attempt"],"product.taskFailed":["productId","taskId","error","attempt","terminalState"]},u={version:3,eventSchemaVersion:1,eventNames:t,eventRequiredKeys:r,terminalStates:e},a="495d6c1122d9ff8da40427e0809710e6e8a1a6663a4128c1ad9865707dd63147",c={version:3,hash:a};export{u as AGENT_CONTRACT_DESCRIPTOR,a as AGENT_CONTRACT_HASH,c as AGENT_CONTRACT_IDENTITY,s as AGENT_CONTRACT_VERSION,t as AGENT_EVENT_NAMES,r as AGENT_EVENT_REQUIRED_KEYS,d as AGENT_EVENT_SCHEMA_VERSION,n as AGENT_TEAM_WS_EVENT_NAMES,e as AGENT_TERMINAL_STATES,o as AGENT_WS_EVENT_NAMES,p as ALL_AGENT_WS_EVENT_NAMES};