@deployxai/dxc 0.1.0

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 (71) hide show
  1. package/README.md +131 -0
  2. package/dist/chunks/chunk-I6VZLNRZ.js +2118 -0
  3. package/dist/chunks/chunk-XIHX5YAF.js +16391 -0
  4. package/dist/chunks/knowledge-Q6MHPG6I.js +1248 -0
  5. package/dist/chunks/monitor-VPRVRQIS.js +694 -0
  6. package/dist/index.js +32367 -0
  7. package/docs/00-project-context.md +125 -0
  8. package/docs/01-north-star-architecture.md +234 -0
  9. package/docs/02-mvp-technical-design.md +553 -0
  10. package/docs/03-domain-state-api.md +599 -0
  11. package/docs/04-security-and-operations.md +413 -0
  12. package/docs/05-delivery-plan.md +407 -0
  13. package/docs/README.md +44 -0
  14. package/docs/decisions/0001-initial-architecture.md +57 -0
  15. package/docs/decisions/0002-mongodb-environment-boundary.md +42 -0
  16. package/docs/decisions/0003-staged-production-topology.md +33 -0
  17. package/docs/decisions/0004-local-first-agent-research-runtime.md +71 -0
  18. package/docs/decisions/0005-official-skill-orchestration-and-local-content-memory.md +97 -0
  19. package/docs/decisions/0006-separate-wechat-user-login-from-account-authorization.md +87 -0
  20. package/docs/decisions/0007-explicit-personal-wechat-start.md +67 -0
  21. package/docs/decisions/0008-end-to-end-content-workflow-continuity.md +115 -0
  22. package/docs/decisions/0009-privileged-multitenant-draft-scheduling.md +36 -0
  23. package/docs/decisions/0009-versioned-cloud-template-catalog.md +39 -0
  24. package/docs/eight-stage-implementation-audit.md +62 -0
  25. package/docs/first-user-guide.md +187 -0
  26. package/docs/history/content-forge-prd-v0.2-summary.md +81 -0
  27. package/docs/local-development.md +511 -0
  28. package/docs/references/aliyun-oss-production-setup.md +89 -0
  29. package/docs/references/legacy-content-to-wechat-contract.md +223 -0
  30. package/docs/references/renderer-compatibility-report.md +68 -0
  31. package/docs/references/source-inventory.md +179 -0
  32. package/docs/references/wechat-renderer-platform-validation.md +92 -0
  33. package/docs/references/wechat-third-party-platform-setup.md +159 -0
  34. package/docs/references/wechat-website-login-setup.md +137 -0
  35. package/docs/references/wemd-template-attribution.md +25 -0
  36. package/docs/research-monitoring-design.md +235 -0
  37. package/docs/todo-preview-local-first.md +31 -0
  38. package/docs/workbuddy-first-user-runbook.md +246 -0
  39. package/docs//345/221/230/345/267/245BCDE/347/232/204skill/employee-b-research-analyst/SKILL.md +230 -0
  40. package/docs//345/221/230/345/267/245BCDE/347/232/204skill/employee-c-outline-architect/SKILL.md +194 -0
  41. package/docs//345/221/230/345/267/245BCDE/347/232/204skill/employee-d-content-writer/SKILL.md +296 -0
  42. package/docs//345/221/230/345/267/245BCDE/347/232/204skill/employee-e-visual-designer/SKILL.md +268 -0
  43. package/package.json +25 -0
  44. package/skills/dxc-article-outline/SKILL.md +82 -0
  45. package/skills/dxc-article-outline/agents/openai.yaml +6 -0
  46. package/skills/dxc-article-outline/references/outline-methods.md +38 -0
  47. package/skills/dxc-article-write/SKILL.md +85 -0
  48. package/skills/dxc-article-write/agents/openai.yaml +6 -0
  49. package/skills/dxc-article-write/references/writing-methods.md +42 -0
  50. package/skills/dxc-content-brief/SKILL.md +81 -0
  51. package/skills/dxc-content-brief/agents/openai.yaml +6 -0
  52. package/skills/dxc-content-brief/references/brief-method.md +34 -0
  53. package/skills/dxc-content-review/SKILL.md +84 -0
  54. package/skills/dxc-content-review/agents/openai.yaml +6 -0
  55. package/skills/dxc-content-review/references/review-checklist.md +35 -0
  56. package/skills/dxc-content-workflow/SKILL.md +190 -0
  57. package/skills/dxc-content-workflow/agents/openai.yaml +6 -0
  58. package/skills/dxc-content-workflow/references/catalog.json +136 -0
  59. package/skills/dxc-content-workflow/references/onboarding-questions.md +107 -0
  60. package/skills/dxc-content-workflow/references/stage-contract.md +70 -0
  61. package/skills/dxc-research/SKILL.md +110 -0
  62. package/skills/dxc-research/agents/openai.yaml +6 -0
  63. package/skills/dxc-research/references/research-method.md +53 -0
  64. package/skills/dxc-title-write/SKILL.md +112 -0
  65. package/skills/dxc-title-write/agents/openai.yaml +6 -0
  66. package/skills/dxc-title-write/references/title-methods.md +26 -0
  67. package/skills/dxc-visual-plan/SKILL.md +119 -0
  68. package/skills/dxc-visual-plan/agents/openai.yaml +6 -0
  69. package/skills/dxc-visual-plan/references/visual-methods.md +35 -0
  70. package/skills/dxc-wechat-publisher/SKILL.md +157 -0
  71. package/skills/dxc-wechat-publisher/agents/openai.yaml +6 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.