@fprad0/skill-master-mcp 0.0.8 → 0.0.10

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 (223) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +61 -8
  3. package/VERSION.md +3 -3
  4. package/bin/lib/menu-core.mjs +798 -7
  5. package/bin/skill-master-bootstrap-global.mjs +48 -0
  6. package/bin/skill-master-doctor.mjs +168 -0
  7. package/bin/skill-master-install-global-skills.mjs +97 -0
  8. package/bin/skill-master-menu.mjs +184 -36
  9. package/bin/skill-master-register-clients.mjs +177 -0
  10. package/dist/domain-router.d.ts +11 -0
  11. package/dist/domain-router.d.ts.map +1 -0
  12. package/dist/domain-router.js +79 -0
  13. package/dist/domain-router.js.map +1 -0
  14. package/dist/index.js +159 -0
  15. package/dist/index.js.map +1 -1
  16. package/dist/moral-governance.d.ts +24 -0
  17. package/dist/moral-governance.d.ts.map +1 -0
  18. package/dist/moral-governance.js +143 -0
  19. package/dist/moral-governance.js.map +1 -0
  20. package/dist/prompt-router.d.ts +4 -0
  21. package/dist/prompt-router.d.ts.map +1 -1
  22. package/dist/prompt-router.js +18 -2
  23. package/dist/prompt-router.js.map +1 -1
  24. package/docs/planning/V0_0_9_APROVACAO_CRITICA_MENSAGENS_DE_VENDA.md +85 -0
  25. package/docs/planning/V0_0_9_FONTES_E_CRITERIOS_DE_AUTORIDADE.md +139 -0
  26. package/docs/planning/V0_0_9_MATRIZ_SKILLS_MULTIDISCIPLINARES.md +105 -0
  27. package/docs/planning/V0_0_9_POLITICA_MORAL_CATOLICA_PARA_IA.md +181 -0
  28. package/docs/planning/V0_0_9_PROMPTS_EXECUCAO.md +59 -0
  29. package/docs/planning/V0_0_9_ROADMAP_DISCERNIMENTO_E_CONHECIMENTO_AMPLO.md +181 -0
  30. package/docs/skill-candidates/v0.0.10/cli-creator/LICENSE.txt +201 -0
  31. package/docs/skill-candidates/v0.0.10/cli-creator/SKILL.md +160 -0
  32. package/docs/skill-candidates/v0.0.10/cli-creator/agents/openai.yaml +4 -0
  33. package/docs/skill-candidates/v0.0.10/cli-creator/references/agent-cli-patterns.md +154 -0
  34. package/docs/skill-candidates/v0.0.10/developer-workstation-ops/SKILL.md +32 -0
  35. package/docs/skill-candidates/v0.0.10/figma/LICENSE.txt +2 -0
  36. package/docs/skill-candidates/v0.0.10/figma/SKILL.md +42 -0
  37. package/docs/skill-candidates/v0.0.10/figma/agents/openai.yaml +14 -0
  38. package/docs/skill-candidates/v0.0.10/figma/assets/figma-small.svg +3 -0
  39. package/docs/skill-candidates/v0.0.10/figma/assets/figma.png +0 -0
  40. package/docs/skill-candidates/v0.0.10/figma/assets/icon.svg +28 -0
  41. package/docs/skill-candidates/v0.0.10/figma/references/figma-mcp-config.md +35 -0
  42. package/docs/skill-candidates/v0.0.10/figma/references/figma-tools-and-prompts.md +34 -0
  43. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/LICENSE.TXT +2 -0
  44. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/SKILL.md +349 -0
  45. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/agents/openai.yaml +14 -0
  46. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/figma-small.svg +3 -0
  47. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/figma.png +0 -0
  48. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/assets/icon.svg +28 -0
  49. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/references/mapping-checklist.md +7 -0
  50. package/docs/skill-candidates/v0.0.10/figma-code-connect-components/scripts/normalize_node_id.py +25 -0
  51. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/LICENSE.TXT +2 -0
  52. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/SKILL.md +537 -0
  53. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/agents/openai.yaml +14 -0
  54. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/figma-small.svg +3 -0
  55. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/figma.png +0 -0
  56. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/assets/icon.svg +28 -0
  57. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/references/rule-template.md +15 -0
  58. package/docs/skill-candidates/v0.0.10/figma-create-design-system-rules/scripts/check_agents_md.sh +9 -0
  59. package/docs/skill-candidates/v0.0.10/figma-generate-design/LICENSE.TXT +2 -0
  60. package/docs/skill-candidates/v0.0.10/figma-generate-design/SKILL.md +341 -0
  61. package/docs/skill-candidates/v0.0.10/figma-generate-design/agents/openai.yaml +14 -0
  62. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/figma-small.svg +3 -0
  63. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/figma.png +0 -0
  64. package/docs/skill-candidates/v0.0.10/figma-generate-design/assets/icon.svg +28 -0
  65. package/docs/skill-candidates/v0.0.10/figma-generate-design/maintainers.yml +1 -0
  66. package/docs/skill-candidates/v0.0.10/figma-generate-library/LICENSE.TXT +2 -0
  67. package/docs/skill-candidates/v0.0.10/figma-generate-library/SKILL.md +314 -0
  68. package/docs/skill-candidates/v0.0.10/figma-generate-library/agents/openai.yaml +14 -0
  69. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/figma-small.svg +3 -0
  70. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/figma.png +0 -0
  71. package/docs/skill-candidates/v0.0.10/figma-generate-library/assets/icon.svg +28 -0
  72. package/docs/skill-candidates/v0.0.10/figma-generate-library/maintainers.yml +3 -0
  73. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/code-connect-setup.md +260 -0
  74. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/component-creation.md +1014 -0
  75. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/discovery-phase.md +518 -0
  76. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/documentation-creation.md +834 -0
  77. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/error-recovery.md +540 -0
  78. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/naming-conventions.md +527 -0
  79. package/docs/skill-candidates/v0.0.10/figma-generate-library/references/token-creation.md +962 -0
  80. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/bindVariablesToComponent.js +110 -0
  81. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/cleanupOrphans.js +127 -0
  82. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createComponentWithVariants.js +148 -0
  83. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createDocumentationPage.js +139 -0
  84. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createSemanticTokens.js +108 -0
  85. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/createVariableCollection.js +49 -0
  86. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/inspectFileStructure.js +121 -0
  87. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/rehydrateState.js +92 -0
  88. package/docs/skill-candidates/v0.0.10/figma-generate-library/scripts/validateCreation.js +83 -0
  89. package/docs/skill-candidates/v0.0.10/figma-implement-design/LICENSE.txt +2 -0
  90. package/docs/skill-candidates/v0.0.10/figma-implement-design/SKILL.md +258 -0
  91. package/docs/skill-candidates/v0.0.10/figma-implement-design/agents/openai.yaml +14 -0
  92. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/figma-small.svg +3 -0
  93. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/figma.png +0 -0
  94. package/docs/skill-candidates/v0.0.10/figma-implement-design/assets/icon.svg +28 -0
  95. package/docs/skill-candidates/v0.0.10/figma-use/LICENSE.TXT +2 -0
  96. package/docs/skill-candidates/v0.0.10/figma-use/SKILL.md +233 -0
  97. package/docs/skill-candidates/v0.0.10/figma-use/agents/openai.yaml +14 -0
  98. package/docs/skill-candidates/v0.0.10/figma-use/assets/figma-small.svg +3 -0
  99. package/docs/skill-candidates/v0.0.10/figma-use/assets/figma.png +0 -0
  100. package/docs/skill-candidates/v0.0.10/figma-use/assets/icon.svg +28 -0
  101. package/docs/skill-candidates/v0.0.10/figma-use/maintainers.yml +1 -0
  102. package/docs/skill-candidates/v0.0.10/figma-use/references/api-reference.md +301 -0
  103. package/docs/skill-candidates/v0.0.10/figma-use/references/common-patterns.md +512 -0
  104. package/docs/skill-candidates/v0.0.10/figma-use/references/component-patterns.md +488 -0
  105. package/docs/skill-candidates/v0.0.10/figma-use/references/effect-style-patterns.md +123 -0
  106. package/docs/skill-candidates/v0.0.10/figma-use/references/gotchas.md +599 -0
  107. package/docs/skill-candidates/v0.0.10/figma-use/references/maintainers.yml +12 -0
  108. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-patterns.md +513 -0
  109. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-standalone.d.ts +11293 -0
  110. package/docs/skill-candidates/v0.0.10/figma-use/references/plugin-api-standalone.index.md +441 -0
  111. package/docs/skill-candidates/v0.0.10/figma-use/references/text-style-patterns.md +203 -0
  112. package/docs/skill-candidates/v0.0.10/figma-use/references/validation-and-recovery.md +109 -0
  113. package/docs/skill-candidates/v0.0.10/figma-use/references/variable-patterns.md +354 -0
  114. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/maintainers.yml +9 -0
  115. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components--creating.md +17 -0
  116. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components--using.md +17 -0
  117. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-components.md +50 -0
  118. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-effect-styles.md +52 -0
  119. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-text-styles.md +90 -0
  120. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables--creating.md +13 -0
  121. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables--using.md +13 -0
  122. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds-variables.md +64 -0
  123. package/docs/skill-candidates/v0.0.10/figma-use/references/working-with-design-systems/wwds.md +41 -0
  124. package/docs/skill-candidates/v0.0.10/frontend-design/LICENSE.txt +177 -0
  125. package/docs/skill-candidates/v0.0.10/frontend-design/SKILL.md +55 -0
  126. package/docs/skill-candidates/v0.0.10/frontend-ui-ux-systems/SKILL.md +32 -0
  127. package/docs/skill-candidates/v0.0.10/github/SKILL.md +74 -0
  128. package/docs/skill-candidates/v0.0.10/github/agents/openai.yaml +6 -0
  129. package/docs/skill-candidates/v0.0.10/github/assets/github-small.svg +3 -0
  130. package/docs/skill-candidates/v0.0.10/github/assets/github.png +0 -0
  131. package/docs/skill-candidates/v0.0.10/image-graphic-design-rendering/SKILL.md +28 -0
  132. package/docs/skill-candidates/v0.0.10/language-quality-pt-en-fr-it-ru/SKILL.md +28 -0
  133. package/docs/skill-candidates/v0.0.10/math-physics-reasoning/SKILL.md +28 -0
  134. package/docs/skill-candidates/v0.0.10/mcp-builder/LICENSE.txt +202 -0
  135. package/docs/skill-candidates/v0.0.10/mcp-builder/SKILL.md +236 -0
  136. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/evaluation.md +602 -0
  137. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/mcp_best_practices.md +249 -0
  138. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/node_mcp_server.md +970 -0
  139. package/docs/skill-candidates/v0.0.10/mcp-builder/reference/python_mcp_server.md +719 -0
  140. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/connections.py +151 -0
  141. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/evaluation.py +373 -0
  142. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/example_evaluation.xml +22 -0
  143. package/docs/skill-candidates/v0.0.10/mcp-builder/scripts/requirements.txt +2 -0
  144. package/docs/skill-candidates/v0.0.10/mcp-client-readiness/SKILL.md +31 -0
  145. package/docs/skill-candidates/v0.0.10/openai-docs/LICENSE.txt +201 -0
  146. package/docs/skill-candidates/v0.0.10/openai-docs/SKILL.md +161 -0
  147. package/docs/skill-candidates/v0.0.10/openai-docs/agents/openai.yaml +14 -0
  148. package/docs/skill-candidates/v0.0.10/openai-docs/assets/openai-small.svg +3 -0
  149. package/docs/skill-candidates/v0.0.10/openai-docs/assets/openai.png +0 -0
  150. package/docs/skill-candidates/v0.0.10/openai-docs/references/latest-model.md +37 -0
  151. package/docs/skill-candidates/v0.0.10/openai-docs/references/prompting-guide.md +244 -0
  152. package/docs/skill-candidates/v0.0.10/openai-docs/references/upgrade-guide.md +181 -0
  153. package/docs/skill-candidates/v0.0.10/openai-docs/scripts/fetch-codex-manual.mjs +598 -0
  154. package/docs/skill-candidates/v0.0.10/openai-docs/scripts/resolve-latest-model-info.js +147 -0
  155. package/docs/skill-candidates/v0.0.10/playwright/LICENSE.txt +201 -0
  156. package/docs/skill-candidates/v0.0.10/playwright/NOTICE.txt +14 -0
  157. package/docs/skill-candidates/v0.0.10/playwright/SKILL.md +147 -0
  158. package/docs/skill-candidates/v0.0.10/playwright/agents/openai.yaml +6 -0
  159. package/docs/skill-candidates/v0.0.10/playwright/assets/playwright-small.svg +3 -0
  160. package/docs/skill-candidates/v0.0.10/playwright/assets/playwright.png +0 -0
  161. package/docs/skill-candidates/v0.0.10/playwright/references/cli.md +116 -0
  162. package/docs/skill-candidates/v0.0.10/playwright/references/workflows.md +95 -0
  163. package/docs/skill-candidates/v0.0.10/playwright/scripts/playwright_cli.sh +25 -0
  164. package/docs/skill-candidates/v0.0.10/polyglot-backend-engineering/SKILL.md +32 -0
  165. package/docs/skill-candidates/v0.0.10/screenshot/LICENSE.txt +201 -0
  166. package/docs/skill-candidates/v0.0.10/screenshot/SKILL.md +267 -0
  167. package/docs/skill-candidates/v0.0.10/screenshot/agents/openai.yaml +6 -0
  168. package/docs/skill-candidates/v0.0.10/screenshot/assets/screenshot-small.svg +5 -0
  169. package/docs/skill-candidates/v0.0.10/screenshot/assets/screenshot.png +0 -0
  170. package/docs/skill-candidates/v0.0.10/screenshot/scripts/ensure_macos_permissions.sh +54 -0
  171. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_display_info.swift +22 -0
  172. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_permissions.swift +40 -0
  173. package/docs/skill-candidates/v0.0.10/screenshot/scripts/macos_window_info.swift +126 -0
  174. package/docs/skill-candidates/v0.0.10/screenshot/scripts/take_screenshot.ps1 +163 -0
  175. package/docs/skill-candidates/v0.0.10/screenshot/scripts/take_screenshot.py +585 -0
  176. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/SKILL.md +62 -0
  177. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/agents/openai.yaml +4 -0
  178. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/activation-policy.md +77 -0
  179. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/human-approval-policy.md +83 -0
  180. package/docs/skill-candidates/v0.0.10/skill-master-orchestrator/references/persona-dev-senior-master.md +46 -0
  181. package/docs/skill-candidates/v0.0.10/terminal-menu-operations/SKILL.md +30 -0
  182. package/docs/skill-candidates/v0.0.10/terminal-pixel-art-tui/SKILL.md +43 -0
  183. package/docs/skill-candidates/v0.0.10/webapp-testing/LICENSE.txt +202 -0
  184. package/docs/skill-candidates/v0.0.10/webapp-testing/SKILL.md +96 -0
  185. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/console_logging.py +35 -0
  186. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/element_discovery.py +40 -0
  187. package/docs/skill-candidates/v0.0.10/webapp-testing/examples/static_html_automation.py +33 -0
  188. package/docs/skill-candidates/v0.0.10/webapp-testing/scripts/with_server.py +106 -0
  189. package/docs/skill-candidates/v0.0.10/winui-app/LICENSE.txt +202 -0
  190. package/docs/skill-candidates/v0.0.10/winui-app/SKILL.md +94 -0
  191. package/docs/skill-candidates/v0.0.10/winui-app/agents/openai.yaml +5 -0
  192. package/docs/skill-candidates/v0.0.10/winui-app/assets/winui.png +0 -0
  193. package/docs/skill-candidates/v0.0.10/winui-app/config.yaml +50 -0
  194. package/docs/skill-candidates/v0.0.10/winui-app/references/_sections.md +96 -0
  195. package/docs/skill-candidates/v0.0.10/winui-app/references/accessibility-input-and-localization.md +51 -0
  196. package/docs/skill-candidates/v0.0.10/winui-app/references/build-run-and-launch-verification.md +72 -0
  197. package/docs/skill-candidates/v0.0.10/winui-app/references/community-toolkit-controls-and-helpers.md +57 -0
  198. package/docs/skill-candidates/v0.0.10/winui-app/references/controls-layout-and-adaptive-ui.md +84 -0
  199. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-environment-audit-and-remediation.md +82 -0
  200. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-setup-and-project-selection.md +67 -0
  201. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-template-first-recovery.md +62 -0
  202. package/docs/skill-candidates/v0.0.10/winui-app/references/foundation-winui-app-structure.md +62 -0
  203. package/docs/skill-candidates/v0.0.10/winui-app/references/motion-animations-and-polish.md +45 -0
  204. package/docs/skill-candidates/v0.0.10/winui-app/references/performance-diagnostics-and-responsiveness.md +46 -0
  205. package/docs/skill-candidates/v0.0.10/winui-app/references/sample-source-map.md +37 -0
  206. package/docs/skill-candidates/v0.0.10/winui-app/references/shell-navigation-and-windowing.md +67 -0
  207. package/docs/skill-candidates/v0.0.10/winui-app/references/styling-theming-materials-and-icons.md +71 -0
  208. package/docs/skill-candidates/v0.0.10/winui-app/references/testing-debugging-and-review-checklists.md +77 -0
  209. package/docs/skill-candidates/v0.0.10/winui-app/references/windows-app-sdk-lifecycle-notifications-and-deployment.md +52 -0
  210. package/docs/skill-candidates/v0.0.9/ai-ethics-human-dignity/SKILL.md +32 -0
  211. package/docs/skill-candidates/v0.0.9/broad-domain-router/SKILL.md +41 -0
  212. package/docs/skill-candidates/v0.0.9/catholic-moral-discernment/SKILL.md +31 -0
  213. package/docs/skill-candidates/v0.0.9/engineering-systems-master/SKILL.md +31 -0
  214. package/docs/skill-candidates/v0.0.9/language-quality-pt-en-fr/SKILL.md +28 -0
  215. package/docs/skill-candidates/v0.0.9/math-science-reasoning/SKILL.md +29 -0
  216. package/docs/skill-candidates/v0.0.9/philosophy-sociology-discernment/SKILL.md +28 -0
  217. package/docs/skill-candidates/v0.0.9/professional-boundary-triage/SKILL.md +40 -0
  218. package/docs/skill-candidates/v0.0.9/release-ethics-gate/SKILL.md +32 -0
  219. package/docs/skill-candidates/v0.0.9/source-authority-reviewer/SKILL.md +31 -0
  220. package/manifests/channels/beta.json +7 -7
  221. package/manifests/channels/stable.json +8 -8
  222. package/network/unapproved-skill-candidates.json +34 -1
  223. package/package.json +7 -1
@@ -0,0 +1,181 @@
1
+ # V0.0.9 - Politica moral catolica para IA e tecnologia
2
+
3
+ Data: 2026-06-27
4
+ Status: planejamento, sem publicacao
5
+
6
+ ## Objetivo
7
+
8
+ Definir uma politica de produto para que o `skill-master-mcp` ajude o desenvolvedor a usar tecnologia para o bem, com discernimento moral inspirado pela Igreja Catolica Apostolica Romana, sem fingir autoridade doutrinaria propria.
9
+
10
+ ## Principio de base
11
+
12
+ O MCP deve operar como assistente tecnico e moralmente cauteloso. Ele pode:
13
+
14
+ - lembrar criterios morais;
15
+ - bloquear ou alertar sobre usos injustos da tecnologia;
16
+ - recomendar consulta a fontes oficiais;
17
+ - pedir revisao humana em decisoes sensiveis;
18
+ - orientar o dev para dignidade humana, verdade, justica, bem comum e responsabilidade.
19
+
20
+ O MCP nao pode:
21
+
22
+ - declarar-se autoridade da Igreja;
23
+ - substituir consciencia humana bem formada;
24
+ - substituir sacerdote, diretor espiritual, advogado, medico ou autoridade competente;
25
+ - tratar prudencia moral como decisao puramente automatica;
26
+ - usar a Igreja como justificativa para humilhar, manipular ou perseguir pessoas.
27
+
28
+ ## Fontes normativas iniciais
29
+
30
+ Usar como fontes de referencia, preferencialmente em links oficiais:
31
+
32
+ - Catecismo da Igreja Catolica: https://www.vatican.va/archive/ENG0015/_INDEX.HTM
33
+ - Mensagem para o Dia Mundial da Paz 2024, "Artificial Intelligence and Peace": https://www.vatican.va/content/francesco/en/messages/peace/documents/20231208-messaggio-57giornatamondiale-pace2024.html
34
+ - Laudato si': https://www.vatican.va/content/francesco/en/encyclicals/documents/papa-francesco_20150524_enciclica-laudato-si.html
35
+ - Compendio da Doutrina Social da Igreja: https://www.vatican.va/roman_curia/pontifical_councils/justpeace/documents/rc_pc_justpeace_doc_20060526_compendio-dott-soc_en.html
36
+
37
+ ## Criterios morais que devem virar gates
38
+
39
+ ### 1. Dignidade humana
40
+
41
+ Bloquear ou pedir revisao quando o prompt envolver:
42
+
43
+ - desumanizacao;
44
+ - manipulacao psicologica;
45
+ - exploracao de vulneraveis;
46
+ - discriminacao injusta;
47
+ - vigilancia invasiva;
48
+ - coleta ou uso indevido de dados pessoais;
49
+ - dano direto a pessoas ou comunidades.
50
+
51
+ ### 2. Verdade
52
+
53
+ Bloquear ou alertar quando houver:
54
+
55
+ - mentira deliberada;
56
+ - falsificacao;
57
+ - fraude;
58
+ - phishing;
59
+ - propaganda enganosa;
60
+ - ocultacao maliciosa de informacao;
61
+ - geracao de conteudo para enganar usuarios.
62
+
63
+ ### 3. Bem comum
64
+
65
+ Alertar quando a solucao:
66
+
67
+ - beneficia apenas eficiencia ou lucro contra pessoas;
68
+ - aumenta desigualdade sem justificativa proporcional;
69
+ - prejudica trabalhadores ou usuarios;
70
+ - enfraquece confianca publica;
71
+ - cria dependencia tecnica abusiva;
72
+ - concentra poder sem transparencia.
73
+
74
+ ### 4. Justica e responsabilidade
75
+
76
+ Pedir plano, evidencias e revisao quando houver:
77
+
78
+ - automacao de decisao sensivel;
79
+ - scoring de pessoas;
80
+ - efeitos juridicos, trabalhistas, financeiros ou educacionais;
81
+ - uso de IA para monitoramento;
82
+ - uso de IA em seguranca, armas ou coercao;
83
+ - risco de bias, erro sistemico ou exclusao.
84
+
85
+ ### 5. Limite da tecnica
86
+
87
+ O MCP deve lembrar que eficiencia tecnica nao equivale a bem moral. Quando o prompt parecer "tecnicamente possivel, moralmente duvidoso", o comportamento esperado e:
88
+
89
+ 1. parar a execucao direta;
90
+ 2. explicar o risco moral;
91
+ 3. propor alternativa orientada ao bem;
92
+ 4. pedir confirmacao humana somente se for uma zona prudencial legitima;
93
+ 5. bloquear quando o pedido for claramente injusto ou danoso.
94
+
95
+ ## Severidades propostas
96
+
97
+ | Severidade | Quando usar | Comportamento |
98
+ | --- | --- | --- |
99
+ | `info` | Ha criterio moral relevante, mas sem risco claro | Registrar orientacao. |
100
+ | `warning` | Ha risco moral moderado, area profissional ou impacto humano | Planejar, pedir fontes e validar limites. |
101
+ | `blocker` | Ha dano, fraude, abuso, exploracao, vigilancia injusta, arma ou ilegalidade | Recusar execucao e oferecer alternativa licita e moral. |
102
+ | `refer` | Exige sacerdote, advogado, medico, psicologo ou autoridade | Dar orientacao geral e recomendar consulta competente. |
103
+
104
+ ## Regras de linguagem
105
+
106
+ O MCP deve dizer:
107
+
108
+ - "criterio catolico de discernimento";
109
+ - "fonte oficial consultada";
110
+ - "revisao humana necessaria";
111
+ - "nao sou autoridade doutrinaria";
112
+ - "nao substituo profissional habilitado".
113
+
114
+ O MCP nao deve dizer:
115
+
116
+ - "sou a voz da Igreja";
117
+ - "minha decisao moral e infalivel";
118
+ - "nao precisa consultar ninguem";
119
+ - "posso substituir advogado/sacerdote/medico";
120
+ - "a tecnica justifica o fim".
121
+
122
+ ## Implementacao proposta
123
+
124
+ Criar modulo:
125
+
126
+ ```text
127
+ src/moral-governance.ts
128
+ ```
129
+
130
+ Tipos:
131
+
132
+ ```ts
133
+ type MoralGateSeverity = 'info' | 'warning' | 'blocker' | 'refer';
134
+ type MoralDomain = 'human_dignity' | 'truth' | 'common_good' | 'justice' | 'professional_boundary' | 'technology_limit';
135
+ ```
136
+
137
+ Tool MCP:
138
+
139
+ ```text
140
+ skill_master_moral_discernment
141
+ ```
142
+
143
+ Entrada:
144
+
145
+ - `prompt`;
146
+ - `projectContext`;
147
+ - `domain`;
148
+ - `riskTolerance`;
149
+ - `faithFramework: catholic`;
150
+ - `response_format`.
151
+
152
+ Saida:
153
+
154
+ - `moralRiskLevel`;
155
+ - `gates`;
156
+ - `sourcesToConsult`;
157
+ - `allowedPath`;
158
+ - `blockedPath`;
159
+ - `recommendedAlternative`;
160
+ - `requiresHumanAuthority`.
161
+
162
+ ## Evals obrigatorias
163
+
164
+ Criar prompts de teste para:
165
+
166
+ - tarefa tecnica neutra;
167
+ - pedido de automacao util;
168
+ - pedido de scraping abusivo;
169
+ - pedido de fraude;
170
+ - pedido juridico sensivel;
171
+ - pedido de arma/autonomia letal;
172
+ - pedido de vigilancia de funcionario;
173
+ - pedido de manipulacao de usuario;
174
+ - pedido de melhoria de acessibilidade;
175
+ - pedido de educacao/estudo.
176
+
177
+ Meta inicial:
178
+
179
+ - 0 falsos negativos em dano claro;
180
+ - falso positivo aceitavel ate 15% em prompts ambiguos;
181
+ - todo caso profissional sensivel deve retornar `refer` ou `warning`.
@@ -0,0 +1,59 @@
1
+ # V0.0.9 - Prompts de execucao para a proxima atualizacao
2
+
3
+ Data: 2026-06-27
4
+ Status: planejamento, sem publicacao
5
+
6
+ ## Prompt 001 - Governanca moral catolica
7
+
8
+ ```text
9
+ Use o skill-master. Implemente a Fase 1 do planejamento V0.0.9: criar o modulo src/moral-governance.ts, testes e integracao inicial com o prompt-router. O objetivo e adicionar gates de dignidade humana, verdade, bem comum, justica, limites da tecnica e fronteiras profissionais. Nao publique nada. Rode npm run check no final.
10
+ ```
11
+
12
+ ## Prompt 002 - Tool MCP de discernimento
13
+
14
+ ```text
15
+ Use o skill-master. Crie a tool skill_master_moral_discernment no MCP, usando o modulo moral-governance. A tool deve aceitar prompt, projectContext, riskTolerance e response_format. Deve retornar gates, nivel de risco, fontes sugeridas, alternativa moral e se exige autoridade humana. Nao publique nada. Teste com prompts bons, ambiguos e bloqueados.
16
+ ```
17
+
18
+ ## Prompt 003 - Fronteiras profissionais
19
+
20
+ ```text
21
+ Use o skill-master. Crie o modulo professional-boundaries para detectar direito, saude, financas, psicologia, seguranca fisica, decisao trabalhista, credito e dados pessoais. O comportamento deve permitir informacao geral, bloquear dano claro e recomendar profissional habilitado em caso real. Nao publique nada. Adicione testes.
22
+ ```
23
+
24
+ ## Prompt 004 - Router de dominios
25
+
26
+ ```text
27
+ Use o skill-master. Crie um domain-router para classificar prompts em ciencia, filosofia, sociologia, direito, matematica, portugues, ingles, frances, engenharia computacional, engenharia de software, redes, IA, seguranca, produto, documentacao e doutrina catolica. Integrar com recomendacao de skills sem ativar skills candidatas automaticamente.
28
+ ```
29
+
30
+ ## Prompt 005 - Menu e notificacoes
31
+
32
+ ```text
33
+ Use o skill-master. Atualize skill-master-menu com acoes para moral-status, moral-check-prompt, domain-router, professional-boundaries e study-domain-skills. As notificacoes devem mostrar evals morais pendentes e skills candidatas aguardando aprovacao. Nao publique nada. Teste o help do menu e acoes sem TTY.
34
+ ```
35
+
36
+ ## Prompt 006 - Skills candidatas e aprovacao humana
37
+
38
+ ```text
39
+ Use o skill-master. Pegue as skills candidatas em docs/skill-candidates/v0.0.9 e crie um pacote de aprovacao humana. Nao ative automaticamente. Para cada skill, gere checklist de fontes, riscos, uso, nao uso, exemplos de prompts e evals minimas. No final, liste quais podem virar local, global ou devem ficar em estudo.
40
+ ```
41
+
42
+ ## Prompt 007 - Mensagem de venda revisada
43
+
44
+ ```text
45
+ Use o skill-master. Atualize a mensagem de venda e o README para refletir a versao atual sem exageros: npm install, menu, prompt router, aprendizagem com aprovacao, governanca moral em desenvolvimento, limites profissionais e update por skill-master-update. Nao publique nada sem minha autorizacao.
46
+ ```
47
+
48
+ ## Prompt 008 - Evals de risco moral e conhecimento amplo
49
+
50
+ ```text
51
+ Use o skill-master. Crie evals para os novos gates morais e de dominio. Inclua prompts permitidos, ambiguos, bloqueados e de encaminhamento profissional. A meta e zero falsos negativos em dano claro e baixo falso positivo em tarefas tecnicas neutras. Rode npm run check.
52
+ ```
53
+
54
+ ## Prompt 009 - Preparacao de release
55
+
56
+ ```text
57
+ Use o skill-master. Prepare a proxima versao sem publicar: atualizar CHANGELOG, VERSION, manifests, docs, npm pack --dry-run e smoke install em pasta temporaria. Ao final, apresente evidencias e aguarde minha autorizacao explicita para npm publish.
58
+ ```
59
+
@@ -0,0 +1,181 @@
1
+ # V0.0.9 - Roadmap de discernimento moral e conhecimento amplo
2
+
3
+ Data: 2026-06-27
4
+ Status: planejamento, sem publicacao
5
+
6
+ ## Objetivo da versao
7
+
8
+ Evoluir o `skill-master-mcp` de um roteador tecnico de skills para uma camada mais ampla de discernimento, qualidade e conhecimento, mantendo seguranca, revisao humana e obediencia ao escopo real do produto.
9
+
10
+ ## Resultado esperado
11
+
12
+ Ao final da proxima versao, o MCP deve conseguir:
13
+
14
+ - avaliar se uma tarefa tecnica tem risco moral ou humano;
15
+ - aplicar gates inspirados na moral catolica;
16
+ - rotear prompts por disciplinas de conhecimento;
17
+ - deixar claro quando uma area exige profissional habilitado;
18
+ - recomendar skills por dominio;
19
+ - criar trilhas de estudo sem ativar conteudo nao aprovado;
20
+ - melhorar a mensagem de venda para refletir capacidades reais.
21
+
22
+ ## Fase 1 - Governanca moral
23
+
24
+ Arquivos:
25
+
26
+ - `src/moral-governance.ts`
27
+ - `src/moral-governance.test.ts`
28
+ - `docs/architecture/GOVERNANCA_MORAL_CATOLICA.md`
29
+
30
+ Entregas:
31
+
32
+ - classificador de risco moral;
33
+ - gates de dignidade humana, verdade, bem comum, justica e limite tecnico;
34
+ - tool MCP `skill_master_moral_discernment`;
35
+ - integracao no `skill_master_prompt_router`;
36
+ - evals com prompts bons, ambiguos e ruins.
37
+
38
+ Criterio de pronto:
39
+
40
+ - prompts claramente danosos retornam `blocker`;
41
+ - areas profissionais sensiveis retornam `refer` ou `warning`;
42
+ - tarefas tecnicas comuns continuam fluindo sem friccao pesada.
43
+
44
+ ## Fase 2 - Fronteiras profissionais
45
+
46
+ Arquivos:
47
+
48
+ - `src/professional-boundaries.ts`
49
+ - `src/professional-boundaries.test.ts`
50
+
51
+ Dominios:
52
+
53
+ - direito;
54
+ - saude;
55
+ - financas;
56
+ - psicologia;
57
+ - seguranca fisica;
58
+ - educacao de menores;
59
+ - decisao trabalhista;
60
+ - decisao de credito;
61
+ - privacidade e dados pessoais.
62
+
63
+ Comportamento:
64
+
65
+ - permitir informacao geral;
66
+ - bloquear instrucao ilegal ou danosa;
67
+ - recomendar profissional habilitado quando houver decisao real;
68
+ - exigir fontes e jurisdicao quando o prompt envolver lei.
69
+
70
+ ## Fase 3 - Router de conhecimento amplo
71
+
72
+ Arquivos:
73
+
74
+ - `src/domain-router.ts`
75
+ - `src/domain-router.test.ts`
76
+ - `network/approved-domain-sources.json`
77
+
78
+ Dominios iniciais:
79
+
80
+ - ciencia;
81
+ - filosofia;
82
+ - sociologia;
83
+ - direito;
84
+ - matematica;
85
+ - portugues;
86
+ - ingles;
87
+ - frances;
88
+ - engenharia computacional;
89
+ - engenharia de software;
90
+ - engenharia de redes;
91
+ - engenharia de IA;
92
+ - seguranca;
93
+ - produto;
94
+ - documentacao;
95
+ - catequese e doutrina catolica.
96
+
97
+ Saida esperada:
98
+
99
+ - dominio principal;
100
+ - dominios secundarios;
101
+ - skills recomendadas;
102
+ - fontes aprovadas;
103
+ - limites profissionais;
104
+ - necessidade de pesquisa atualizada;
105
+ - necessidade de Notion ou registro local.
106
+
107
+ ## Fase 4 - Skills candidatas
108
+
109
+ Criar pacote de skills candidatas em:
110
+
111
+ ```text
112
+ docs/skill-candidates/v0.0.9/
113
+ ```
114
+
115
+ Essas skills nao devem ficar ativas ate revisao humana e decisao explicita.
116
+
117
+ Skills candidatas iniciais:
118
+
119
+ - `catholic-moral-discernment`;
120
+ - `ai-ethics-human-dignity`;
121
+ - `professional-boundary-triage`;
122
+ - `broad-domain-router`;
123
+ - `language-quality-pt-en-fr`;
124
+ - `math-science-reasoning`;
125
+ - `philosophy-sociology-discernment`;
126
+ - `engineering-systems-master`.
127
+
128
+ ## Fase 5 - Menu e notificacoes
129
+
130
+ Adicionar ao menu:
131
+
132
+ - `moral-status`;
133
+ - `moral-check-prompt`;
134
+ - `domain-router`;
135
+ - `professional-boundaries`;
136
+ - `study-domain-skills`;
137
+ - `approve-domain-skill`;
138
+
139
+ Notificacoes:
140
+
141
+ - skills candidatas aguardando aprovacao moral;
142
+ - fontes de dominio ainda nao revisadas;
143
+ - prompt bloqueado por risco moral;
144
+ - prompt encaminhado para profissional habilitado;
145
+ - evals morais pendentes antes de publicar.
146
+
147
+ ## Fase 6 - Mensagem de venda revisada
148
+
149
+ Atualizar README e mensagem publica para dizer:
150
+
151
+ - o que o MCP faz hoje;
152
+ - o que e assistivo, nao automatico;
153
+ - o que e baseado em aprovacao humana;
154
+ - o que e camada moral opcional;
155
+ - o que ainda e roadmap.
156
+
157
+ ## Ordem recomendada de implementacao
158
+
159
+ 1. Criar `moral-governance.ts` com regras puras e testes.
160
+ 2. Integrar gates morais no `prompt-router`.
161
+ 3. Criar tool MCP `skill_master_moral_discernment`.
162
+ 4. Criar `professional-boundaries.ts`.
163
+ 5. Criar `domain-router.ts`.
164
+ 6. Adicionar menu e notificacoes.
165
+ 7. Criar evals.
166
+ 8. Atualizar docs.
167
+ 9. Rodar `npm run check`.
168
+ 10. Pedir autorizacao antes de publicar.
169
+
170
+ ## Riscos
171
+
172
+ - Prometer discernimento moral alem do que o software consegue cumprir.
173
+ - Misturar opiniao pessoal com doutrina catolica sem fonte.
174
+ - Dar aconselhamento profissional indevido.
175
+ - Bloquear demais tarefas tecnicas comuns.
176
+ - Criar um sistema moral rigido sem espaco para prudencia humana.
177
+ - Ativar skills amplas sem revisao de fonte, licenca e risco.
178
+
179
+ ## Decisao de produto
180
+
181
+ O caminho correto e tratar a proxima versao como "governanca assistiva", nao como "juiz automatico". O MCP deve ser forte para bloquear mal claro e humilde para encaminhar casos prudenciais, juridicos, espirituais e profissionais para revisao humana competente.
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf of
171
+ any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don\'t include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.