@jahia/agentic 0.0.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 (307) hide show
  1. package/README.md +48 -0
  2. package/dist/claude/.claude/rules/jahia.md +76 -0
  3. package/dist/claude/.claude/skills/jahia/SKILL.md +136 -0
  4. package/dist/claude/.claude/skills/jahia-content/SKILL.md +139 -0
  5. package/dist/claude/.claude/skills/jahia-content-create-content/SKILL.md +384 -0
  6. package/dist/claude/.claude/skills/jahia-content-explore-structure/SKILL.md +164 -0
  7. package/dist/claude/.claude/skills/jahia-content-move-content/SKILL.md +236 -0
  8. package/dist/claude/.claude/skills/jahia-content-query-content/SKILL.md +144 -0
  9. package/dist/claude/.claude/skills/jahia-content-translate-content/SKILL.md +297 -0
  10. package/dist/claude/.claude/skills/jahia-dev/SKILL.md +124 -0
  11. package/dist/claude/.claude/skills/jahia-dev-accessibility/SKILL.md +271 -0
  12. package/dist/claude/.claude/skills/jahia-dev-apis/SKILL.md +52 -0
  13. package/dist/claude/.claude/skills/jahia-dev-apis/references/authentication.md +484 -0
  14. package/dist/claude/.claude/skills/jahia-dev-apis/references/graphql.md +657 -0
  15. package/dist/claude/.claude/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  16. package/dist/claude/.claude/skills/jahia-dev-apis/references/security.md +541 -0
  17. package/dist/claude/.claude/skills/jahia-dev-build-component/SKILL.md +140 -0
  18. package/dist/claude/.claude/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  19. package/dist/claude/.claude/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  20. package/dist/claude/.claude/skills/jahia-dev-create-view/SKILL.md +838 -0
  21. package/dist/claude/.claude/skills/jahia-dev-cypress/SKILL.md +445 -0
  22. package/dist/claude/.claude/skills/jahia-dev-debug/SKILL.md +176 -0
  23. package/dist/claude/.claude/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  24. package/dist/claude/.claude/skills/jahia-dev-import-from/SKILL.md +244 -0
  25. package/dist/claude/.claude/skills/jahia-dev-java/SKILL.md +105 -0
  26. package/dist/claude/.claude/skills/jahia-dev-java/references/backend.md +331 -0
  27. package/dist/claude/.claude/skills/jahia-dev-java/references/content-types.md +273 -0
  28. package/dist/claude/.claude/skills/jahia-dev-java/references/modules.md +218 -0
  29. package/dist/claude/.claude/skills/jahia-dev-java/references/osgi.md +208 -0
  30. package/dist/claude/.claude/skills/jahia-dev-java/references/rendering.md +191 -0
  31. package/dist/claude/.claude/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  32. package/dist/claude/.claude/skills/jahia-dev-jexperience/SKILL.md +269 -0
  33. package/dist/claude/.claude/skills/jahia-dev-ops/SKILL.md +50 -0
  34. package/dist/claude/.claude/skills/jahia-dev-ops/references/docker.md +151 -0
  35. package/dist/claude/.claude/skills/jahia-dev-ops/references/monitoring.md +195 -0
  36. package/dist/claude/.claude/skills/jahia-dev-ops/references/provisioning.md +269 -0
  37. package/dist/claude/.claude/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  38. package/dist/claude/.claude/skills/jahia-dev-properties/SKILL.md +147 -0
  39. package/dist/claude/.claude/skills/jahia-dev-properties/references/all-properties.md +231 -0
  40. package/dist/claude/.claude/skills/jahia-dev-query-content/SKILL.md +407 -0
  41. package/dist/claude/.claude/skills/jahia-dev-review/SKILL.md +228 -0
  42. package/dist/claude/.claude/skills/jahia-dev-screenshot/SKILL.md +177 -0
  43. package/dist/claude/.claude/skills/jahia-dev-start-local/SKILL.md +129 -0
  44. package/dist/claude/.claude/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  45. package/dist/claude/CLAUDE.md +90 -0
  46. package/dist/codex/.agents/skills/jahia/SKILL.md +136 -0
  47. package/dist/codex/.agents/skills/jahia-content/SKILL.md +139 -0
  48. package/dist/codex/.agents/skills/jahia-content-create-content/SKILL.md +384 -0
  49. package/dist/codex/.agents/skills/jahia-content-explore-structure/SKILL.md +164 -0
  50. package/dist/codex/.agents/skills/jahia-content-move-content/SKILL.md +236 -0
  51. package/dist/codex/.agents/skills/jahia-content-query-content/SKILL.md +144 -0
  52. package/dist/codex/.agents/skills/jahia-content-translate-content/SKILL.md +297 -0
  53. package/dist/codex/.agents/skills/jahia-dev/SKILL.md +124 -0
  54. package/dist/codex/.agents/skills/jahia-dev-accessibility/SKILL.md +271 -0
  55. package/dist/codex/.agents/skills/jahia-dev-apis/SKILL.md +52 -0
  56. package/dist/codex/.agents/skills/jahia-dev-apis/references/authentication.md +484 -0
  57. package/dist/codex/.agents/skills/jahia-dev-apis/references/graphql.md +657 -0
  58. package/dist/codex/.agents/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  59. package/dist/codex/.agents/skills/jahia-dev-apis/references/security.md +541 -0
  60. package/dist/codex/.agents/skills/jahia-dev-build-component/SKILL.md +140 -0
  61. package/dist/codex/.agents/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  62. package/dist/codex/.agents/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  63. package/dist/codex/.agents/skills/jahia-dev-create-view/SKILL.md +838 -0
  64. package/dist/codex/.agents/skills/jahia-dev-cypress/SKILL.md +445 -0
  65. package/dist/codex/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
  66. package/dist/codex/.agents/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  67. package/dist/codex/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
  68. package/dist/codex/.agents/skills/jahia-dev-java/SKILL.md +105 -0
  69. package/dist/codex/.agents/skills/jahia-dev-java/references/backend.md +331 -0
  70. package/dist/codex/.agents/skills/jahia-dev-java/references/content-types.md +273 -0
  71. package/dist/codex/.agents/skills/jahia-dev-java/references/modules.md +218 -0
  72. package/dist/codex/.agents/skills/jahia-dev-java/references/osgi.md +208 -0
  73. package/dist/codex/.agents/skills/jahia-dev-java/references/rendering.md +191 -0
  74. package/dist/codex/.agents/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  75. package/dist/codex/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
  76. package/dist/codex/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
  77. package/dist/codex/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
  78. package/dist/codex/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
  79. package/dist/codex/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
  80. package/dist/codex/.agents/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  81. package/dist/codex/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
  82. package/dist/codex/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
  83. package/dist/codex/.agents/skills/jahia-dev-query-content/SKILL.md +407 -0
  84. package/dist/codex/.agents/skills/jahia-dev-review/SKILL.md +228 -0
  85. package/dist/codex/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
  86. package/dist/codex/.agents/skills/jahia-dev-start-local/SKILL.md +129 -0
  87. package/dist/codex/.agents/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  88. package/dist/codex/AGENTS.md +89 -0
  89. package/dist/copilot/.agents/skills/jahia/SKILL.md +136 -0
  90. package/dist/copilot/.agents/skills/jahia-content/SKILL.md +139 -0
  91. package/dist/copilot/.agents/skills/jahia-content-create-content/SKILL.md +384 -0
  92. package/dist/copilot/.agents/skills/jahia-content-explore-structure/SKILL.md +164 -0
  93. package/dist/copilot/.agents/skills/jahia-content-move-content/SKILL.md +236 -0
  94. package/dist/copilot/.agents/skills/jahia-content-query-content/SKILL.md +144 -0
  95. package/dist/copilot/.agents/skills/jahia-content-translate-content/SKILL.md +297 -0
  96. package/dist/copilot/.agents/skills/jahia-dev/SKILL.md +124 -0
  97. package/dist/copilot/.agents/skills/jahia-dev-accessibility/SKILL.md +271 -0
  98. package/dist/copilot/.agents/skills/jahia-dev-apis/SKILL.md +52 -0
  99. package/dist/copilot/.agents/skills/jahia-dev-apis/references/authentication.md +484 -0
  100. package/dist/copilot/.agents/skills/jahia-dev-apis/references/graphql.md +657 -0
  101. package/dist/copilot/.agents/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  102. package/dist/copilot/.agents/skills/jahia-dev-apis/references/security.md +541 -0
  103. package/dist/copilot/.agents/skills/jahia-dev-build-component/SKILL.md +140 -0
  104. package/dist/copilot/.agents/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  105. package/dist/copilot/.agents/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  106. package/dist/copilot/.agents/skills/jahia-dev-create-view/SKILL.md +838 -0
  107. package/dist/copilot/.agents/skills/jahia-dev-cypress/SKILL.md +445 -0
  108. package/dist/copilot/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
  109. package/dist/copilot/.agents/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  110. package/dist/copilot/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
  111. package/dist/copilot/.agents/skills/jahia-dev-java/SKILL.md +105 -0
  112. package/dist/copilot/.agents/skills/jahia-dev-java/references/backend.md +331 -0
  113. package/dist/copilot/.agents/skills/jahia-dev-java/references/content-types.md +273 -0
  114. package/dist/copilot/.agents/skills/jahia-dev-java/references/modules.md +218 -0
  115. package/dist/copilot/.agents/skills/jahia-dev-java/references/osgi.md +208 -0
  116. package/dist/copilot/.agents/skills/jahia-dev-java/references/rendering.md +191 -0
  117. package/dist/copilot/.agents/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  118. package/dist/copilot/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
  119. package/dist/copilot/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
  120. package/dist/copilot/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
  121. package/dist/copilot/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
  122. package/dist/copilot/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
  123. package/dist/copilot/.agents/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  124. package/dist/copilot/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
  125. package/dist/copilot/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
  126. package/dist/copilot/.agents/skills/jahia-dev-query-content/SKILL.md +407 -0
  127. package/dist/copilot/.agents/skills/jahia-dev-review/SKILL.md +228 -0
  128. package/dist/copilot/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
  129. package/dist/copilot/.agents/skills/jahia-dev-start-local/SKILL.md +129 -0
  130. package/dist/copilot/.agents/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  131. package/dist/copilot/AGENTS.md +89 -0
  132. package/dist/cursor/.agents/skills/jahia/SKILL.md +136 -0
  133. package/dist/cursor/.agents/skills/jahia-content/SKILL.md +139 -0
  134. package/dist/cursor/.agents/skills/jahia-content-create-content/SKILL.md +384 -0
  135. package/dist/cursor/.agents/skills/jahia-content-explore-structure/SKILL.md +164 -0
  136. package/dist/cursor/.agents/skills/jahia-content-move-content/SKILL.md +236 -0
  137. package/dist/cursor/.agents/skills/jahia-content-query-content/SKILL.md +144 -0
  138. package/dist/cursor/.agents/skills/jahia-content-translate-content/SKILL.md +297 -0
  139. package/dist/cursor/.agents/skills/jahia-dev/SKILL.md +124 -0
  140. package/dist/cursor/.agents/skills/jahia-dev-accessibility/SKILL.md +271 -0
  141. package/dist/cursor/.agents/skills/jahia-dev-apis/SKILL.md +52 -0
  142. package/dist/cursor/.agents/skills/jahia-dev-apis/references/authentication.md +484 -0
  143. package/dist/cursor/.agents/skills/jahia-dev-apis/references/graphql.md +657 -0
  144. package/dist/cursor/.agents/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  145. package/dist/cursor/.agents/skills/jahia-dev-apis/references/security.md +541 -0
  146. package/dist/cursor/.agents/skills/jahia-dev-build-component/SKILL.md +140 -0
  147. package/dist/cursor/.agents/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  148. package/dist/cursor/.agents/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  149. package/dist/cursor/.agents/skills/jahia-dev-create-view/SKILL.md +838 -0
  150. package/dist/cursor/.agents/skills/jahia-dev-cypress/SKILL.md +445 -0
  151. package/dist/cursor/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
  152. package/dist/cursor/.agents/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  153. package/dist/cursor/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
  154. package/dist/cursor/.agents/skills/jahia-dev-java/SKILL.md +105 -0
  155. package/dist/cursor/.agents/skills/jahia-dev-java/references/backend.md +331 -0
  156. package/dist/cursor/.agents/skills/jahia-dev-java/references/content-types.md +273 -0
  157. package/dist/cursor/.agents/skills/jahia-dev-java/references/modules.md +218 -0
  158. package/dist/cursor/.agents/skills/jahia-dev-java/references/osgi.md +208 -0
  159. package/dist/cursor/.agents/skills/jahia-dev-java/references/rendering.md +191 -0
  160. package/dist/cursor/.agents/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  161. package/dist/cursor/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
  162. package/dist/cursor/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
  163. package/dist/cursor/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
  164. package/dist/cursor/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
  165. package/dist/cursor/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
  166. package/dist/cursor/.agents/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  167. package/dist/cursor/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
  168. package/dist/cursor/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
  169. package/dist/cursor/.agents/skills/jahia-dev-query-content/SKILL.md +407 -0
  170. package/dist/cursor/.agents/skills/jahia-dev-review/SKILL.md +228 -0
  171. package/dist/cursor/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
  172. package/dist/cursor/.agents/skills/jahia-dev-start-local/SKILL.md +129 -0
  173. package/dist/cursor/.agents/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  174. package/dist/cursor/.cursor/rules/jahia.mdc +80 -0
  175. package/dist/gemini/.agents/skills/jahia/SKILL.md +136 -0
  176. package/dist/gemini/.agents/skills/jahia-content/SKILL.md +139 -0
  177. package/dist/gemini/.agents/skills/jahia-content-create-content/SKILL.md +384 -0
  178. package/dist/gemini/.agents/skills/jahia-content-explore-structure/SKILL.md +164 -0
  179. package/dist/gemini/.agents/skills/jahia-content-move-content/SKILL.md +236 -0
  180. package/dist/gemini/.agents/skills/jahia-content-query-content/SKILL.md +144 -0
  181. package/dist/gemini/.agents/skills/jahia-content-translate-content/SKILL.md +297 -0
  182. package/dist/gemini/.agents/skills/jahia-dev/SKILL.md +124 -0
  183. package/dist/gemini/.agents/skills/jahia-dev-accessibility/SKILL.md +271 -0
  184. package/dist/gemini/.agents/skills/jahia-dev-apis/SKILL.md +52 -0
  185. package/dist/gemini/.agents/skills/jahia-dev-apis/references/authentication.md +484 -0
  186. package/dist/gemini/.agents/skills/jahia-dev-apis/references/graphql.md +657 -0
  187. package/dist/gemini/.agents/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  188. package/dist/gemini/.agents/skills/jahia-dev-apis/references/security.md +541 -0
  189. package/dist/gemini/.agents/skills/jahia-dev-build-component/SKILL.md +140 -0
  190. package/dist/gemini/.agents/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  191. package/dist/gemini/.agents/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  192. package/dist/gemini/.agents/skills/jahia-dev-create-view/SKILL.md +838 -0
  193. package/dist/gemini/.agents/skills/jahia-dev-cypress/SKILL.md +445 -0
  194. package/dist/gemini/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
  195. package/dist/gemini/.agents/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  196. package/dist/gemini/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
  197. package/dist/gemini/.agents/skills/jahia-dev-java/SKILL.md +105 -0
  198. package/dist/gemini/.agents/skills/jahia-dev-java/references/backend.md +331 -0
  199. package/dist/gemini/.agents/skills/jahia-dev-java/references/content-types.md +273 -0
  200. package/dist/gemini/.agents/skills/jahia-dev-java/references/modules.md +218 -0
  201. package/dist/gemini/.agents/skills/jahia-dev-java/references/osgi.md +208 -0
  202. package/dist/gemini/.agents/skills/jahia-dev-java/references/rendering.md +191 -0
  203. package/dist/gemini/.agents/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  204. package/dist/gemini/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
  205. package/dist/gemini/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
  206. package/dist/gemini/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
  207. package/dist/gemini/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
  208. package/dist/gemini/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
  209. package/dist/gemini/.agents/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  210. package/dist/gemini/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
  211. package/dist/gemini/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
  212. package/dist/gemini/.agents/skills/jahia-dev-query-content/SKILL.md +407 -0
  213. package/dist/gemini/.agents/skills/jahia-dev-review/SKILL.md +228 -0
  214. package/dist/gemini/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
  215. package/dist/gemini/.agents/skills/jahia-dev-start-local/SKILL.md +129 -0
  216. package/dist/gemini/.agents/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  217. package/dist/gemini/AGENTS.md +89 -0
  218. package/dist/gemini/GEMINI.md +6 -0
  219. package/dist/index.js +975 -0
  220. package/dist/opencode/.agents/skills/jahia/SKILL.md +136 -0
  221. package/dist/opencode/.agents/skills/jahia-content/SKILL.md +139 -0
  222. package/dist/opencode/.agents/skills/jahia-content-create-content/SKILL.md +384 -0
  223. package/dist/opencode/.agents/skills/jahia-content-explore-structure/SKILL.md +164 -0
  224. package/dist/opencode/.agents/skills/jahia-content-move-content/SKILL.md +236 -0
  225. package/dist/opencode/.agents/skills/jahia-content-query-content/SKILL.md +144 -0
  226. package/dist/opencode/.agents/skills/jahia-content-translate-content/SKILL.md +297 -0
  227. package/dist/opencode/.agents/skills/jahia-dev/SKILL.md +124 -0
  228. package/dist/opencode/.agents/skills/jahia-dev-accessibility/SKILL.md +271 -0
  229. package/dist/opencode/.agents/skills/jahia-dev-apis/SKILL.md +52 -0
  230. package/dist/opencode/.agents/skills/jahia-dev-apis/references/authentication.md +484 -0
  231. package/dist/opencode/.agents/skills/jahia-dev-apis/references/graphql.md +657 -0
  232. package/dist/opencode/.agents/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  233. package/dist/opencode/.agents/skills/jahia-dev-apis/references/security.md +541 -0
  234. package/dist/opencode/.agents/skills/jahia-dev-build-component/SKILL.md +140 -0
  235. package/dist/opencode/.agents/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  236. package/dist/opencode/.agents/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  237. package/dist/opencode/.agents/skills/jahia-dev-create-view/SKILL.md +838 -0
  238. package/dist/opencode/.agents/skills/jahia-dev-cypress/SKILL.md +445 -0
  239. package/dist/opencode/.agents/skills/jahia-dev-debug/SKILL.md +176 -0
  240. package/dist/opencode/.agents/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  241. package/dist/opencode/.agents/skills/jahia-dev-import-from/SKILL.md +244 -0
  242. package/dist/opencode/.agents/skills/jahia-dev-java/SKILL.md +105 -0
  243. package/dist/opencode/.agents/skills/jahia-dev-java/references/backend.md +331 -0
  244. package/dist/opencode/.agents/skills/jahia-dev-java/references/content-types.md +273 -0
  245. package/dist/opencode/.agents/skills/jahia-dev-java/references/modules.md +218 -0
  246. package/dist/opencode/.agents/skills/jahia-dev-java/references/osgi.md +208 -0
  247. package/dist/opencode/.agents/skills/jahia-dev-java/references/rendering.md +191 -0
  248. package/dist/opencode/.agents/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  249. package/dist/opencode/.agents/skills/jahia-dev-jexperience/SKILL.md +269 -0
  250. package/dist/opencode/.agents/skills/jahia-dev-ops/SKILL.md +50 -0
  251. package/dist/opencode/.agents/skills/jahia-dev-ops/references/docker.md +151 -0
  252. package/dist/opencode/.agents/skills/jahia-dev-ops/references/monitoring.md +195 -0
  253. package/dist/opencode/.agents/skills/jahia-dev-ops/references/provisioning.md +269 -0
  254. package/dist/opencode/.agents/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  255. package/dist/opencode/.agents/skills/jahia-dev-properties/SKILL.md +147 -0
  256. package/dist/opencode/.agents/skills/jahia-dev-properties/references/all-properties.md +231 -0
  257. package/dist/opencode/.agents/skills/jahia-dev-query-content/SKILL.md +407 -0
  258. package/dist/opencode/.agents/skills/jahia-dev-review/SKILL.md +228 -0
  259. package/dist/opencode/.agents/skills/jahia-dev-screenshot/SKILL.md +177 -0
  260. package/dist/opencode/.agents/skills/jahia-dev-start-local/SKILL.md +129 -0
  261. package/dist/opencode/.agents/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  262. package/dist/opencode/AGENTS.md +89 -0
  263. package/dist/windsurf/.windsurf/rules/jahia.md +80 -0
  264. package/dist/windsurf/.windsurf/skills/jahia/SKILL.md +136 -0
  265. package/dist/windsurf/.windsurf/skills/jahia-content/SKILL.md +139 -0
  266. package/dist/windsurf/.windsurf/skills/jahia-content-create-content/SKILL.md +384 -0
  267. package/dist/windsurf/.windsurf/skills/jahia-content-explore-structure/SKILL.md +164 -0
  268. package/dist/windsurf/.windsurf/skills/jahia-content-move-content/SKILL.md +236 -0
  269. package/dist/windsurf/.windsurf/skills/jahia-content-query-content/SKILL.md +144 -0
  270. package/dist/windsurf/.windsurf/skills/jahia-content-translate-content/SKILL.md +297 -0
  271. package/dist/windsurf/.windsurf/skills/jahia-dev/SKILL.md +124 -0
  272. package/dist/windsurf/.windsurf/skills/jahia-dev-accessibility/SKILL.md +271 -0
  273. package/dist/windsurf/.windsurf/skills/jahia-dev-apis/SKILL.md +52 -0
  274. package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/authentication.md +484 -0
  275. package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/graphql.md +657 -0
  276. package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/jcr-api.md +465 -0
  277. package/dist/windsurf/.windsurf/skills/jahia-dev-apis/references/security.md +541 -0
  278. package/dist/windsurf/.windsurf/skills/jahia-dev-build-component/SKILL.md +140 -0
  279. package/dist/windsurf/.windsurf/skills/jahia-dev-create-page-template/SKILL.md +303 -0
  280. package/dist/windsurf/.windsurf/skills/jahia-dev-create-template-set/SKILL.md +232 -0
  281. package/dist/windsurf/.windsurf/skills/jahia-dev-create-view/SKILL.md +838 -0
  282. package/dist/windsurf/.windsurf/skills/jahia-dev-cypress/SKILL.md +445 -0
  283. package/dist/windsurf/.windsurf/skills/jahia-dev-debug/SKILL.md +176 -0
  284. package/dist/windsurf/.windsurf/skills/jahia-dev-define-content-type/SKILL.md +536 -0
  285. package/dist/windsurf/.windsurf/skills/jahia-dev-import-from/SKILL.md +244 -0
  286. package/dist/windsurf/.windsurf/skills/jahia-dev-java/SKILL.md +105 -0
  287. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/backend.md +331 -0
  288. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/content-types.md +273 -0
  289. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/modules.md +218 -0
  290. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/osgi.md +208 -0
  291. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/rendering.md +191 -0
  292. package/dist/windsurf/.windsurf/skills/jahia-dev-java/references/ui-extensions.md +344 -0
  293. package/dist/windsurf/.windsurf/skills/jahia-dev-jexperience/SKILL.md +269 -0
  294. package/dist/windsurf/.windsurf/skills/jahia-dev-ops/SKILL.md +50 -0
  295. package/dist/windsurf/.windsurf/skills/jahia-dev-ops/references/docker.md +151 -0
  296. package/dist/windsurf/.windsurf/skills/jahia-dev-ops/references/monitoring.md +195 -0
  297. package/dist/windsurf/.windsurf/skills/jahia-dev-ops/references/provisioning.md +269 -0
  298. package/dist/windsurf/.windsurf/skills/jahia-dev-osgi-module/SKILL.md +297 -0
  299. package/dist/windsurf/.windsurf/skills/jahia-dev-properties/SKILL.md +147 -0
  300. package/dist/windsurf/.windsurf/skills/jahia-dev-properties/references/all-properties.md +231 -0
  301. package/dist/windsurf/.windsurf/skills/jahia-dev-query-content/SKILL.md +407 -0
  302. package/dist/windsurf/.windsurf/skills/jahia-dev-review/SKILL.md +228 -0
  303. package/dist/windsurf/.windsurf/skills/jahia-dev-screenshot/SKILL.md +177 -0
  304. package/dist/windsurf/.windsurf/skills/jahia-dev-start-local/SKILL.md +129 -0
  305. package/dist/windsurf/.windsurf/skills/jahia-dev-ui-extension/SKILL.md +559 -0
  306. package/dist/windsurf/AGENTS.md +89 -0
  307. package/package.json +28 -0
@@ -0,0 +1,147 @@
1
+ ---
2
+ name: jahia-dev-properties
3
+ description: |
4
+ Reference and guidance for configuring Jahia 8.2 via jahia.properties,
5
+ jahia.node.properties, and OSGi .cfg files. Use when: setting operating mode
6
+ (dev/production), configuring clustering, changing authentication (CAS, SPNEGO,
7
+ cookie), tuning JCR/search index settings, adjusting URL rewriting, changing
8
+ disk paths, or looking up any specific Jahia property key and its default value.
9
+ allowed-tools: Read
10
+ ---
11
+
12
+ ## Configuration Files
13
+
14
+ | File | Location | Purpose |
15
+ |---|---|---|
16
+ | `jahia.properties` | `digital-factory-config/jahia/` | Main Jahia configuration |
17
+ | `jahia.node.properties` | `digital-factory-config/jahia/` | Cluster / node-specific settings |
18
+ | OSGi `.cfg` files | `digital-factory-data/karaf/etc/` | Module and subsystem settings |
19
+
20
+ `jahia.properties` is read at startup. Changes require a restart unless overridden via OSGi config at runtime.
21
+
22
+ ## Variable Interpolation
23
+
24
+ Jahia resolves these variables in property values:
25
+
26
+ | Variable | Resolves to |
27
+ |---|---|
28
+ | `${jahiaWebAppRoot}` | Webapp root (e.g. `.../webapps/ROOT`) |
29
+ | `${jahia.data.dir}` | Same as `jahiaVarDiskPath` once resolved |
30
+ | `${jahia.jackrabbit.home}` | JCR repository home |
31
+
32
+ Default data layout:
33
+ ```
34
+ digital-factory-data/ ← jahiaVarDiskPath
35
+ modules/ ← jahiaModulesDiskPath
36
+ imports/ ← jahiaImportsDiskPath
37
+ repository/ ← jahia.jackrabbit.home
38
+ repository/datastore/ ← jahia.jackrabbit.datastore.path
39
+ generated-resources/ ← must be shared in cluster
40
+ ```
41
+
42
+ ## Common Production Setup
43
+
44
+ Properties to change when going to production:
45
+
46
+ ```properties
47
+ # jahia.properties
48
+ operatingMode = production
49
+
50
+ # Disable development-only endpoints
51
+ jahia.find.disabled = true
52
+ repositoryDirectoryListingDisabled = false
53
+
54
+ # URL rewriting (already on by default)
55
+ urlRewriteSeoRulesEnabled = true
56
+ urlRewriteRemoveCmsPrefix = true
57
+ permanentMoveForVanityURL = true
58
+
59
+ # Protect against semicolon injection
60
+ shiro.blockSemicolon = true
61
+ ```
62
+
63
+ ## Cluster Setup (jahia.node.properties)
64
+
65
+ ```properties
66
+ cluster.activated = true
67
+ cluster.node.serverId = my-node-1 # unique per node
68
+ processingServer = true # only ONE node should be true
69
+ cluster.tcp.bindAddress = # leave empty to auto-detect, or set IP
70
+ cluster.tcp.bindPort = 7870 # JGroups
71
+ cluster.hazelcast.bindPort = 7860 # Hazelcast
72
+
73
+ # In jahia.properties — must be on shared filesystem
74
+ jahiaGeneratedResourcesDiskPath = /shared-nfs/generated-resources/
75
+ ```
76
+
77
+ ## Authentication Quick Reference
78
+
79
+ | Auth method | Enable property |
80
+ |---|---|
81
+ | Cookie (default) | `auth.cookie.enabled = true` |
82
+ | CAS | `auth.cas.enabled = true` + set `auth.cas.serverUrlPrefix` |
83
+ | SPNEGO (Windows) | `auth.spnego.enabled = true` |
84
+ | Container | `auth.container.enabled = true` |
85
+
86
+ CAS minimum config:
87
+ ```properties
88
+ auth.cas.enabled = true
89
+ auth.cas.serverUrlPrefix = https://cas.example.com/cas
90
+ auth.cas.loginUrl = ${auth.cas.serverUrlPrefix}/login
91
+ auth.cas.logoutUrl = ${auth.cas.serverUrlPrefix}/logout
92
+ ```
93
+
94
+ ## JCR / Search Tuning
95
+
96
+ ```properties
97
+ # Check + auto-repair search index on startup (costly — use for one-time fixes)
98
+ jahia.jackrabbit.searchIndex.enableConsistencyCheck = true
99
+ jahia.jackrabbit.searchIndex.autoRepair = true
100
+
101
+ # Full reindex on startup (very slow on large repos — use only when needed)
102
+ jahia.jackrabbit.reindexOnStartup = true
103
+
104
+ # Workspace consistency check
105
+ jahia.jackrabbit.consistencyCheck = true
106
+ jahia.jackrabbit.consistencyFix = true
107
+
108
+ # Query stats (useful for diagnosing slow queries)
109
+ jahia.jackrabbit.queryStatsEnabled = true
110
+ ```
111
+
112
+ ## Performance Tuning
113
+
114
+ ```properties
115
+ # Reduce parallel module generation threads if CPU-bound
116
+ maxModulesToGenerateInParallel = 50
117
+
118
+ # Increase LRU caches for large sites
119
+ accessManagerPathPermissionCacheMaxSize = 100
120
+ jahia.jcr.nodesCachePerSessionMaxSize = 100
121
+
122
+ # Limit max request render time (ms); -1 = no limit
123
+ maxRequestRenderTime = 60000
124
+
125
+ # Mass import: expand to disk first for very large imports
126
+ expandImportedFilesOnDisk = true
127
+ expandImportedFilesOnDiskPath = /tmp
128
+ importMaxBatch = 500
129
+ ```
130
+
131
+ ## OSGi / Karaf Shell
132
+
133
+ ```properties
134
+ karaf.remoteShell.port = 8101 # SSH into Karaf; set negative to disable
135
+ karaf.remoteShell.host = 127.0.0.1 # bind address; restrict to localhost in prod
136
+ ```
137
+
138
+ Connect: `ssh -p 8101 karaf@localhost`
139
+
140
+ ## Full Property Reference
141
+
142
+ See [references/all-properties.md](references/all-properties.md) for all ~90 properties grouped by category with keys, defaults, and descriptions.
143
+
144
+ Search tip:
145
+ ```bash
146
+ grep -i "keyword" ~/.claude/skills/jahia-properties/references/all-properties.md
147
+ ```
@@ -0,0 +1,231 @@
1
+ # Jahia 8.2 — All Properties Reference
2
+
3
+ ## Jahia Modes
4
+
5
+ | Property | Default | Description |
6
+ |---|---|---|
7
+ | `operatingMode` | `development` | `development`, `production`, or `distantPublicationServer` |
8
+ | `maintenanceMode` | `false` | Serve requests only to `/tools/` |
9
+ | `readOnlyMode` | `false` | Disable Page Composer, Content Editor, Studio |
10
+ | `sessionExpiryTime` | `60` | Session lifetime in minutes |
11
+
12
+ ## Disk Paths
13
+
14
+ | Property | Default | Description |
15
+ |---|---|---|
16
+ | `jahiaVarDiskPath` | `${jahiaWebAppRoot}/../../../digital-factory-data` | Runtime data root |
17
+ | `tmpContentDiskPath` | `${jahia.data.dir}/content/tmp/` | Temporary files |
18
+ | `jahiaModulesDiskPath` | `${jahia.data.dir}/modules/` | Deployed modules |
19
+ | `jahiaImportsDiskPath` | `${jahia.data.dir}/imports/` | Import files |
20
+ | `modulesSourcesDiskPath` | `${jahia.data.dir}/sources/` | Module sources |
21
+ | `jahiaGeneratedResourcesDiskPath` | `${jahia.data.dir}/generated-resources/` | **Must be shared across cluster nodes** |
22
+ | `jahia.jackrabbit.home` | `${jahia.data.dir}/repository` | JCR repository home |
23
+ | `jahia.jackrabbit.datastore.path` | `${jahia.jackrabbit.home}/datastore` | JCR file datastore |
24
+
25
+ ## URL Settings
26
+
27
+ | Property | Default | Description |
28
+ |---|---|---|
29
+ | `jahiaWebAppsDeployerBaseURL` | `http://127.0.0.1:8080/manager/html/` | WAR deployer URL |
30
+ | `permanentMoveForVanityURL` | `true` | HTTP 301 for vanity URLs |
31
+ | `urlRewriteSeoRulesEnabled` | `true` | Shorten content URLs in live mode |
32
+ | `urlRewriteRemoveCmsPrefix` | `true` | Remove `/cms` prefix when SEO rewriting active |
33
+ | `urlRewriteUseAbsoluteUrls` | `true` | Generate absolute URLs for cross-site links |
34
+ | `siteURLPortOverride` | `0` | Force port in generated URLs (0 = disabled) |
35
+ | `disableJsessionIdParameter` | `true` | Disable jsessionid URL tracking |
36
+ | `shiro.blockSemicolon` | `true` | Block requests with semicolon in URI |
37
+
38
+ ## Authentication
39
+
40
+ | Property | Default | Description |
41
+ |---|---|---|
42
+ | `auth.container.enabled` | `false` | Container authentication valve |
43
+ | `auth.cookie.enabled` | `true` | Cookie-based authentication |
44
+ | `auth.cas.enabled` | `false` | CAS SSO authentication |
45
+ | `auth.cas.serverUrlPrefix` | `https://localhost:8443/cas` | CAS server base URL |
46
+ | `auth.cas.loginUrl` | `${auth.cas.serverUrlPrefix}/login` | CAS login redirect |
47
+ | `auth.cas.logoutUrl` | `${auth.cas.serverUrlPrefix}/logout` | CAS logout redirect |
48
+ | `auth.spnego.enabled` | `false` | SPNEGO (Windows-integrated auth) |
49
+
50
+ ## Database
51
+
52
+ | Property | Default | Description |
53
+ |---|---|---|
54
+ | `db_script` | `derby_embedded.script` | Database initialization script |
55
+ | `hibernate.dialect` | `org.hibernate.dialect.DerbyTenSevenDialect` | Hibernate dialect |
56
+ | `org.quartz.driverDelegateClass` | `org.quartz.impl.jdbcjobstore.StdJDBCDelegate` | Quartz JDBC delegate |
57
+
58
+ ## Search Index Consistency
59
+
60
+ | Property | Default | Description |
61
+ |---|---|---|
62
+ | `jahia.jackrabbit.searchIndex.enableConsistencyCheck` | `false` | Check index on startup |
63
+ | `jahia.jackrabbit.searchIndex.forceConsistencyCheck` | `false` | Check on every startup |
64
+ | `jahia.jackrabbit.searchIndex.autoRepair` | `true` | Auto-repair index errors |
65
+ | `jahia.jackrabbit.searchIndex.spellChecker.distanceImplementation` | `org.apache.lucene.search.spell.LevensteinDistance` | Spell checker algorithm |
66
+ | `jahia.jackrabbit.searchIndex.spellChecker.minimumScore` | `0.7` | Min similarity for suggestions |
67
+ | `jahia.jackrabbit.reindexOnStartup` | `false` | Full reindex on every startup |
68
+ | `queryApproxCountLimit` | `100` | Results before switching to approximate count |
69
+ | `jahia.jackrabbit.queryStatsEnabled` | `true` | Collect JCR query statistics |
70
+
71
+ ## Workspace / JCR
72
+
73
+ | Property | Default | Description |
74
+ |---|---|---|
75
+ | `jahia.jackrabbit.consistencyCheck` | `false` | JCR workspace consistency check on startup |
76
+ | `jahia.jackrabbit.consistencyFix` | `false` | Auto-fix workspace issues |
77
+ | `repositoryDirectoryListingDisabled` | `false` | Disable `/repository` WebDAV listing |
78
+ | `repositoryAllowedNodeTypes` | `rep:root,jnt:virtualsitesFolder,jnt:virtualsite,jnt:folder,jnt:file` | Node types exposed via WebDAV |
79
+ | `jahia.publication.versionedTypes` | `jmix:editorialContent,jnt:file` | Types versioned on publish |
80
+ | `jahia.publication.excludedVersionedTypes` | _(empty)_ | Types excluded from versioning |
81
+ | `jahia.fileServlet.statisticsEnabled` | `false` | File access statistics |
82
+ | `jahia.jcr.maxNameSize` | `32` | Maximum node name length |
83
+ | `jahia.ui.contentTab.defaultSynchronizeNameWithTitle` | `true` | Auto-sync system name with title |
84
+ | `accessManagerPathPermissionCacheMaxSize` | `100` | JCR ACL cache size (LRU entries) |
85
+ | `jahia.jcr.nodesCachePerSessionMaxSize` | `100` | JCRNodeWrapper instance cache per session |
86
+
87
+ ## Concurrent Processing / Performance
88
+
89
+ | Property | Default | Description |
90
+ |---|---|---|
91
+ | `maxModulesToGenerateInParallel` | `50` | Max threads for module generation |
92
+ | `moduleGenerationWaitTime` | `10000` | Wait before generation starts (ms) |
93
+ | `moduleGenerationThreadDumpToSystemOut` | `true` | Thread dump to stdout on timeout |
94
+ | `moduleGenerationTthreadDumpToFile` | `true` | Thread dump to file on timeout |
95
+ | `minimumIntervalAfterLastAutoThreadDump` | `60000` | Minimum interval between auto dumps (-1 = disabled) |
96
+ | `maxRequestRenderTime` | `60000` | Max render time per request in ms (-1/0 = no limit) |
97
+
98
+ ## Error Handling
99
+
100
+ | Property | Default | Description |
101
+ |---|---|---|
102
+ | `dumpErrorsToFiles` | `true` | Write error dumps to files |
103
+ | `fileDumpMaxRegroupingOfPreviousException` | `500` | Max recurrences before new dump file |
104
+ | `useJstackForThreadDumps` | `false` | Use external `jstack` for thread dumps |
105
+ | `mail_maxRegroupingOfPreviousException` | `500` | Max recurrences before sending error email |
106
+ | `site.error.enabled` | `true` | Site-specific error document pages |
107
+
108
+ ## Mass Imports
109
+
110
+ | Property | Default | Description |
111
+ |---|---|---|
112
+ | `expandImportedFilesOnDisk` | `false` | Expand binary files to disk before import |
113
+ | `expandImportedFilesOnDiskPath` | `/tmp` | Expansion target path |
114
+ | `importMaxBatch` | `500` | Node save rate during mass import |
115
+
116
+ ## Publication
117
+
118
+ | Property | Default | Description |
119
+ |---|---|---|
120
+ | `jahia.publication.batchSize` | `100` | Publication batch size |
121
+ | `jahia.publicationManagerNodeTypes` | `jmix:publication,jmix:workflowRulesable,jnt:navMenuText` | Types shown in Publication Manager |
122
+ | `jahia.ui.pickers.suppressPublicationInfo` | `false` | Hide publication status in pickers |
123
+ | `area.auto.activated` | `true` | Auto-activate areas on first Page Composer display |
124
+
125
+ ## User & Group Management
126
+
127
+ | Property | Default | Description |
128
+ |---|---|---|
129
+ | `userManagementUserNamePattern` | `[0-9a-z_A-Z\\-\\{\\}\\.@]+` | Username validation regex |
130
+ | `userManagementGroupNamePattern` | `[0-9a-z_A-Z\\-\\{\\}]+` | Group name validation regex |
131
+ | `jahiaJCRUserCountLimit` | `100` | Max JCR users loaded on Users page |
132
+ | `jahia.settings.userDisplayLimit` | `100` | Default user display count |
133
+ | `jahia.settings.memberDisplayLimit` | `100` | Default group member display count |
134
+ | `external.users.properties.readonly` | `j:firstName,j:lastName,j:organization,j:email` | Read-only properties for external users |
135
+ | `considerPreferredLanguageAfterLogin` | `false` | Switch to user's preferred language after login |
136
+
137
+ ## Multilingual
138
+
139
+ | Property | Default | Description |
140
+ |---|---|---|
141
+ | `characterEncoding` | `UTF-8` | Response and email charset |
142
+ | `org.jahia.multilang.default_language_code` | `en` | Fallback language code |
143
+
144
+ ## Image & Video
145
+
146
+ | Property | Default | Description |
147
+ |---|---|---|
148
+ | `imageService` | `ImageJAndJava2DImageService` | `ImageJAndJava2DImageService` or ImageMagick service |
149
+ | `imageMagickPath` | _(empty)_ | Path to ImageMagick and exiftools |
150
+ | `jahia.dm.thumbnails.video.enabled` | `false` | Auto video thumbnail generation |
151
+ | `jahia.dm.thumbnails.video.ffmpeg` | `ffmpeg` | Path to ffmpeg executable |
152
+
153
+ ## Source Control & Build Tools
154
+
155
+ | Property | Default | Description |
156
+ |---|---|---|
157
+ | `gitPath` | `git` | Git executable |
158
+ | `svnPath` | `svn` | SVN executable |
159
+ | `mvnPath` | `mvn` | Maven executable |
160
+
161
+ ## REST API
162
+
163
+ | Property | Default | Description |
164
+ |---|---|---|
165
+ | `jahia.find.disabled` | `true` | Disable the `/find` JCR REST API |
166
+ | `jahia.find.nodeTypesToSkip` | `jnt:passwordHistory,jnt:passwordHistoryEntry` | Node types excluded from find API |
167
+
168
+ ## OSGi / Karaf
169
+
170
+ | Property | Default | Description |
171
+ |---|---|---|
172
+ | `karaf.remoteShell.port` | `8101` | Karaf SSH shell port (negative = disabled) |
173
+ | `karaf.remoteShell.host` | `127.0.0.1` | SSH shell bind address |
174
+
175
+ ## UI / Contribution
176
+
177
+ | Property | Default | Description |
178
+ |---|---|---|
179
+ | `jahia.ui.dragAndDrop` | `DRAG_ZONE_IN_EDIT_AREA` | `ENABLED`, `DRAG_ZONE_IN_EDIT_AREA`, or `DISABLED` |
180
+ | `jahia.ui.createChildrenDirectButtons.limit` | `5` | Content type button threshold |
181
+ | `jahia.jquery.version` | `3.6.0` | jQuery version (`1.12.4`, `3.4.1`, `3.6.0`) |
182
+ | `jahia.jquery.plugins` | `jquery-migrate-3.0.1.min.js` | jQuery plugin mappings |
183
+ | `wip.checkbox.checked` | `false` | WIP checkbox state on Content Editor open |
184
+ | `loadJahiaContext` | `true` | Inject `initJahiaContext.js` in live mode |
185
+ | `protectedResourceAccessStrategy` | `silent` | `silent` (404) or `authorizationError` (401/403) |
186
+ | `useNewAggregateAndCacheImplementation` | `false` | Render chain V2 (true) vs V1 (false) |
187
+
188
+ ## Tagging & Search
189
+
190
+ | Property | Default | Description |
191
+ |---|---|---|
192
+ | `tag.suggester.faceted` | `false` | Use faceted query for tag suggestions |
193
+
194
+ ## Misc
195
+
196
+ | Property | Default | Description |
197
+ |---|---|---|
198
+ | `default_templates_set` | `sample-bootstrap-templates` | Default template set module |
199
+ | `jahiaFileUploadMaxSize` | `104857600` | Max file upload size in bytes (100 MB) |
200
+ | `jahia.atmosphere.heartbeat` | `60` | Session validity check interval (seconds) |
201
+ | `jahia.site.import.scanner.interval` | `30000` | Site import file watcher interval (ms) |
202
+ | `documentation.link` | `https://academy.jahia.com/...` | Documentation URL shown in admin UI |
203
+
204
+ ---
205
+
206
+ ## Cluster Settings — jahia.node.properties
207
+
208
+ | Property | Default | Description |
209
+ |---|---|---|
210
+ | `cluster.activated` | `false` | Enable cluster communication |
211
+ | `cluster.node.serverId` | `dx-<uuid>` | Unique node identifier |
212
+ | `processingServer` | `true` | Run background jobs (only ONE node) |
213
+ | `cluster.tcp.bindAddress` | _(empty)_ | JGroups bind address (empty = auto-detect) |
214
+ | `cluster.tcp.bindPort` | `7870` | JGroups communication port |
215
+ | `cluster.hazelcast.bindPort` | `7860` | Hazelcast bundle deployment port |
216
+
217
+ ---
218
+
219
+ ## OSGi Module Config Files
220
+
221
+ ### jContent — `org.jahia.modules.jcontent.cfg`
222
+
223
+ | Property | Default | Description |
224
+ |---|---|---|
225
+ | `showPageComposer` | `false` | Show Page Composer inside jContent |
226
+
227
+ ### Content Editor — `org.jahia.modules.contentEditor.cfg`
228
+
229
+ | Property | Default | Description |
230
+ |---|---|---|
231
+ | `createChildrenDirectButtons.limit` | `5` | Content type button threshold |