@zonease/aiworker-cli 0.16.1 → 0.17.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/aiworker-bun.js +258 -256
- package/official-apps/aiworker-hr/dist/index.js +208 -12
- package/official-apps/aiworker-hr/dist/mounted/host-mounted.js +208 -12
- package/official-apps/aiworker-hr/dist/standalone/standalone.js +208 -12
- package/official-apps/aiworker-hr/engine-assets/skills/candidate-profile/SKILL.md +5 -3
- package/official-apps/aiworker-hr/engine-assets/skills/evidence-screening/SKILL.md +4 -0
- package/official-apps/aiworker-hr/engine-assets/skills/hiring-risk-review/SKILL.md +5 -2
- package/official-apps/aiworker-hr/engine-assets/skills/interview-brief/SKILL.md +4 -0
- package/official-apps/aiworker-hr/engine-assets/skills/profile-update-proposal/SKILL.md +31 -4
- package/official-apps/aiworker-hr/engine-assets/workspace/AGENTS.md +11 -3
- package/official-apps/aiworker-hr/engine-assets/workspace/README.md +38 -7
- package/official-apps/aiworker-hr/product/artifacts/README.md +36 -0
- package/official-apps/aiworker-hr/product/artifacts/schemas/evidence-matrix.schema.json +50 -0
- package/official-apps/aiworker-hr/product/artifacts/schemas/hiring-risk.schema.json +50 -0
- package/official-apps/aiworker-hr/product/artifacts/schemas/interview-brief.schema.json +51 -0
- package/official-apps/aiworker-hr/product/artifacts/schemas/profile-update-proposal.schema.json +44 -0
- package/official-apps/aiworker-hr/product/reviews/evidence-matrix.md +5 -0
- package/official-apps/aiworker-hr/product/reviews/hiring-risk.md +5 -0
- package/official-apps/aiworker-hr/product/reviews/interview-brief.md +5 -0
- package/official-apps/aiworker-hr/product/reviews/profile-update-proposal.md +5 -0
- package/official-apps/aiworker-hr/product/workflows/evidence-matrix/prompt.md +3 -0
- package/official-apps/aiworker-hr/product/workflows/evidence-matrix/review.md +5 -0
- package/official-apps/aiworker-hr/product/workflows/hiring-risk/prompt.md +3 -0
- package/official-apps/aiworker-hr/product/workflows/hiring-risk/review.md +5 -0
- package/official-apps/aiworker-hr/product/workflows/interview-brief/prompt.md +3 -0
- package/official-apps/aiworker-hr/product/workflows/interview-brief/review.md +5 -0
- package/official-apps/aiworker-hr/product/workflows/profile-update-proposal/prompt.md +3 -0
- package/official-apps/aiworker-hr/product/workflows/profile-update-proposal/review.md +6 -0
- package/official-apps/aiworker-hr/soul-app.manifest.json +122 -6
- package/official-apps/aiworker-qa/dist/index.js +86 -6
- package/official-apps/aiworker-qa/dist/mounted/host-mounted.js +86 -6
- package/official-apps/aiworker-qa/dist/standalone/standalone.js +86 -6
- package/package.json +1 -1
- package/web/worker/assets/index-BVL5d431.js +1472 -0
- package/web/worker/assets/index-vuCezriz.css +2 -0
- package/web/worker/assets/people-workbench-CwlISvWP.js +6 -0
- package/web/worker/index.html +2 -2
- package/web/worker/assets/index-D-3jVGvl.js +0 -18
- package/web/worker/assets/index-xCuCRnvM.css +0 -2
- package/web/worker/assets/people-workbench-CuoxRrll.js +0 -1