@bluefly/openstandardagents 0.2.9 → 0.3.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 (836) hide show
  1. package/CHANGELOG.md +1766 -212
  2. package/README.md +517 -168
  3. package/bin/ossa-generate +9 -16
  4. package/bin/quickstart +514 -0
  5. package/dist/adapters/anthropic/client.d.ts +144 -0
  6. package/dist/adapters/anthropic/client.d.ts.map +1 -0
  7. package/dist/adapters/anthropic/client.js +364 -0
  8. package/dist/adapters/anthropic/client.js.map +1 -0
  9. package/dist/adapters/anthropic/config.d.ts +149 -0
  10. package/dist/adapters/anthropic/config.d.ts.map +1 -0
  11. package/dist/adapters/anthropic/config.js +157 -0
  12. package/dist/adapters/anthropic/config.js.map +1 -0
  13. package/dist/adapters/anthropic/index.d.ts +40 -0
  14. package/dist/adapters/anthropic/index.d.ts.map +1 -0
  15. package/dist/adapters/anthropic/index.js +40 -0
  16. package/dist/adapters/anthropic/index.js.map +1 -0
  17. package/dist/adapters/anthropic/messages.d.ts +93 -0
  18. package/dist/adapters/anthropic/messages.d.ts.map +1 -0
  19. package/dist/adapters/anthropic/messages.js +318 -0
  20. package/dist/adapters/anthropic/messages.js.map +1 -0
  21. package/dist/adapters/anthropic/runtime.d.ts +136 -0
  22. package/dist/adapters/anthropic/runtime.d.ts.map +1 -0
  23. package/dist/adapters/anthropic/runtime.js +287 -0
  24. package/dist/adapters/anthropic/runtime.js.map +1 -0
  25. package/dist/adapters/anthropic/tools.d.ts +126 -0
  26. package/dist/adapters/anthropic/tools.d.ts.map +1 -0
  27. package/dist/adapters/anthropic/tools.js +329 -0
  28. package/dist/adapters/anthropic/tools.js.map +1 -0
  29. package/dist/adapters/crewai-adapter.d.ts +57 -0
  30. package/dist/adapters/crewai-adapter.d.ts.map +1 -0
  31. package/dist/adapters/crewai-adapter.js +164 -0
  32. package/dist/adapters/crewai-adapter.js.map +1 -0
  33. package/dist/adapters/drupal/index.d.ts +109 -0
  34. package/dist/adapters/drupal/index.d.ts.map +1 -0
  35. package/dist/adapters/drupal/index.js +292 -0
  36. package/dist/adapters/drupal/index.js.map +1 -0
  37. package/dist/adapters/langchain-adapter.d.ts +45 -0
  38. package/dist/adapters/langchain-adapter.d.ts.map +1 -0
  39. package/dist/adapters/langchain-adapter.js +133 -0
  40. package/dist/adapters/langchain-adapter.js.map +1 -0
  41. package/dist/adapters/langflow-adapter.d.ts +50 -0
  42. package/dist/adapters/langflow-adapter.d.ts.map +1 -0
  43. package/dist/adapters/langflow-adapter.js +232 -0
  44. package/dist/adapters/langflow-adapter.js.map +1 -0
  45. package/dist/adapters/openapi-adapter.d.ts +93 -0
  46. package/dist/adapters/openapi-adapter.d.ts.map +1 -0
  47. package/dist/adapters/openapi-adapter.js +311 -0
  48. package/dist/adapters/openapi-adapter.js.map +1 -0
  49. package/dist/adapters/symfony/index.d.ts +163 -0
  50. package/dist/adapters/symfony/index.d.ts.map +1 -0
  51. package/dist/adapters/symfony/index.js +271 -0
  52. package/dist/adapters/symfony/index.js.map +1 -0
  53. package/dist/cli/commands/agents-md.command.d.ts +7 -0
  54. package/dist/cli/commands/agents-md.command.d.ts.map +1 -0
  55. package/dist/cli/commands/agents-md.command.js +148 -0
  56. package/dist/cli/commands/agents-md.command.js.map +1 -0
  57. package/dist/cli/commands/contract.command.d.ts +10 -0
  58. package/dist/cli/commands/contract.command.d.ts.map +1 -0
  59. package/dist/cli/commands/contract.command.js +402 -0
  60. package/dist/cli/commands/contract.command.js.map +1 -0
  61. package/dist/cli/commands/dependencies.command.d.ts +10 -0
  62. package/dist/cli/commands/dependencies.command.d.ts.map +1 -0
  63. package/dist/cli/commands/dependencies.command.js +318 -0
  64. package/dist/cli/commands/dependencies.command.js.map +1 -0
  65. package/dist/cli/commands/deploy.command.d.ts +4 -0
  66. package/dist/cli/commands/deploy.command.d.ts.map +1 -0
  67. package/dist/cli/commands/deploy.command.js +172 -0
  68. package/dist/cli/commands/deploy.command.js.map +1 -0
  69. package/dist/cli/commands/deploy.d.ts +22 -0
  70. package/dist/cli/commands/deploy.d.ts.map +1 -0
  71. package/dist/cli/commands/deploy.js +319 -0
  72. package/dist/cli/commands/deploy.js.map +1 -0
  73. package/dist/cli/commands/export.command.d.ts +7 -0
  74. package/dist/cli/commands/export.command.d.ts.map +1 -0
  75. package/dist/cli/commands/export.command.js +56 -0
  76. package/dist/cli/commands/export.command.js.map +1 -0
  77. package/dist/cli/commands/generate.command.d.ts +7 -0
  78. package/dist/cli/commands/generate.command.d.ts.map +1 -0
  79. package/dist/cli/commands/generate.command.js +66 -0
  80. package/dist/cli/commands/generate.command.js.map +1 -0
  81. package/dist/cli/commands/github-sync.command.d.ts +3 -0
  82. package/dist/cli/commands/github-sync.command.d.ts.map +1 -0
  83. package/dist/cli/commands/github-sync.command.js +51 -0
  84. package/dist/cli/commands/github-sync.command.js.map +1 -0
  85. package/dist/cli/commands/gitlab-agent.command.d.ts +8 -0
  86. package/dist/cli/commands/gitlab-agent.command.d.ts.map +1 -0
  87. package/dist/cli/commands/gitlab-agent.command.js +201 -0
  88. package/dist/cli/commands/gitlab-agent.command.js.map +1 -0
  89. package/dist/cli/commands/import.command.d.ts +7 -0
  90. package/dist/cli/commands/import.command.d.ts.map +1 -0
  91. package/dist/cli/commands/import.command.js +36 -0
  92. package/dist/cli/commands/import.command.js.map +1 -0
  93. package/dist/cli/commands/info.command.d.ts +3 -0
  94. package/dist/cli/commands/info.command.d.ts.map +1 -0
  95. package/dist/cli/commands/info.command.js +45 -0
  96. package/dist/cli/commands/info.command.js.map +1 -0
  97. package/dist/cli/commands/init.command.d.ts +7 -0
  98. package/dist/cli/commands/init.command.d.ts.map +1 -0
  99. package/dist/cli/commands/init.command.js +139 -0
  100. package/dist/cli/commands/init.command.js.map +1 -0
  101. package/dist/cli/commands/install.command.d.ts +3 -0
  102. package/dist/cli/commands/install.command.d.ts.map +1 -0
  103. package/dist/cli/commands/install.command.js +44 -0
  104. package/dist/cli/commands/install.command.js.map +1 -0
  105. package/dist/cli/commands/migrate.command.d.ts +22 -0
  106. package/dist/cli/commands/migrate.command.d.ts.map +1 -0
  107. package/dist/cli/commands/migrate.command.js +157 -0
  108. package/dist/cli/commands/migrate.command.js.map +1 -0
  109. package/dist/cli/commands/publish.command.d.ts +3 -0
  110. package/dist/cli/commands/publish.command.d.ts.map +1 -0
  111. package/dist/cli/commands/publish.command.js +76 -0
  112. package/dist/cli/commands/publish.command.js.map +1 -0
  113. package/dist/cli/commands/quickstart.command.d.ts +10 -0
  114. package/dist/cli/commands/quickstart.command.d.ts.map +1 -0
  115. package/dist/cli/commands/quickstart.command.js +257 -0
  116. package/dist/cli/commands/quickstart.command.js.map +1 -0
  117. package/dist/cli/commands/release.command.d.ts +8 -0
  118. package/dist/cli/commands/release.command.d.ts.map +1 -0
  119. package/dist/cli/commands/release.command.js +641 -0
  120. package/dist/cli/commands/release.command.js.map +1 -0
  121. package/dist/cli/commands/run.command.d.ts +7 -0
  122. package/dist/cli/commands/run.command.d.ts.map +1 -0
  123. package/dist/cli/commands/run.command.js +125 -0
  124. package/dist/cli/commands/run.command.js.map +1 -0
  125. package/dist/cli/commands/schema.command.d.ts +7 -0
  126. package/dist/cli/commands/schema.command.d.ts.map +1 -0
  127. package/dist/cli/commands/schema.command.js +76 -0
  128. package/dist/cli/commands/schema.command.js.map +1 -0
  129. package/dist/cli/commands/search.command.d.ts +3 -0
  130. package/dist/cli/commands/search.command.d.ts.map +1 -0
  131. package/dist/cli/commands/search.command.js +45 -0
  132. package/dist/cli/commands/search.command.js.map +1 -0
  133. package/dist/cli/commands/setup.command.d.ts +11 -0
  134. package/dist/cli/commands/setup.command.d.ts.map +1 -0
  135. package/dist/cli/commands/setup.command.js +350 -0
  136. package/dist/cli/commands/setup.command.js.map +1 -0
  137. package/dist/cli/commands/sync.command.d.ts +3 -0
  138. package/dist/cli/commands/sync.command.d.ts.map +1 -0
  139. package/dist/cli/commands/sync.command.js +51 -0
  140. package/dist/cli/commands/sync.command.js.map +1 -0
  141. package/dist/cli/commands/test.command.d.ts +3 -0
  142. package/dist/cli/commands/test.command.d.ts.map +1 -0
  143. package/dist/cli/commands/test.command.js +91 -0
  144. package/dist/cli/commands/test.command.js.map +1 -0
  145. package/dist/cli/commands/validate.command.d.ts +7 -0
  146. package/dist/cli/commands/validate.command.d.ts.map +1 -0
  147. package/dist/cli/commands/validate.command.js +143 -0
  148. package/dist/cli/commands/validate.command.js.map +1 -0
  149. package/dist/cli/index.d.ts +7 -0
  150. package/dist/cli/index.d.ts.map +1 -0
  151. package/dist/cli/index.js +148 -0
  152. package/dist/cli/index.js.map +1 -0
  153. package/dist/cli/utils/error-formatter.d.ts +19 -0
  154. package/dist/cli/utils/error-formatter.d.ts.map +1 -0
  155. package/dist/cli/utils/error-formatter.js +330 -0
  156. package/dist/cli/utils/error-formatter.js.map +1 -0
  157. package/dist/deploy/base-driver.d.ts +39 -0
  158. package/dist/deploy/base-driver.d.ts.map +1 -0
  159. package/dist/deploy/base-driver.js +63 -0
  160. package/dist/deploy/base-driver.js.map +1 -0
  161. package/dist/deploy/docker-driver.d.ts +32 -0
  162. package/dist/deploy/docker-driver.d.ts.map +1 -0
  163. package/dist/deploy/docker-driver.js +246 -0
  164. package/dist/deploy/docker-driver.js.map +1 -0
  165. package/dist/deploy/index.d.ts +15 -0
  166. package/dist/deploy/index.d.ts.map +1 -0
  167. package/dist/deploy/index.js +28 -0
  168. package/dist/deploy/index.js.map +1 -0
  169. package/dist/deploy/k8s-driver.d.ts +40 -0
  170. package/dist/deploy/k8s-driver.d.ts.map +1 -0
  171. package/dist/deploy/k8s-driver.js +372 -0
  172. package/dist/deploy/k8s-driver.js.map +1 -0
  173. package/dist/deploy/local-driver.d.ts +20 -0
  174. package/dist/deploy/local-driver.d.ts.map +1 -0
  175. package/dist/deploy/local-driver.js +150 -0
  176. package/dist/deploy/local-driver.js.map +1 -0
  177. package/dist/deploy/types.d.ts +103 -0
  178. package/dist/deploy/types.d.ts.map +1 -0
  179. package/dist/deploy/types.js +6 -0
  180. package/dist/deploy/types.js.map +1 -0
  181. package/dist/di-container.d.ts.map +1 -1
  182. package/dist/di-container.js +14 -0
  183. package/dist/di-container.js.map +1 -1
  184. package/dist/index.d.ts +2 -1
  185. package/dist/index.d.ts.map +1 -1
  186. package/dist/index.js +3 -1
  187. package/dist/index.js.map +1 -1
  188. package/dist/mesh/client.d.ts +144 -0
  189. package/dist/mesh/client.d.ts.map +1 -0
  190. package/dist/mesh/client.js +424 -0
  191. package/dist/mesh/client.js.map +1 -0
  192. package/dist/mesh/discovery.d.ts +176 -0
  193. package/dist/mesh/discovery.d.ts.map +1 -0
  194. package/dist/mesh/discovery.js +288 -0
  195. package/dist/mesh/discovery.js.map +1 -0
  196. package/dist/mesh/index.d.ts +89 -0
  197. package/dist/mesh/index.d.ts.map +1 -0
  198. package/dist/mesh/index.js +92 -0
  199. package/dist/mesh/index.js.map +1 -0
  200. package/dist/mesh/routing.d.ts +158 -0
  201. package/dist/mesh/routing.d.ts.map +1 -0
  202. package/dist/mesh/routing.js +360 -0
  203. package/dist/mesh/routing.js.map +1 -0
  204. package/dist/mesh/types.d.ts +439 -0
  205. package/dist/mesh/types.d.ts.map +1 -0
  206. package/dist/mesh/types.js +6 -0
  207. package/dist/mesh/types.js.map +1 -0
  208. package/dist/messaging/broker.d.ts +76 -0
  209. package/dist/messaging/broker.d.ts.map +1 -0
  210. package/dist/messaging/broker.js +145 -0
  211. package/dist/messaging/broker.js.map +1 -0
  212. package/dist/messaging/channels.d.ts +70 -0
  213. package/dist/messaging/channels.d.ts.map +1 -0
  214. package/dist/messaging/channels.js +183 -0
  215. package/dist/messaging/channels.js.map +1 -0
  216. package/dist/messaging/index.d.ts +10 -0
  217. package/dist/messaging/index.d.ts.map +1 -0
  218. package/dist/messaging/index.js +10 -0
  219. package/dist/messaging/index.js.map +1 -0
  220. package/dist/messaging/protocols/memory.d.ts +83 -0
  221. package/dist/messaging/protocols/memory.d.ts.map +1 -0
  222. package/dist/messaging/protocols/memory.js +293 -0
  223. package/dist/messaging/protocols/memory.js.map +1 -0
  224. package/dist/messaging/protocols/redis.d.ts +83 -0
  225. package/dist/messaging/protocols/redis.d.ts.map +1 -0
  226. package/dist/messaging/protocols/redis.js +223 -0
  227. package/dist/messaging/protocols/redis.js.map +1 -0
  228. package/dist/messaging/types.d.ts +180 -0
  229. package/dist/messaging/types.d.ts.map +1 -0
  230. package/dist/messaging/types.js +6 -0
  231. package/dist/messaging/types.js.map +1 -0
  232. package/dist/repositories/manifest.repository.d.ts +1 -1
  233. package/dist/repositories/manifest.repository.d.ts.map +1 -1
  234. package/dist/repositories/manifest.repository.js +7 -6
  235. package/dist/repositories/manifest.repository.js.map +1 -1
  236. package/dist/repositories/schema.repository.d.ts +4 -0
  237. package/dist/repositories/schema.repository.d.ts.map +1 -1
  238. package/dist/repositories/schema.repository.js +10 -3
  239. package/dist/repositories/schema.repository.js.map +1 -1
  240. package/dist/sdk/events/cloudevents-emitter.d.ts +56 -0
  241. package/dist/sdk/events/cloudevents-emitter.d.ts.map +1 -0
  242. package/dist/sdk/events/cloudevents-emitter.js +101 -0
  243. package/dist/sdk/events/cloudevents-emitter.js.map +1 -0
  244. package/dist/sdk/events/index.d.ts +2 -0
  245. package/dist/sdk/events/index.d.ts.map +1 -0
  246. package/dist/sdk/events/index.js +2 -0
  247. package/dist/sdk/events/index.js.map +1 -0
  248. package/dist/sdk/tracing/index.d.ts +2 -0
  249. package/dist/sdk/tracing/index.d.ts.map +1 -0
  250. package/dist/sdk/tracing/index.js +2 -0
  251. package/dist/sdk/tracing/index.js.map +1 -0
  252. package/dist/sdk/tracing/w3c-baggage.d.ts +40 -0
  253. package/dist/sdk/tracing/w3c-baggage.d.ts.map +1 -0
  254. package/dist/sdk/tracing/w3c-baggage.js +148 -0
  255. package/dist/sdk/tracing/w3c-baggage.js.map +1 -0
  256. package/dist/services/agent-services/qdrant.service.d.ts +60 -0
  257. package/dist/services/agent-services/qdrant.service.d.ts.map +1 -0
  258. package/dist/services/agent-services/qdrant.service.js +168 -0
  259. package/dist/services/agent-services/qdrant.service.js.map +1 -0
  260. package/dist/services/agents-md/agents-md.service.d.ts +61 -0
  261. package/dist/services/agents-md/agents-md.service.d.ts.map +1 -0
  262. package/dist/services/agents-md/agents-md.service.js +348 -0
  263. package/dist/services/agents-md/agents-md.service.js.map +1 -0
  264. package/dist/services/deployment/deployment.service.d.ts +19 -0
  265. package/dist/services/deployment/deployment.service.d.ts.map +1 -0
  266. package/dist/services/deployment/deployment.service.js +87 -0
  267. package/dist/services/deployment/deployment.service.js.map +1 -0
  268. package/dist/services/generation.service.d.ts +3 -1
  269. package/dist/services/generation.service.d.ts.map +1 -1
  270. package/dist/services/generation.service.js +34 -68
  271. package/dist/services/generation.service.js.map +1 -1
  272. package/dist/services/github-sync/github-client.js +2 -2
  273. package/dist/services/github-sync/github-client.js.map +1 -1
  274. package/dist/services/github-sync/schemas.d.ts +1 -1
  275. package/dist/services/github-sync/schemas.d.ts.map +1 -1
  276. package/dist/services/github-sync/schemas.js.map +1 -1
  277. package/dist/services/github-sync/sync.service.d.ts.map +1 -1
  278. package/dist/services/github-sync/sync.service.js +4 -2
  279. package/dist/services/github-sync/sync.service.js.map +1 -1
  280. package/dist/services/gitlab-agent.service.d.ts.map +1 -1
  281. package/dist/services/gitlab-agent.service.js +3 -1
  282. package/dist/services/gitlab-agent.service.js.map +1 -1
  283. package/dist/services/messaging/example.d.ts +6 -0
  284. package/dist/services/messaging/example.d.ts.map +1 -0
  285. package/dist/services/messaging/example.js +260 -0
  286. package/dist/services/messaging/example.js.map +1 -0
  287. package/dist/services/messaging/index.d.ts +81 -0
  288. package/dist/services/messaging/index.d.ts.map +1 -0
  289. package/dist/services/messaging/index.js +85 -0
  290. package/dist/services/messaging/index.js.map +1 -0
  291. package/dist/services/messaging/memory-broker.d.ts +103 -0
  292. package/dist/services/messaging/memory-broker.d.ts.map +1 -0
  293. package/dist/services/messaging/memory-broker.js +435 -0
  294. package/dist/services/messaging/memory-broker.js.map +1 -0
  295. package/dist/services/messaging/messaging.service.d.ts +150 -0
  296. package/dist/services/messaging/messaging.service.d.ts.map +1 -0
  297. package/dist/services/messaging/messaging.service.js +456 -0
  298. package/dist/services/messaging/messaging.service.js.map +1 -0
  299. package/dist/services/messaging/messaging.types.d.ts +319 -0
  300. package/dist/services/messaging/messaging.types.d.ts.map +1 -0
  301. package/dist/services/messaging/messaging.types.js +68 -0
  302. package/dist/services/messaging/messaging.types.js.map +1 -0
  303. package/dist/services/migration.service.d.ts +45 -4
  304. package/dist/services/migration.service.d.ts.map +1 -1
  305. package/dist/services/migration.service.js +248 -31
  306. package/dist/services/migration.service.js.map +1 -1
  307. package/dist/services/registry/registry.service.d.ts +39 -0
  308. package/dist/services/registry/registry.service.d.ts.map +1 -0
  309. package/dist/services/registry/registry.service.js +169 -0
  310. package/dist/services/registry/registry.service.js.map +1 -0
  311. package/dist/services/release-automation/base-crud.service.d.ts.map +1 -1
  312. package/dist/services/release-automation/base-crud.service.js.map +1 -1
  313. package/dist/services/release-automation/merge-request.service.d.ts.map +1 -1
  314. package/dist/services/release-automation/merge-request.service.js +4 -4
  315. package/dist/services/release-automation/merge-request.service.js.map +1 -1
  316. package/dist/services/release-automation/milestone.service.d.ts.map +1 -1
  317. package/dist/services/release-automation/milestone.service.js.map +1 -1
  318. package/dist/services/release-automation/release.service.d.ts +4 -4
  319. package/dist/services/release-automation/release.service.d.ts.map +1 -1
  320. package/dist/services/release-automation/release.service.js +1 -3
  321. package/dist/services/release-automation/release.service.js.map +1 -1
  322. package/dist/services/release-automation/schemas/release.schema.d.ts +3 -3
  323. package/dist/services/release-automation/schemas/release.schema.d.ts.map +1 -1
  324. package/dist/services/release-automation/schemas/release.schema.js +11 -23
  325. package/dist/services/release-automation/schemas/release.schema.js.map +1 -1
  326. package/dist/services/release-automation/tag.service.d.ts.map +1 -1
  327. package/dist/services/release-automation/tag.service.js +4 -1
  328. package/dist/services/release-automation/tag.service.js.map +1 -1
  329. package/dist/services/release-automation/webhook.service.d.ts +2 -2
  330. package/dist/services/release-automation/webhook.service.d.ts.map +1 -1
  331. package/dist/services/release-automation/webhook.service.js +27 -14
  332. package/dist/services/release-automation/webhook.service.js.map +1 -1
  333. package/dist/services/runtime/anthropic.adapter.d.ts +145 -0
  334. package/dist/services/runtime/anthropic.adapter.d.ts.map +1 -0
  335. package/dist/services/runtime/anthropic.adapter.js +525 -0
  336. package/dist/services/runtime/anthropic.adapter.js.map +1 -0
  337. package/dist/services/runtime/azure.adapter.d.ts +389 -0
  338. package/dist/services/runtime/azure.adapter.d.ts.map +1 -0
  339. package/dist/services/runtime/azure.adapter.js +515 -0
  340. package/dist/services/runtime/azure.adapter.js.map +1 -0
  341. package/dist/services/runtime/bedrock.adapter.d.ts +170 -0
  342. package/dist/services/runtime/bedrock.adapter.d.ts.map +1 -0
  343. package/dist/services/runtime/bedrock.adapter.js +667 -0
  344. package/dist/services/runtime/bedrock.adapter.js.map +1 -0
  345. package/dist/services/runtime/claude/capability-mapper.d.ts.map +1 -1
  346. package/dist/services/runtime/claude/capability-mapper.js.map +1 -1
  347. package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
  348. package/dist/services/runtime/claude/claude-adapter.js +3 -7
  349. package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
  350. package/dist/services/runtime/claude/manifest-parser.d.ts.map +1 -1
  351. package/dist/services/runtime/claude/manifest-parser.js +2 -2
  352. package/dist/services/runtime/claude/manifest-parser.js.map +1 -1
  353. package/dist/services/runtime/gemini.adapter.d.ts +190 -0
  354. package/dist/services/runtime/gemini.adapter.d.ts.map +1 -0
  355. package/dist/services/runtime/gemini.adapter.js +603 -0
  356. package/dist/services/runtime/gemini.adapter.js.map +1 -0
  357. package/dist/services/runtime/mistral.adapter.d.ts +201 -0
  358. package/dist/services/runtime/mistral.adapter.d.ts.map +1 -0
  359. package/dist/services/runtime/mistral.adapter.js +654 -0
  360. package/dist/services/runtime/mistral.adapter.js.map +1 -0
  361. package/dist/services/runtime/ollama.adapter.d.ts +187 -0
  362. package/dist/services/runtime/ollama.adapter.d.ts.map +1 -0
  363. package/dist/services/runtime/ollama.adapter.js +525 -0
  364. package/dist/services/runtime/ollama.adapter.js.map +1 -0
  365. package/dist/services/runtime/openai.adapter.d.ts.map +1 -1
  366. package/dist/services/runtime/openai.adapter.js.map +1 -1
  367. package/dist/services/test-runner/test-runner.service.d.ts +21 -0
  368. package/dist/services/test-runner/test-runner.service.d.ts.map +1 -0
  369. package/dist/services/test-runner/test-runner.service.js +91 -0
  370. package/dist/services/test-runner/test-runner.service.js.map +1 -0
  371. package/dist/services/validation.service.d.ts.map +1 -1
  372. package/dist/services/validation.service.js +38 -13
  373. package/dist/services/validation.service.js.map +1 -1
  374. package/dist/services/validators/anthropic.validator.d.ts.map +1 -1
  375. package/dist/services/validators/anthropic.validator.js +2 -5
  376. package/dist/services/validators/anthropic.validator.js.map +1 -1
  377. package/dist/services/validators/autogen.validator.d.ts.map +1 -1
  378. package/dist/services/validators/autogen.validator.js +1 -2
  379. package/dist/services/validators/autogen.validator.js.map +1 -1
  380. package/dist/services/validators/contract.validator.d.ts +90 -0
  381. package/dist/services/validators/contract.validator.d.ts.map +1 -0
  382. package/dist/services/validators/contract.validator.js +508 -0
  383. package/dist/services/validators/contract.validator.js.map +1 -0
  384. package/dist/services/validators/crewai.validator.d.ts.map +1 -1
  385. package/dist/services/validators/crewai.validator.js.map +1 -1
  386. package/dist/services/validators/cursor.validator.d.ts.map +1 -1
  387. package/dist/services/validators/cursor.validator.js.map +1 -1
  388. package/dist/services/validators/dependencies.validator.d.ts +104 -0
  389. package/dist/services/validators/dependencies.validator.d.ts.map +1 -0
  390. package/dist/services/validators/dependencies.validator.js +386 -0
  391. package/dist/services/validators/dependencies.validator.js.map +1 -0
  392. package/dist/services/validators/index.d.ts +1 -0
  393. package/dist/services/validators/index.d.ts.map +1 -1
  394. package/dist/services/validators/index.js +1 -0
  395. package/dist/services/validators/index.js.map +1 -1
  396. package/dist/services/validators/langchain.validator.d.ts.map +1 -1
  397. package/dist/services/validators/langchain.validator.js +4 -13
  398. package/dist/services/validators/langchain.validator.js.map +1 -1
  399. package/dist/services/validators/langflow.validator.d.ts.map +1 -1
  400. package/dist/services/validators/langflow.validator.js +1 -2
  401. package/dist/services/validators/langflow.validator.js.map +1 -1
  402. package/dist/services/validators/langgraph.validator.d.ts.map +1 -1
  403. package/dist/services/validators/langgraph.validator.js +1 -2
  404. package/dist/services/validators/langgraph.validator.js.map +1 -1
  405. package/dist/services/validators/llamaindex.validator.d.ts.map +1 -1
  406. package/dist/services/validators/llamaindex.validator.js +4 -13
  407. package/dist/services/validators/llamaindex.validator.js.map +1 -1
  408. package/dist/services/validators/messaging.validator.d.ts +77 -0
  409. package/dist/services/validators/messaging.validator.d.ts.map +1 -0
  410. package/dist/services/validators/messaging.validator.js +296 -0
  411. package/dist/services/validators/messaging.validator.js.map +1 -0
  412. package/dist/services/validators/openai.validator.d.ts.map +1 -1
  413. package/dist/services/validators/openai.validator.js +1 -6
  414. package/dist/services/validators/openai.validator.js.map +1 -1
  415. package/dist/services/validators/vercel-ai.validator.d.ts.map +1 -1
  416. package/dist/services/validators/vercel-ai.validator.js +1 -3
  417. package/dist/services/validators/vercel-ai.validator.js.map +1 -1
  418. package/dist/spec/extensions/a2a-messaging.md +471 -0
  419. package/dist/spec/extensions/manifest-extensions.md +550 -0
  420. package/dist/spec/registry/README.md +472 -0
  421. package/dist/spec/registry/openapi.yaml +1124 -0
  422. package/dist/spec/registry/registry-api.schema.json +731 -0
  423. package/dist/spec/registry/registry-spec.md +2239 -0
  424. package/dist/spec/schema/agent-test.schema.json +117 -0
  425. package/dist/spec/schema/components/activity-stream.schema.json +94 -0
  426. package/dist/spec/schema/components/constraints.schema.json +84 -0
  427. package/dist/spec/schema/components/dependencies.schema.json +147 -0
  428. package/dist/spec/schema/components/encryption.schema.json +115 -0
  429. package/dist/spec/schema/components/identity.schema.json +48 -0
  430. package/dist/spec/schema/components/index.json +37 -0
  431. package/dist/spec/schema/components/llm-config.schema.json +67 -0
  432. package/dist/spec/schema/components/metadata.schema.json +37 -0
  433. package/dist/spec/schema/components/tool.schema.json +64 -0
  434. package/dist/spec/schema/extensions/a2a.extension.schema.json +127 -0
  435. package/dist/spec/v0.2.8/ossa-0.2.8.schema.json +95 -1
  436. package/dist/spec/v0.3.0/UNIFIED-SCHEMA.md +120 -0
  437. package/dist/spec/v0.3.0/adapters/drupal.md +541 -0
  438. package/dist/spec/v0.3.0/adapters/symfony.md +659 -0
  439. package/dist/spec/v0.3.0/agent-test.schema.json +75 -0
  440. package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +110 -0
  441. package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +96 -0
  442. package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
  443. package/dist/spec/v0.3.0/extensions/drupal.md +417 -0
  444. package/dist/spec/v0.3.0/ossa-0.3.0.schema.json +2787 -0
  445. package/dist/spec/v0.3.0/protocols/sse.md +494 -0
  446. package/dist/spec/v0.3.0/protocols/webrtc.md +600 -0
  447. package/dist/spec/v0.3.0/protocols/websocket.md +362 -0
  448. package/dist/spec/v0.3.0/schemas/agent-unified.yaml +165 -0
  449. package/dist/spec/v0.3.0/schemas/capabilities.yaml +102 -0
  450. package/dist/spec/v0.3.0/schemas/functions.yaml +75 -0
  451. package/dist/spec/v0.3.0/schemas/messaging/channel.schema.json +245 -0
  452. package/dist/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +192 -0
  453. package/dist/spec/v0.3.0/schemas/messaging/message.schema.json +205 -0
  454. package/dist/spec/v0.3.0/schemas/messaging/subscription.schema.json +214 -0
  455. package/dist/spec/v0.3.0/schemas/runtime.yaml +102 -0
  456. package/dist/spec/v0.3.0/schemas/taxonomy.yaml +533 -0
  457. package/dist/spec/v0.3.0/schemas/unified-llm.yaml +91 -0
  458. package/dist/spec/v0.3.0/taxonomy.yaml +256 -0
  459. package/dist/testing/fixtures.d.ts +61 -0
  460. package/dist/testing/fixtures.d.ts.map +1 -0
  461. package/dist/testing/fixtures.js +291 -0
  462. package/dist/testing/fixtures.js.map +1 -0
  463. package/dist/testing/index.d.ts +10 -0
  464. package/dist/testing/index.d.ts.map +1 -0
  465. package/dist/testing/index.js +10 -0
  466. package/dist/testing/index.js.map +1 -0
  467. package/dist/testing/reporters/base.d.ts +24 -0
  468. package/dist/testing/reporters/base.d.ts.map +1 -0
  469. package/dist/testing/reporters/base.js +5 -0
  470. package/dist/testing/reporters/base.js.map +1 -0
  471. package/dist/testing/reporters/console.d.ts +18 -0
  472. package/dist/testing/reporters/console.d.ts.map +1 -0
  473. package/dist/testing/reporters/console.js +76 -0
  474. package/dist/testing/reporters/console.js.map +1 -0
  475. package/dist/testing/reporters/json.d.ts +29 -0
  476. package/dist/testing/reporters/json.d.ts.map +1 -0
  477. package/dist/testing/reporters/json.js +40 -0
  478. package/dist/testing/reporters/json.js.map +1 -0
  479. package/dist/testing/runner.d.ts +96 -0
  480. package/dist/testing/runner.d.ts.map +1 -0
  481. package/dist/testing/runner.js +401 -0
  482. package/dist/testing/runner.js.map +1 -0
  483. package/dist/transports/index.d.ts +8 -0
  484. package/dist/transports/index.d.ts.map +1 -0
  485. package/dist/transports/index.js +11 -0
  486. package/dist/transports/index.js.map +1 -0
  487. package/dist/transports/sse.d.ts +166 -0
  488. package/dist/transports/sse.d.ts.map +1 -0
  489. package/dist/transports/sse.js +309 -0
  490. package/dist/transports/sse.js.map +1 -0
  491. package/dist/transports/webrtc.d.ts +183 -0
  492. package/dist/transports/webrtc.d.ts.map +1 -0
  493. package/dist/transports/webrtc.js +478 -0
  494. package/dist/transports/webrtc.js.map +1 -0
  495. package/dist/transports/websocket.d.ts +204 -0
  496. package/dist/transports/websocket.d.ts.map +1 -0
  497. package/dist/transports/websocket.js +397 -0
  498. package/dist/transports/websocket.js.map +1 -0
  499. package/dist/types/generated/ossa-0.3.0.types.d.ts +316 -0
  500. package/dist/types/generated/ossa-0.3.0.types.d.ts.map +1 -0
  501. package/dist/types/generated/ossa-0.3.0.types.js +8 -0
  502. package/dist/types/generated/ossa-0.3.0.types.js.map +1 -0
  503. package/dist/types/generated/ossa-0.3.0.zod.d.ts +17 -0
  504. package/dist/types/generated/ossa-0.3.0.zod.d.ts.map +1 -0
  505. package/dist/types/generated/ossa-0.3.0.zod.js +3 -0
  506. package/dist/types/generated/ossa-0.3.0.zod.js.map +1 -0
  507. package/dist/types/index.d.ts +124 -2
  508. package/dist/types/index.d.ts.map +1 -1
  509. package/dist/types/index.js +8 -1
  510. package/dist/types/index.js.map +1 -1
  511. package/dist/types/messaging.d.ts +116 -0
  512. package/dist/types/messaging.d.ts.map +1 -0
  513. package/dist/types/messaging.js +6 -0
  514. package/dist/types/messaging.js.map +1 -0
  515. package/dist/types/policy.d.ts.map +1 -1
  516. package/dist/types/policy.js.map +1 -1
  517. package/dist/types/task.d.ts +222 -0
  518. package/dist/types/task.d.ts.map +1 -0
  519. package/dist/types/task.js +40 -0
  520. package/dist/types/task.js.map +1 -0
  521. package/dist/types/workflow.d.ts +283 -0
  522. package/dist/types/workflow.d.ts.map +1 -0
  523. package/dist/types/workflow.js +51 -0
  524. package/dist/types/workflow.js.map +1 -0
  525. package/dist/utils/path-validator.d.ts +24 -0
  526. package/dist/utils/path-validator.d.ts.map +1 -0
  527. package/dist/utils/path-validator.js +70 -0
  528. package/dist/utils/path-validator.js.map +1 -0
  529. package/dist/utils/version.d.ts +17 -8
  530. package/dist/utils/version.d.ts.map +1 -1
  531. package/dist/utils/version.js +84 -30
  532. package/dist/utils/version.js.map +1 -1
  533. package/dist/utils/yaml-parser.d.ts +23 -0
  534. package/dist/utils/yaml-parser.d.ts.map +1 -0
  535. package/dist/utils/yaml-parser.js +34 -0
  536. package/dist/utils/yaml-parser.js.map +1 -0
  537. package/examples/adapters/drupal-eca-mapping.yaml +153 -0
  538. package/examples/adapters/drupal-eca-task.yaml +48 -0
  539. package/examples/adapters/drupal-flowdrop-mapping.yaml +463 -0
  540. package/examples/adapters/drupal-maestro-mapping.yaml +369 -0
  541. package/examples/adapters/mistral-README.md +367 -0
  542. package/examples/adapters/mistral-agent.yaml +147 -0
  543. package/examples/adapters/symfony-messenger-task.yaml +135 -0
  544. package/examples/adapters/symfony-messenger-workflow.yaml +352 -0
  545. package/examples/adk-integration/code-review-workflow.yml +1 -1
  546. package/examples/adk-integration/customer-support.yml +1 -1
  547. package/examples/adk-integration/data-pipeline.yml +1 -1
  548. package/examples/advanced/reasoning-agent.yaml +1 -1
  549. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -18
  550. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  551. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  552. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  553. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  554. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  555. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  556. package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
  557. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  558. package/examples/agent-mesh/README.ts +311 -0
  559. package/examples/agent-mesh/basic-usage.ts +461 -0
  560. package/examples/agents/architecture-healer-enterprise.yaml +143 -0
  561. package/examples/agents/dependency-healer-npm.yaml +81 -0
  562. package/examples/agents/spec-healer-openapi.yaml +59 -0
  563. package/examples/agents/wiki-healer-production.yaml +131 -0
  564. package/examples/agents-md/code-agent.ossa.json +1 -1
  565. package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
  566. package/examples/anthropic/claude-assistant.ossa.json +1 -1
  567. package/examples/anthropic-adapter-example.ts +374 -0
  568. package/examples/anthropic-simple.ts +70 -0
  569. package/examples/autogen/multi-agent.ossa.json +1 -1
  570. package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +37 -0
  571. package/examples/bridges/.gitlab-ci.yml +293 -0
  572. package/examples/bridges/k8s/deployment.yaml +14 -14
  573. package/examples/ci/multi-project-release-example.yml +401 -0
  574. package/examples/claude-code/code-reviewer.ossa.yaml +1 -1
  575. package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
  576. package/examples/common_npm/agent-router.ossa.yaml +1 -1
  577. package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +1 -1
  578. package/examples/contracts/data-consumer.ossa.yaml +171 -0
  579. package/examples/contracts/data-producer-v2.ossa.yaml +227 -0
  580. package/examples/contracts/data-producer.ossa.yaml +217 -0
  581. package/examples/coordinator-agent/README.md +180 -0
  582. package/examples/coordinator-agent/index.ts +440 -0
  583. package/examples/coordinator-agent/manifest.yaml +41 -0
  584. package/examples/crewai/research-team.ossa.json +1 -1
  585. package/examples/cursor/code-review-agent.ossa.json +1 -1
  586. package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +37 -0
  587. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
  588. package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +1 -1
  589. package/examples/extensions/agents-md-advanced.yml +177 -0
  590. package/examples/extensions/agents-md-basic.yml +74 -0
  591. package/examples/extensions/agents-md-sync.yml +96 -0
  592. package/examples/extensions/agents-md-v1.yml +1 -1
  593. package/examples/extensions/drupal-v1.yml +1 -1
  594. package/examples/extensions/encryption-multi-provider.yaml +120 -0
  595. package/examples/extensions/kagent-v1.yml +2 -2
  596. package/examples/extensions/knowledge-sources.yaml +59 -0
  597. package/examples/extensions/mcp-full-featured.yaml +150 -0
  598. package/examples/getting-started/01-minimal-agent.ossa.yaml +376 -0
  599. package/examples/getting-started/02-agent-with-tools.ossa.yaml +866 -0
  600. package/examples/getting-started/03-agent-with-safety.ossa.yaml +868 -0
  601. package/examples/getting-started/04-agent-with-messaging.ossa.yaml +829 -0
  602. package/examples/getting-started/05-workflow-composition.ossa.yaml +209 -0
  603. package/examples/getting-started/README.md +69 -0
  604. package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
  605. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
  606. package/examples/kagent/compliance-validator.ossa.yaml +1 -1
  607. package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
  608. package/examples/kagent/documentation-agent.ossa.yaml +1 -1
  609. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
  610. package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +1 -1
  611. package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
  612. package/examples/kagent/security-scanner.ossa.yaml +1 -1
  613. package/examples/langchain/chain-agent.ossa.json +1 -1
  614. package/examples/langflow/workflow-agent.ossa.json +1 -1
  615. package/examples/langgraph/state-machine-agent.ossa.json +1 -1
  616. package/examples/llamaindex/rag-agent.ossa.json +1 -1
  617. package/examples/messaging/dependency-healer.ossa.yaml +354 -0
  618. package/examples/messaging/incident-responder.ossa.yaml +477 -0
  619. package/examples/messaging/routing-rules.ossa.yaml +307 -0
  620. package/examples/messaging/security-scanner.ossa.yaml +328 -0
  621. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  622. package/examples/mistral-adapter-example.ts +435 -0
  623. package/examples/mistral-simple.ts +56 -0
  624. package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
  625. package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
  626. package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
  627. package/examples/observability/activity-stream-full.yaml +133 -0
  628. package/examples/observability/gitlab-ci-template.yml +304 -0
  629. package/examples/openai/basic-agent.ossa.yaml +1 -1
  630. package/examples/openai/multi-tool-agent.ossa.json +1 -1
  631. package/examples/openai/swarm-agent.ossa.json +1 -1
  632. package/examples/production/document-analyzer-openai.yml +1 -1
  633. package/examples/quickstart/support-agent.ossa.yaml +1 -1
  634. package/examples/rag-agent/README.md +136 -0
  635. package/examples/rag-agent/index.ts +272 -0
  636. package/examples/rag-agent/manifest.yaml +45 -0
  637. package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +163 -0
  638. package/examples/real-world/rag-documentation-assistant.ossa.yaml +235 -0
  639. package/examples/reference-implementations/README.md +321 -0
  640. package/examples/reference-implementations/curl-scripts/01-search-agents.sh +72 -0
  641. package/examples/reference-implementations/curl-scripts/02-get-agent-details.sh +74 -0
  642. package/examples/reference-implementations/curl-scripts/03-publish-agent.sh +136 -0
  643. package/examples/reference-implementations/curl-scripts/04-a2a-messaging.sh +178 -0
  644. package/examples/reference-implementations/curl-scripts/05-discovery.sh +98 -0
  645. package/examples/reference-implementations/curl-scripts/README.md +277 -0
  646. package/examples/reference-implementations/python-client/README.md +282 -0
  647. package/examples/reference-implementations/python-client/examples/basic_usage.py +84 -0
  648. package/examples/reference-implementations/python-client/examples/publish_agent.py +137 -0
  649. package/examples/reference-implementations/python-client/ossa_client/__init__.py +80 -0
  650. package/examples/reference-implementations/python-client/ossa_client/agents.py +240 -0
  651. package/examples/reference-implementations/python-client/ossa_client/client.py +164 -0
  652. package/examples/reference-implementations/python-client/ossa_client/discovery.py +153 -0
  653. package/examples/reference-implementations/python-client/ossa_client/messaging.py +227 -0
  654. package/examples/reference-implementations/python-client/requirements.txt +2 -0
  655. package/examples/reference-implementations/python-client/setup.py +40 -0
  656. package/examples/reference-implementations/typescript-client/README.md +227 -0
  657. package/examples/reference-implementations/typescript-client/examples/basic-usage.ts +86 -0
  658. package/examples/reference-implementations/typescript-client/examples/messaging.ts +185 -0
  659. package/examples/reference-implementations/typescript-client/examples/publish-agent.ts +138 -0
  660. package/examples/reference-implementations/typescript-client/package.json +40 -0
  661. package/examples/reference-implementations/typescript-client/src/agents.ts +285 -0
  662. package/examples/reference-implementations/typescript-client/src/client.ts +161 -0
  663. package/examples/reference-implementations/typescript-client/src/discovery.ts +244 -0
  664. package/examples/reference-implementations/typescript-client/src/index.ts +67 -0
  665. package/examples/reference-implementations/typescript-client/src/messaging.ts +385 -0
  666. package/examples/reference-implementations/typescript-client/tsconfig.json +25 -0
  667. package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +465 -0
  668. package/examples/schema/reusable-components.yaml +95 -0
  669. package/examples/tasks/batch-email-sender.yaml +105 -0
  670. package/examples/tasks/data-transform.yaml +82 -0
  671. package/examples/tasks/publish-content.yaml +86 -0
  672. package/examples/templates/ossa-compliance.yaml +1 -1
  673. package/examples/unified/security-scanner.ossa.yaml +311 -0
  674. package/examples/vercel/edge-agent.ossa.json +1 -1
  675. package/examples/workflow-agent/README.md +175 -0
  676. package/examples/workflow-agent/index.ts +408 -0
  677. package/examples/workflow-agent/manifest.yaml +41 -0
  678. package/examples/workflows/batch-email-campaign.yaml +140 -0
  679. package/examples/workflows/content-review-publish.yaml +156 -0
  680. package/examples/workflows/simple-etl.yaml +151 -0
  681. package/openapi/agent-communication.yaml +1113 -0
  682. package/openapi/agent-crud.yaml +1124 -0
  683. package/openapi/agent-discovery.yaml +677 -0
  684. package/openapi/agent-identity.yaml +620 -0
  685. package/openapi/protocols/sse-streams.yaml +479 -0
  686. package/openapi/protocols/websocket-events.yaml +427 -0
  687. package/openapi/schemas/discovery.json +488 -0
  688. package/package.json +91 -33
  689. package/schemas/agent.json +523 -0
  690. package/schemas/communication.json +897 -0
  691. package/schemas/identity.json +482 -0
  692. package/spec/extensions/a2a-messaging.md +471 -0
  693. package/spec/extensions/manifest-extensions.md +550 -0
  694. package/spec/registry/README.md +472 -0
  695. package/spec/registry/openapi.yaml +1124 -0
  696. package/spec/registry/registry-api.schema.json +731 -0
  697. package/spec/registry/registry-spec.md +2239 -0
  698. package/spec/schema/agent-test.schema.json +117 -0
  699. package/spec/schema/components/activity-stream.schema.json +94 -0
  700. package/spec/schema/components/constraints.schema.json +84 -0
  701. package/spec/schema/components/dependencies.schema.json +147 -0
  702. package/spec/schema/components/encryption.schema.json +115 -0
  703. package/spec/schema/components/identity.schema.json +48 -0
  704. package/spec/schema/components/index.json +37 -0
  705. package/spec/schema/components/llm-config.schema.json +67 -0
  706. package/spec/schema/components/metadata.schema.json +37 -0
  707. package/spec/schema/components/tool.schema.json +64 -0
  708. package/spec/schema/extensions/a2a.extension.schema.json +127 -0
  709. package/spec/v0.2.8/ossa-0.2.8.schema.json +95 -1
  710. package/spec/v0.3.0/UNIFIED-SCHEMA.md +120 -0
  711. package/spec/v0.3.0/adapters/drupal.md +541 -0
  712. package/spec/v0.3.0/adapters/symfony.md +659 -0
  713. package/spec/v0.3.0/agent-test.schema.json +75 -0
  714. package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +110 -0
  715. package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +96 -0
  716. package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
  717. package/spec/v0.3.0/extensions/drupal.md +417 -0
  718. package/spec/v0.3.0/ossa-0.3.0.schema.json +2787 -0
  719. package/spec/v0.3.0/protocols/sse.md +494 -0
  720. package/spec/v0.3.0/protocols/webrtc.md +600 -0
  721. package/spec/v0.3.0/protocols/websocket.md +362 -0
  722. package/spec/v0.3.0/schemas/agent-unified.yaml +165 -0
  723. package/spec/v0.3.0/schemas/capabilities.yaml +102 -0
  724. package/spec/v0.3.0/schemas/functions.yaml +75 -0
  725. package/spec/v0.3.0/schemas/messaging/channel.schema.json +245 -0
  726. package/spec/v0.3.0/schemas/messaging/delivery-receipt.schema.json +192 -0
  727. package/spec/v0.3.0/schemas/messaging/message.schema.json +205 -0
  728. package/spec/v0.3.0/schemas/messaging/subscription.schema.json +214 -0
  729. package/spec/v0.3.0/schemas/runtime.yaml +102 -0
  730. package/spec/v0.3.0/schemas/taxonomy.yaml +533 -0
  731. package/spec/v0.3.0/schemas/unified-llm.yaml +91 -0
  732. package/spec/v0.3.0/taxonomy.yaml +256 -0
  733. package/.cursorrules +0 -84
  734. package/.devfile.yaml +0 -87
  735. package/.env.example +0 -63
  736. package/.eslintrc.cjs +0 -43
  737. package/.github/AGENTS.md +0 -245
  738. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -63
  739. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -40
  740. package/.github/PULL_REQUEST_TEMPLATE.md +0 -39
  741. package/.github/agents/github-issue-triage.ossa.yaml +0 -99
  742. package/.github/agents/github-pr-triage.ossa.yaml +0 -137
  743. package/.github/dependabot.yml +0 -58
  744. package/.github/workflows/ci.yml +0 -154
  745. package/.github/workflows/codeql.yml +0 -41
  746. package/.github/workflows/dependabot-auto-merge.yml +0 -28
  747. package/.github/workflows/dependabot-comment.yml +0 -34
  748. package/.github/workflows/issue-sync-to-gitlab.yml +0 -138
  749. package/.github/workflows/pr-triage-to-gitlab.yml +0 -164
  750. package/.github/workflows/release.yml +0 -103
  751. package/.husky/pre-commit +0 -5
  752. package/.kiro/config.json +0 -21
  753. package/.kiro/settings/mcp.json +0 -61
  754. package/.kiro/specs/scripts-migration-api-first/design.md +0 -883
  755. package/.kiro/specs/scripts-migration-api-first/requirements.md +0 -165
  756. package/.kiro/specs/scripts-migration-api-first/tasks.md +0 -539
  757. package/.kiro/specs/website-brand-identity/design.md +0 -1060
  758. package/.kiro/specs/website-brand-identity/requirements.md +0 -287
  759. package/.kiro/specs/website-brand-identity/tasks.md +0 -981
  760. package/.prettierignore +0 -7
  761. package/.prettierrc.json +0 -10
  762. package/.redocly.yaml +0 -9
  763. package/.releaserc.json +0 -85
  764. package/.version.json +0 -6
  765. package/.wiki-config.json +0 -24
  766. package/CODEOWNERS +0 -75
  767. package/CONTRIBUTING.md +0 -366
  768. package/bin/validate-ossa-0.2.2.ts +0 -244
  769. package/bin/validate-ossa-0.2.4.ts +0 -244
  770. package/docs/brand-guide/01-brand-overview.md +0 -37
  771. package/docs/brand-guide/02-logo-usage.md +0 -43
  772. package/docs/brand-guide/03-color-palette.md +0 -70
  773. package/docs/brand-guide/04-typography.md +0 -82
  774. package/docs/brand-guide/05-voice-and-tone.md +0 -108
  775. package/docs/brand-guide/06-visual-elements.md +0 -137
  776. package/docs/brand-guide/07-application-examples.md +0 -153
  777. package/docs/brand-guide/OssaLogo/OssA_Logo.svg +0 -21
  778. package/docs/brand-guide/OssaLogo/brand.af +0 -0
  779. package/docs/brand-guide/README.md +0 -107
  780. package/docs/comparison.md +0 -315
  781. package/docs/operations/automation-roadmap.md +0 -245
  782. package/docs/operations/github-sync-strategy.md +0 -357
  783. package/docs/specs/policy-dsl.md +0 -925
  784. package/eslint-report.json +0 -1
  785. package/gl-code-quality-report.json +0 -62
  786. package/infrastructure/docker-compose.yml +0 -33
  787. package/infrastructure/gitlab-agent/rbac.yaml +0 -126
  788. package/infrastructure/gitlab-agent/values.yaml +0 -150
  789. package/infrastructure/k8s/monitoring/00-namespace.yaml +0 -7
  790. package/infrastructure/k8s/monitoring/01-prometheus.yaml +0 -142
  791. package/infrastructure/k8s/monitoring/02-grafana.yaml +0 -63
  792. package/infrastructure/k8s/monitoring/03-lightweight.yaml +0 -121
  793. package/infrastructure/k8s/monitoring/README.md +0 -73
  794. package/infrastructure/k8s/monitoring/deploy.sh +0 -38
  795. package/junit.xml +0 -1
  796. package/llms-ctx-full.txt +0 -39
  797. package/llms-ctx.txt +0 -39
  798. package/llms.txt +0 -47
  799. package/release.config.js +0 -79
  800. package/scripts/README.md +0 -128
  801. package/scripts/auto-rebase-mrs.ts +0 -106
  802. package/scripts/batch-dependabot.sh +0 -57
  803. package/scripts/bump-version.ts +0 -57
  804. package/scripts/compliance-audit.ts +0 -796
  805. package/scripts/configure-gitlab-branch-protection.ts +0 -95
  806. package/scripts/create-issue-helper.ts +0 -238
  807. package/scripts/create-milestone-issue.ts +0 -73
  808. package/scripts/enhanced-version-manager.ts +0 -257
  809. package/scripts/eslint-to-codequality.cjs +0 -34
  810. package/scripts/fix-schema-formats.js +0 -82
  811. package/scripts/gen-types.ts +0 -51
  812. package/scripts/gen-zod.ts +0 -51
  813. package/scripts/generate-agents-catalog.ts +0 -78
  814. package/scripts/generate-api-docs.ts +0 -219
  815. package/scripts/generate-cli-docs.ts +0 -410
  816. package/scripts/generate-config-docs.ts +0 -109
  817. package/scripts/generate-errors-docs.ts +0 -76
  818. package/scripts/generate-examples-docs.ts +0 -100
  819. package/scripts/generate-llms-ctx.sh +0 -17
  820. package/scripts/generate-schema-docs.ts +0 -317
  821. package/scripts/generate-types-docs.ts +0 -48
  822. package/scripts/lowercase-docs.ts +0 -43
  823. package/scripts/manage-milestone-mrs.ts +0 -279
  824. package/scripts/process-doc-templates.ts +0 -37
  825. package/scripts/rebase-all-mrs.sh +0 -75
  826. package/scripts/schemas/package.schema.ts +0 -75
  827. package/scripts/setup-branch-protection.sh +0 -33
  828. package/scripts/sync-github-pr.sh +0 -48
  829. package/scripts/sync-version.js +0 -32
  830. package/scripts/sync-version.ts +0 -39
  831. package/scripts/sync-versions.ts +0 -488
  832. package/scripts/sync-wiki.sh +0 -50
  833. package/scripts/validate-all.js +0 -127
  834. package/scripts/validate-schema.ts +0 -50
  835. package/test-results/junit.xml +0 -337
  836. package/test-results.xml +0 -1
package/CHANGELOG.md CHANGED
@@ -2,244 +2,1798 @@
2
2
 
3
3
  All notable changes to OSSA (Open Standard for Scalable AI Agents) will be documented in this file.
4
4
 
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.2.9] - 2025-12-04
8
+ ## [0.3.0] - 2025-12-22
9
+
10
+ ### Fixed
11
+
12
+ - **ci**: Prevent SIGPIPE in release:validate examples loop ([57f5056](https://gitlab.com/blueflyio/openstandardagents/-/commit/57f5056e5c117f0ba041c0e614224bee3e879df0))
13
+ - **ci**: Accept {{VERSION}} placeholder in package.json exports validation ([85f208d](https://gitlab.com/blueflyio/openstandardagents/-/commit/85f208d20116208b218e54dc1a6fdbf7a1cce76d))
14
+ - **ci**: Use .version.json as single source of truth for all version detection ([00f9220](https://gitlab.com/blueflyio/openstandardagents/-/commit/00f92203b825b4e1ba0dc19e9cd43d0f16b2b39d))
15
+ - **test**: Restore v0.2.9 version in backwards-compat test case ([f9c64b3](https://gitlab.com/blueflyio/openstandardagents/-/commit/f9c64b3d1a282b21e23a79999884b4410b301925))## [0.3.0-dev.51] - 2025-12-21
16
+
17
+ ### Fixed
18
+
19
+ - **ci**: Correct CI token headers and release tag automation ([2a61549](https://gitlab.com/blueflyio/openstandardagents/-/commit/2a61549bcb0402ddba925b4474b0a07d2e98d077))## [0.3.0-dev.50] - 2025-12-21
20
+
21
+ ### Fixed
22
+
23
+ - **ci**: Correct CI token headers and release tag automation ([13aa6d5](https://gitlab.com/blueflyio/openstandardagents/-/commit/13aa6d5a6cca2b54a5d7a335d93eca78c127f311))## [0.3.0-dev.49] - 2025-12-21
24
+
25
+ ### Fixed
26
+
27
+ - **ci**: Correct CI token headers and release tag automation ([9e43d09](https://gitlab.com/blueflyio/openstandardagents/-/commit/9e43d09d3bd1d69432bd90542a790261e9d1493e))## [0.3.0-dev.48] - 2025-12-21
28
+
29
+ ### Fixed
30
+
31
+ - Resolve test failures blocking v0.3.0 release ([81ece93](https://gitlab.com/blueflyio/openstandardagents/-/commit/81ece93d68ec931a01df1af7a2700aff2d29636c))
32
+ ## [0.3.0-dev.47] - 2025-12-21
33
+
34
+ ### Fixed
35
+
36
+ - Resolve test failures blocking v0.3.0 release ([8583646](https://gitlab.com/blueflyio/openstandardagents/-/commit/8583646797b8facff74185f65786e78f4e0a2fce))
37
+ ## [0.3.0-dev.46] - 2025-12-21
38
+
39
+ ### Fixed
40
+
41
+ - Add channelMap declaration in send message test ([eb88533](https://gitlab.com/blueflyio/openstandardagents/-/commit/eb88533971a2ae30a670f36cfb18565ee104227b))
42
+
43
+ - Remove all duplicate channelMap declarations ([074513c](https://gitlab.com/blueflyio/openstandardagents/-/commit/074513c8063a57331dae1a90d42353fcd5f7c4f9))
44
+
45
+ - Reuse existing channel variable in WebRTC test ([4abdd79](https://gitlab.com/blueflyio/openstandardagents/-/commit/4abdd79474ddf94b73d9530ee0a406e16f741ee4))
46
+
47
+ - Remove duplicate channel declaration in WebRTC test ([c8cc88a](https://gitlab.com/blueflyio/openstandardagents/-/commit/c8cc88a257e38b71737ccedcf3ced4cb05fc7479))
48
+
49
+ - Remove duplicate channelMap declaration in WebRTC test ([ee750ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/ee750ce52e6bca503daaafb1d059fe9239597bbc))
50
+
51
+ - Resolve all remaining test failures ([2e84995](https://gitlab.com/blueflyio/openstandardagents/-/commit/2e8499538af3da637003d20a45599cd87ff0e088))
52
+
53
+ - WebSocket test - prevent unhandled promise rejection ([e7264b6](https://gitlab.com/blueflyio/openstandardagents/-/commit/e7264b644f6a296fbf1212c7aabf58b0a2874fff))
54
+
55
+ - Resolve WebRTC duplicate declaration and WebSocket Event handling ([c639c00](https://gitlab.com/blueflyio/openstandardagents/-/commit/c639c0050cd5b89bf8d879a31b10850960b23192))
56
+
57
+ - WebSocket test - change mock to use Error instead of Event ([a057237](https://gitlab.com/blueflyio/openstandardagents/-/commit/a057237eea4802f55e08c7d604ca87ddbf775e14))
58
+
59
+ - WebSocket test - use try/catch for Event rejection ([27e1190](https://gitlab.com/blueflyio/openstandardagents/-/commit/27e119058bd7ae83153a624d4e77d59342c57603))
60
+
61
+ - WebSocket test - accept Event rejection ([4d21c88](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d21c8810cfd2aa317ab40e76a7ad14b8e88bb9e))
62
+
63
+ - WebSocket test - use toThrow() for promise rejection ([fa52bdd](https://gitlab.com/blueflyio/openstandardagents/-/commit/fa52bddc0e1ea42f4786151acd274349d7d6a26d))
64
+
65
+ - WebSocket test - use proper expect().rejects ([db3ad14](https://gitlab.com/blueflyio/openstandardagents/-/commit/db3ad1454b7a11726537fef146ff0f7f377731b9))
66
+
67
+ - Final WebSocket error test - verify error emission ([279f3c7](https://gitlab.com/blueflyio/openstandardagents/-/commit/279f3c7babe6de98e780bcd3776b9c969c3aaee4))
68
+
69
+ - Resolve final WebSocket test failure ([b3ea839](https://gitlab.com/blueflyio/openstandardagents/-/commit/b3ea8396d33d18e239772e0d0cde628d376d5cad))
70
+
71
+ - Complete all test failure fixes ([0f698d8](https://gitlab.com/blueflyio/openstandardagents/-/commit/0f698d8d04f67744c39a62daa438d54c7f1db2c0))
72
+
73
+ - Resolve all 15 test failures for v0.3.0 release ([5dc374c](https://gitlab.com/blueflyio/openstandardagents/-/commit/5dc374cb974d8b50c25af08e5264af9798d9a045))
74
+
75
+ - Final test fixes - WebSocket error handling and config validation ([4bac021](https://gitlab.com/blueflyio/openstandardagents/-/commit/4bac0211e59f4c78056a1e31bbbca0d722185540))
76
+
77
+ - Resolve remaining test failures ([163b28b](https://gitlab.com/blueflyio/openstandardagents/-/commit/163b28ba70405ad7fe6405ada9a2551545e98b69))
78
+
79
+ - Complete pipeline fixes - all null pointers and missing properties ([45cfafb](https://gitlab.com/blueflyio/openstandardagents/-/commit/45cfafb60ed0aaf76f7f55ef466e5281bd624098))
80
+
81
+ - Resolve pipeline test failures ([e65f580](https://gitlab.com/blueflyio/openstandardagents/-/commit/e65f580e683434c7d93c6d831a66f15d945ff41b))
82
+
83
+ ### Miscellaneous
84
+
85
+ - Force CI rebuild to clear cache ([0e59875](https://gitlab.com/blueflyio/openstandardagents/-/commit/0e598750321f174b6584eb95390c683a5a016b0e))
86
+ ## [0.3.0-rc.8] - 2025-12-21
87
+
88
+ ### Fixed
89
+
90
+ - Set package.json version to 0.3.0 ([3134b92](https://gitlab.com/blueflyio/openstandardagents/-/commit/3134b92976ab49bf73c7ec882c76fd94c4693875))
91
+ ## [0.3.0-rc.7] - 2025-12-21
92
+
93
+ ### Fixed
94
+
95
+ - Skip agent trigger jobs when AGENT_PLATFORM_PROJECT not set ([dc230db](https://gitlab.com/blueflyio/openstandardagents/-/commit/dc230db6cd361d733543c059ff14e2347525d165))
96
+ ## [0.3.0-rc.6] - 2025-12-21
97
+
98
+ ### Fixed
99
+
100
+ - Create RC tag on release merge, inline version detection ([6b56945](https://gitlab.com/blueflyio/openstandardagents/-/commit/6b56945fe31883c4a4f6484c2c513b4a7c57a001))
101
+ ## [0.3.0-rc.2] - 2025-12-20
102
+
103
+ ### Fixed
104
+
105
+ - **ci**: Use SaaS runners instead of broken local runners ([d242e42](https://gitlab.com/blueflyio/openstandardagents/-/commit/d242e42bc26757970b9ec5a8d57a68cc3501f5dd))## [0.3.0-dev.44] - 2025-12-21
106
+
107
+ ### Fixed
108
+
109
+ - Update team contact email ([9e8f0e6](https://gitlab.com/blueflyio/openstandardagents/-/commit/9e8f0e649ebd98205063163e5bb7b3abb49b7702))
110
+ ## [0.3.0-dev.43] - 2025-12-21
111
+
112
+ ### Fixed
113
+
114
+ - Update wiki config with all correct information ([2bf1132](https://gitlab.com/blueflyio/openstandardagents/-/commit/2bf1132ed1ea329fd574df3f9bad8d06bebda076))
115
+ ## [0.3.0-dev.42] - 2025-12-21
116
+
117
+ ### Fixed
118
+
119
+ - Correct GitLab URLs in wiki config ([96dc756](https://gitlab.com/blueflyio/openstandardagents/-/commit/96dc7566eb87cec654e89ec1bd4cb45c3e7bac9c))
120
+ ## [0.3.0-dev.41] - 2025-12-21
121
+
122
+ ### Fixed
123
+
124
+ - Resolve all remaining adapter TypeScript errors ([030ef6d](https://gitlab.com/blueflyio/openstandardagents/-/commit/030ef6d74af2b0a1daeea1089befbd8a7949ad5f))
125
+ ## [0.3.0-dev.40] - 2025-12-21
126
+
127
+ ### Fixed
128
+
129
+ - Replace getConfig call with agent config access ([3a508dd](https://gitlab.com/blueflyio/openstandardagents/-/commit/3a508dddc6f56ee138fe7a8c65815e34c5c6d56f))
130
+ ## [0.3.0-dev.39] - 2025-12-21
131
+
132
+ ### Fixed
133
+
134
+ - Stub adapter stats and streaming methods ([f6dbe98](https://gitlab.com/blueflyio/openstandardagents/-/commit/f6dbe9899dfa56d491d76dee543633de45ea5190))
135
+ ## [0.3.0-dev.38] - 2025-12-21
136
+
137
+ ### Fixed
138
+
139
+ - Stub updateConfig and use correct model path ([5416091](https://gitlab.com/blueflyio/openstandardagents/-/commit/5416091871f41adea75362ed3777e853ed4759f9))
140
+ ## [0.3.0-dev.37] - 2025-12-21
141
+
142
+ ### Fixed
143
+
144
+ - Stub adapter methods and add required SDK params ([9e447e2](https://gitlab.com/blueflyio/openstandardagents/-/commit/9e447e2cdc2b3720f2efcb2c8aa947bba92e3d57))
145
+ ## [0.3.0-dev.36] - 2025-12-21
146
+
147
+ ### Fixed
148
+
149
+ - Use SDK messages API correctly ([046f2a0](https://gitlab.com/blueflyio/openstandardagents/-/commit/046f2a0fc78112e18d620e13283112f18785ad77))
150
+ ## [0.3.0-dev.35] - 2025-12-21
151
+
152
+ ### Fixed
153
+
154
+ - Replace missing client class with SDK client ([d0bea24](https://gitlab.com/blueflyio/openstandardagents/-/commit/d0bea247549b644caa0eb4ed3a5511a47670710b))
155
+ ## [0.3.0-dev.34] - 2025-12-21
156
+
157
+ ### Fixed
158
+
159
+ - Export client class and update imports ([39b0359](https://gitlab.com/blueflyio/openstandardagents/-/commit/39b0359e0bf4885f51f2487ba48fcee04d033b1a))
160
+ ## [0.3.0-dev.33] - 2025-12-21
161
+
162
+ ### Fixed
163
+
164
+ - Add return type assertion and fix implicit any parameter ([c2edec6](https://gitlab.com/blueflyio/openstandardagents/-/commit/c2edec6703c678ff360a42b17a9b678143d51c5f))
165
+ ## [0.3.0-dev.32] - 2025-12-21
166
+
167
+ ### Fixed
168
+
169
+ - Resolve final adapter TypeScript errors ([62c191f](https://gitlab.com/blueflyio/openstandardagents/-/commit/62c191fc101ee394e348f8c9c9b9285ca4697936))
170
+ ## [0.3.0-dev.31] - 2025-12-21
171
+
172
+ ### Fixed
173
+
174
+ - Resolve adapter TypeScript errors ([f6fc160](https://gitlab.com/blueflyio/openstandardagents/-/commit/f6fc160636ba7b2025418536b42733dc80139f08))
175
+ ## [0.3.0-dev.30] - 2025-12-21
176
+
177
+ ### Fixed
178
+
179
+ - Add null check for SSE channels array ([1c91c49](https://gitlab.com/blueflyio/openstandardagents/-/commit/1c91c499b2e41484baadbdb5332649cc5e06514b))
180
+ ## [0.3.0-dev.29] - 2025-12-21
181
+
182
+ ### Fixed
183
+
184
+ - Resolve remaining TypeScript errors (broker type cast, SSE undefined checks) ([ce1b8c1](https://gitlab.com/blueflyio/openstandardagents/-/commit/ce1b8c1035e786ef4c5f4d8b0f734a6dd0185250))
185
+ ## [0.3.0-dev.28] - 2025-12-21
186
+
187
+ ### Fixed
188
+
189
+ - Resolve TypeScript compilation errors for v0.3.0 release ([d4f8f28](https://gitlab.com/blueflyio/openstandardagents/-/commit/d4f8f28cbab65d445d4dbaa2b831b0cb710b56fc))
190
+ ## [0.3.0-dev.27] - 2025-12-21
191
+
192
+ ### Added
193
+
194
+ - **agents**: Add OSSA Validator v0.3 agent ([49d4252](https://gitlab.com/blueflyio/openstandardagents/-/commit/49d4252ebafcc96f252655ac7f60b00ff0018a47))
195
+ ### Fixed
196
+
197
+ - **test-runner**: Remove duplicate for loop line ([0b11481](https://gitlab.com/blueflyio/openstandardagents/-/commit/0b11481804c54335cdf24434af15deb6423c05a2))
198
+ - **test-runner**: Extract test assertions to typed variable ([0711963](https://gitlab.com/blueflyio/openstandardagents/-/commit/0711963d03de4686ba5958c9a1666c008a863fa9))
199
+ - **test-runner**: Extract test assertions to typed variable ([9b2b999](https://gitlab.com/blueflyio/openstandardagents/-/commit/9b2b99905414dd43a48fc1511a513efc7085a3f3))
200
+ - **test-runner**: Handle undefined assertion.actual properly ([15cc3ad](https://gitlab.com/blueflyio/openstandardagents/-/commit/15cc3ad7a8dd1ec24b89c1b63677c870e59cd6da))
201
+ - **test-runner**: Handle undefined assertion.actual ([f4af406](https://gitlab.com/blueflyio/openstandardagents/-/commit/f4af406024eb493c88becdfbae87ca9b393605a2))## [0.3.0-dev.26] - 2025-12-21
202
+
203
+ ### Added
204
+
205
+ - **cli**: Implement ossa export command ([#189](https://gitlab.com/blueflyio/openstandardagents/-/issues/189)) ([facfdb6](https://gitlab.com/blueflyio/openstandardagents/-/commit/facfdb6184ce097117b5d5f1c6fa07725f18042e))
206
+ ### Changed
207
+
208
+ - **cli**: Consolidate error handling and simplify command implementations ([9c764fd](https://gitlab.com/blueflyio/openstandardagents/-/commit/9c764fd7330df501bd9771c48834b0bbf6544ecf))## [0.3.0-dev.25] - 2025-12-21
9
209
 
10
210
  ### Added
11
211
 
12
- - **Reasoning Strategies** (`spec.reasoning`): Declarative configuration for agent reasoning
13
- - Strategy selection: ReAct, Chain of Thought (CoT), Tree of Thought (ToT), custom
14
- - Step and depth limits for controlled reasoning
15
- - Reasoning trace export to observability (OTEL, JSON, Markdown)
16
- - Self-reflection configuration with confidence thresholds
17
- - Refs: #107
18
-
19
- - **Prompt Management** (`spec.prompts`): Structured prompt templating and versioning
20
- - System and user prompt templates with file references
21
- - Semantic versioning for A/B testing
22
- - Template variable interpolation
23
- - Few-shot examples array (up to 20 examples)
24
- - External prompt registry integration (Langfuse, PromptLayer)
25
- - Refs: #108
26
-
27
- - **Knowledge Graph Integration** (`spec.knowledge_graph`): Native graph database support
28
- - Provider support: Neo4j, Neptune, Dgraph, Memgraph, custom
29
- - Connection configuration with credential references
30
- - Schema constraints for entity and relationship types
31
- - Sync modes: real-time, batch, on-demand
32
- - Refs: #109
33
-
34
- - **agents.md Extension**: OpenAI repository-level agent guidance support
212
+ - **adapter**: Add Anthropic Claude runtime adapter ([#148](https://gitlab.com/blueflyio/openstandardagents/-/issues/148)) ([007d233](https://gitlab.com/blueflyio/openstandardagents/-/commit/007d2333ba9bbdb14142b4aabd67cd104f6f438b))
213
+ - **cli**: Implement ossa test command ([#150](https://gitlab.com/blueflyio/openstandardagents/-/issues/150)) ([1fc8eb1](https://gitlab.com/blueflyio/openstandardagents/-/commit/1fc8eb13f6ba68d7023dab670ceaaf39eac4f298))
214
+ - **openapi**: Add Agent Communication Standards spec ([#173](https://gitlab.com/blueflyio/openstandardagents/-/issues/173)) ([4cdfad8](https://gitlab.com/blueflyio/openstandardagents/-/commit/4cdfad8db3f09e506fed2ae39fc57762d770382e))
215
+ - **openapi**: Add Agent Identity & Authentication spec ([#171](https://gitlab.com/blueflyio/openstandardagents/-/issues/171)) ([2b4c387](https://gitlab.com/blueflyio/openstandardagents/-/commit/2b4c387f5f31bf324c1dfe5a3e2d063c2a852816))
216
+ - **spec**: Add Agent-to-Agent Messaging extension ([#132](https://gitlab.com/blueflyio/openstandardagents/-/issues/132)) ([6083535](https://gitlab.com/blueflyio/openstandardagents/-/commit/60835359a3377ba7d9ebc8ec6fe0ed79ec23684f))
217
+ - **spec**: Add WebSocket, SSE, and WebRTC protocol support ([#174](https://gitlab.com/blueflyio/openstandardagents/-/issues/174)) ([c9dbf20](https://gitlab.com/blueflyio/openstandardagents/-/commit/c9dbf2075c62c069b2f1db0725005ee1359da805))
218
+ ### Changed
35
219
 
220
+ - **cli**: Consolidate error handling and simplify command implementations ([0cefc6a](https://gitlab.com/blueflyio/openstandardagents/-/commit/0cefc6a821f98968a659298fe48d93d3601afd87))
36
221
  ### Documentation
37
222
 
38
- - Added `examples/advanced/reasoning-agent.yaml` demonstrating all new features
39
- - Updated schema description with v0.2.9 capabilities
223
+ - **examples**: Add reference implementations for OSSA API ([#186](https://gitlab.com/blueflyio/openstandardagents/-/issues/186)) ([104c900](https://gitlab.com/blueflyio/openstandardagents/-/commit/104c9004a55dd570c2f9b992705fa689e1cacda7))
224
+ - **openapi**: Add comprehensive OpenAPI documentation ([#185](https://gitlab.com/blueflyio/openstandardagents/-/issues/185)) ([4d29002](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d290028c9e337197cdbeeb75e87a55572fee131))
225
+ ### Fixed
40
226
 
41
- ## [0.2.8] - 2025-11-30
227
+ - **examples**: Properly quote YAML template expressions ([5a06c23](https://gitlab.com/blueflyio/openstandardagents/-/commit/5a06c235d3a534fd99d5367770d203e40e176ff1))
228
+ - **examples**: Quote template expressions in YAML ([f5b8f3b](https://gitlab.com/blueflyio/openstandardagents/-/commit/f5b8f3bf105c099f8433d3739449a6690d8f7c7b))
229
+ - **validators**: Add missing type assertion for schema.type ([41c492b](https://gitlab.com/blueflyio/openstandardagents/-/commit/41c492b162bd42a35fa2be26728bdb1e4a824b8e))
230
+ - **validators**: Add type assertion for schema.type access ([e8fa321](https://gitlab.com/blueflyio/openstandardagents/-/commit/e8fa3215438966cf1946947e6ca35b4d4be8f548))## [0.3.0-dev.23] - 2025-12-20
42
231
 
43
232
  ### Fixed
44
- - Version synchronization across all project files
45
- - Corrected `.version.json` to match package version
46
- - Schema export paths in package.json
47
233
 
48
- ### Changed
49
- - Updated latest_stable reference to 0.2.5-RC (skipping burned 0.2.6/0.2.7)
234
+ - Replace bitnami/kubectl with alpine-based kubectl image to fix shell error ([eb3ab79](https://gitlab.com/blueflyio/openstandardagents/-/commit/eb3ab79bc22e714efc880735013d4d77cbf72619))
235
+ ## [0.3.0-dev.22] - 2025-12-20
236
+
237
+ ### Fixed
238
+
239
+ - **examples**: Simplify template expression to avoid YAML parsing issues ([818a9f8](https://gitlab.com/blueflyio/openstandardagents/-/commit/818a9f84fcab54b4561797c6896a816e2d0173fb))## [0.3.0-dev.21] - 2025-12-20
240
+
241
+ ### Fixed
242
+
243
+ - **examples**: Quote template expressions in YAML ([4e3a084](https://gitlab.com/blueflyio/openstandardagents/-/commit/4e3a0846ecedac7da127d0b39c0b58f5241052c8))
244
+ - **examples**: Fix YAML validation errors ([be1ec04](https://gitlab.com/blueflyio/openstandardagents/-/commit/be1ec046d30e4ac0afe952d7d13b967091a29929))
245
+ - **examples**: Fix YAML syntax errors in workflow examples ([2a5bc9d](https://gitlab.com/blueflyio/openstandardagents/-/commit/2a5bc9dc9a8df77f814f0f107f6c6d60125a8652))
246
+ - **test-runner**: Remove duplicate for loop line ([64cb2eb](https://gitlab.com/blueflyio/openstandardagents/-/commit/64cb2ebb12ae6faf4559898130c0be82d4652263))
247
+ - **test-runner**: Extract test assertions to typed variable ([a502a24](https://gitlab.com/blueflyio/openstandardagents/-/commit/a502a24c783f44d96907ef74ec4dc063c987757e))
248
+ - **test-runner**: Extract test assertions to typed variable ([17170ec](https://gitlab.com/blueflyio/openstandardagents/-/commit/17170ecd1edaa9869c9ae19d644c0bde5ebd0b0d))
249
+ - **test-runner**: Handle undefined assertion.actual properly ([148b60a](https://gitlab.com/blueflyio/openstandardagents/-/commit/148b60a50285287bcdf5a8ed975cf9632af6ef0e))
250
+ - **test-runner**: Handle undefined assertion.actual ([5ef19a5](https://gitlab.com/blueflyio/openstandardagents/-/commit/5ef19a5936b827fa636e61d3abea276425957fba))## [0.3.0-dev.20] - 2025-12-20
251
+
252
+ ### Added
253
+
254
+ - **sdk**: Create @ossa/runtime package with reference implementations ([#40](https://gitlab.com/blueflyio/openstandardagents/-/issues/40)) ([8f4d2cd](https://gitlab.com/blueflyio/openstandardagents/-/commit/8f4d2cdf5d48cde7d058659fbce0533e9ee2ef49))## [0.3.0-dev.19] - 2025-12-20
50
255
 
51
- ## [0.2.6] - 2025-11-26
256
+ ### Added
257
+
258
+ - **sdk**: Runtime SDK + reference implementations ([3bdf98f](https://gitlab.com/blueflyio/openstandardagents/-/commit/3bdf98f124a91d7f7b3090ba90b5df73758fe264))## [0.3.0-dev.18] - 2025-12-20
52
259
 
53
260
  ### Added
54
- - **ossa-dev**: Development server with hot reload
55
- - **ossa-generate**: Scaffold agents and adapters
56
- - **ossa-health**: Health check utility
57
- - Brand positioning and value proposition framework
58
- - Visual identity system specification
59
- - Competitive comparison matrix
60
- - GitHub mirroring deployment guide
61
- - Spec v0.2.6-dev development structure
261
+
262
+ - **deploy**: Implement agent deployment ([e21f130](https://gitlab.com/blueflyio/openstandardagents/-/commit/e21f130a33d14037df68b7812196bceb10264939))
263
+ ### CI/CD
264
+
265
+ - Use GitLab SaaS runners instead of local runners ([e83c028](https://gitlab.com/blueflyio/openstandardagents/-/commit/e83c028d4fb367f215809bb926d157813aeecf48))
266
+
267
+ ### Changed
268
+
269
+ - Convert detect-ossa-version from bash to TypeScript ([47286f2](https://gitlab.com/blueflyio/openstandardagents/-/commit/47286f20d5f92582b5207b5d4cc208cf0552df93))
270
+
271
+ ### Fixed
272
+
273
+ - **ci**: Use SaaS runners instead of broken local runners ([c22158d](https://gitlab.com/blueflyio/openstandardagents/-/commit/c22158df3082344a3be275abda2c43e18d90e3a1))
274
+ - **ci**: Use local runners for release jobs - shared minutes exhausted ([29d3a95](https://gitlab.com/blueflyio/openstandardagents/-/commit/29d3a95e95819327679b80b46ba77f34e9c376c1))
275
+ - **ci**: Exclude version utility files from placeholder check (cherry-pick) ([7001044](https://gitlab.com/blueflyio/openstandardagents/-/commit/7001044652ad0a43577e2d4f76a022e14457ca21))
276
+ - **ci**: Use local runners - shared minutes exhausted ([520bf54](https://gitlab.com/blueflyio/openstandardagents/-/commit/520bf542400d54fffcb1da2b466716fb2a483d6a))
277
+ - **schema**: Update OSSA v0.3.0 schema for env vars and flexibility ([2a0dfd6](https://gitlab.com/blueflyio/openstandardagents/-/commit/2a0dfd674978fb33217f0897f1bd22ea086eaecc))
278
+ - **test**: Workflow schema test validation for v0.3.0 release ([cd895bc](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd895bc0a82a6f777e9f7caecbbf59e86d4b5028))
279
+ - Replace all v0.3.1 references with v0.3.0 ([f9564b6](https://gitlab.com/blueflyio/openstandardagents/-/commit/f9564b6c4d336158891f61e11267042c86547e3d))
280
+
281
+ - Replace hardcoded v0.3.1 with v0.3.0 in roadmap docs ([907f4c6](https://gitlab.com/blueflyio/openstandardagents/-/commit/907f4c60d298bcab582aaee94fb6348c85eaafc1))
282
+
283
+ - Correct all v0.3.1 references to v0.3.0 for release ([4f34c58](https://gitlab.com/blueflyio/openstandardagents/-/commit/4f34c58f61907e86cffb9caf62c452265926f60e))
284
+
285
+ - Replace any types with unknown and remove unused import ([86f8008](https://gitlab.com/blueflyio/openstandardagents/-/commit/86f80086a2b7dbe92df6e792315e79b7fc2365f4))
286
+
287
+ - Correct version references from 0.3.1 to 0.3.0 in mesh docs ([b60187a](https://gitlab.com/blueflyio/openstandardagents/-/commit/b60187aa0d2dc98ec12aa7aceb22fba95af5d3fc))
288
+
289
+ - Remove build.env from tracking - generated by CI ([704d4f6](https://gitlab.com/blueflyio/openstandardagents/-/commit/704d4f6cfd98472432454e219207e4ba48d6486e))
290
+
291
+ ### Miscellaneous
292
+
293
+ - Lower coverage thresholds to realistic levels ([5fbd112](https://gitlab.com/blueflyio/openstandardagents/-/commit/5fbd1122f7cb3afb9ad4ecba61963ec9c6f9d2fd))
294
+
295
+ ### Specification
296
+
297
+ - Formalize extensions.drupal schema for Drupal runtime integration ([246ad7b](https://gitlab.com/blueflyio/openstandardagents/-/commit/246ad7be5ca1578ba5f384df06ed01104819bc5a))
298
+
299
+ - OSSA Drupal extension schema ([b6dbea6](https://gitlab.com/blueflyio/openstandardagents/-/commit/b6dbea6ccfccb72b0cf01a03b701ad2a30f1e989))
300
+ ## [0.3.0-rc] - 2025-12-18
301
+
302
+ ### Fixed
303
+
304
+ - **ci**: Use local runners - shared minutes exhausted ([f54a080](https://gitlab.com/blueflyio/openstandardagents/-/commit/f54a0804a0b286cb0d67c15f3eebe9421ade096e))
305
+ - Resolve lint and build errors for v0.3.0 release ([1b403e5](https://gitlab.com/blueflyio/openstandardagents/-/commit/1b403e502d363f10509881a0c882ca39762abdf2))
306
+ ## [0.3.0-dev.16] - 2025-12-18
307
+
308
+ ### Documentation
309
+
310
+ - **readme**: Enhance Complete Agent example to showcase v0.3.0 features ([ccf9e13](https://gitlab.com/blueflyio/openstandardagents/-/commit/ccf9e134c6b4d967b8f4f04eb05c4d27dfffa361))## [0.3.0-dev.15] - 2025-12-18
311
+
312
+ ### Fixed
313
+
314
+ - **ci**: Use correct dev tag format v0.3.0-dev.X with period ([58e3b9a](https://gitlab.com/blueflyio/openstandardagents/-/commit/58e3b9a7f7b5b1b49e493fd744486e4ec8287676))
315
+ - **ci**: Exclude RC/alpha/beta from release tag detection - dev tags should be v0.3.0-dev.X until v0.3.0 releases ([01dc254](https://gitlab.com/blueflyio/openstandardagents/-/commit/01dc254dbac9db3565dd0f1fa62b207448fa8952))
316
+ - **ci**: Use GITLAB_PUSH_TOKEN directly instead of deriving from CI_DEPLOY_OSSA ([a936195](https://gitlab.com/blueflyio/openstandardagents/-/commit/a936195254fd094a3bf55c7ff2fc4497014f189b))
317
+ - **ci**: Show git push errors for debugging ([1eeca89](https://gitlab.com/blueflyio/openstandardagents/-/commit/1eeca897a8a6169fffa08fa1f9fafc895e0ac387))
318
+ - **ci**: Add needs:[] to .post tag jobs to run independently of manual jobs ([045ea19](https://gitlab.com/blueflyio/openstandardagents/-/commit/045ea191b712766a2c9da7b042bde5cdaa527ba5))
319
+ - **ci**: Add needs:[] to ALL blocking jobs for .post stage automation ([ed8394f](https://gitlab.com/blueflyio/openstandardagents/-/commit/ed8394f59702904a1c3ee66fad00da23f77e1b3e))
320
+ ### Miscellaneous
321
+
322
+ - Trigger pipeline with GITLAB_PUSH_TOKEN variable ([eee39ae](https://gitlab.com/blueflyio/openstandardagents/-/commit/eee39aed5418b1cf093aa5d01f11afecf889627a))
323
+
324
+ - Trigger pipeline with unprotected CI token ([d0cf679](https://gitlab.com/blueflyio/openstandardagents/-/commit/d0cf6798dc947b0e0eb6db1a98833e3a4aa38d29))
325
+
326
+ - Trigger pipeline with updated CI token ([83f8cf3](https://gitlab.com/blueflyio/openstandardagents/-/commit/83f8cf348888ddb4be82a34a33701f95a7c8c84c))
327
+ ## [0.3.0-dev.14] - 2025-12-17
62
328
 
63
329
  ### Fixed
64
- - Version synchronization across project files
65
- - Website deployment configuration
66
- - Missing spec directories (v0.2.4, v0.2.5)
330
+
331
+ - **ci**: Add needs:[] to all validate jobs to bypass .pre blocking ([09cdd9b](https://gitlab.com/blueflyio/openstandardagents/-/commit/09cdd9b159353260412be513c855f3e51393cf4c))
332
+ - **ci**: Add needs:[] to setup jobs to bypass .pre stage blocking ([31b7be1](https://gitlab.com/blueflyio/openstandardagents/-/commit/31b7be1f79d54e75a2fa04a2df2d9895725e0128))
333
+ - **ci**: Escape forward slash in release branch regex patterns ([1962df7](https://gitlab.com/blueflyio/openstandardagents/-/commit/1962df7d206356b7b6bc45157f55526bae363ed5))
334
+ - **ci**: Use CI_JOB_TOKEN for dev tag automation ([261012d](https://gitlab.com/blueflyio/openstandardagents/-/commit/261012d90dad9bbc81c86049303d216c47a4e025))
335
+ - **ci**: Fix YAML syntax errors in multiline curl commands ([787329d](https://gitlab.com/blueflyio/openstandardagents/-/commit/787329ddc6f255f003c29d600f3173e6051e5b69))
336
+ - **ci**: Update all gitlab.bluefly.io and agent-platform paths ([6219d5b](https://gitlab.com/blueflyio/openstandardagents/-/commit/6219d5b05b32a20207d1a9bc4ce2354a5dced29e))
337
+ - **ci**: Update component paths to gitlab.com/blueflyio/gitlab_components ([a5103a8](https://gitlab.com/blueflyio/openstandardagents/-/commit/a5103a8577f2846d38def5e4b8eb8d557a12f1dd))
338
+ - Sync main into release/v0.3.x ([115c160](https://gitlab.com/blueflyio/openstandardagents/-/commit/115c160918fe2027d2160e9fd54d767a5afae127))
339
+
340
+ ### Miscellaneous
341
+
342
+ - Trigger CI for dev tag automation ([a5d1a20](https://gitlab.com/blueflyio/openstandardagents/-/commit/a5d1a20fb0d1245a386b241d25bb4da88d3e5994))
343
+ ## [0.3.0-dev.12] - 2025-12-17
344
+
345
+ ### Fixed
346
+
347
+ - **ci**: Detect PAT vs deploy token in CI_DEPLOY_OSSA ([2e29863](https://gitlab.com/blueflyio/openstandardagents/-/commit/2e29863c3a0cd02bfa4a317a30fd6f2d6860e758))
348
+ - **ci**: Check CI_DEPLOY_OSSA directly with debug output ([9d1d58f](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d1d58f40dc5ae727ef5e834eaaabd9b3417d885))
349
+ - **ci**: Map CI_DEPLOY_OSSA group variable to GITLAB_PUSH_TOKEN ([c40709e](https://gitlab.com/blueflyio/openstandardagents/-/commit/c40709ec603c86de291df37bc7bcf9e00c7551e6))
350
+ - **ci**: Support deploy tokens (gldt-*) for git push auth ([9acd90f](https://gitlab.com/blueflyio/openstandardagents/-/commit/9acd90fe84e49d4f44d2444312c2c162b004df4a))
351
+ - **ci**: Refactor milestone detection to be read-only ([70ec64e](https://gitlab.com/blueflyio/openstandardagents/-/commit/70ec64e3e43e8c47ae3327c8c01021b1eddbd5f8))## [0.3.0-dev.11] - 2025-12-17
352
+
353
+ ### Added
354
+
355
+ - **ci**: Add automatic GitLab Release creation from tags ([7d939eb](https://gitlab.com/blueflyio/openstandardagents/-/commit/7d939ebd5f1bf6900cd58bf91d7cf6f46ac723f5))
356
+ - **ci**: Add automatic GitLab Release creation from tags ([e1bef4f](https://gitlab.com/blueflyio/openstandardagents/-/commit/e1bef4f0e35fe20682046d6bc8e4978f950fdb8b))
357
+ - **schema**: Add all missing LLM providers to enum ([6cb616b](https://gitlab.com/blueflyio/openstandardagents/-/commit/6cb616b63a2a52fa3ee0b2ed0ace3ab068b61730))
358
+ - **schema**: Implement v0.3.0 schema strengthening additions ([80074ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/80074ceeba2127b438633596009b0b109ad7f392))
359
+ - **spec**: Add quick-win capabilities to OSSA v0.3.0 spec ([1ac59a8](https://gitlab.com/blueflyio/openstandardagents/-/commit/1ac59a82243e18b8b7079875ac28e42bd5d63124))
360
+ - Make release branch configuration dynamic for future versions ([0b65258](https://gitlab.com/blueflyio/openstandardagents/-/commit/0b652588644130ab439b147610f85de98650e72b))
361
+
362
+ - Make release branch configuration dynamic for future versions ([15c13cc](https://gitlab.com/blueflyio/openstandardagents/-/commit/15c13ccb272b71c6a0fe1b117c683a22ce5dc044))
363
+
364
+ ### CI/CD
365
+
366
+ - Trigger v0.3.x dev tag creation ([c92e580](https://gitlab.com/blueflyio/openstandardagents/-/commit/c92e580ff47901519d3d1133293d43d60d91fe4c))
367
+
368
+ - Trigger dev tag creation [skip ci] ([f51c9bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/f51c9bd7ffcaf50cd051b06d85bccea1f367d31d))
67
369
 
68
370
  ### Documentation
69
- - CLI utilities guide
70
- - Brand guide framework
71
- - Comparison with LangChain, AutoGen, MCP, Semantic Kernel
72
- - Migration paths from alternatives
73
371
 
74
- ## [v0.2.5-RC] - 2025-11-26
372
+ - **messaging**: Audit confirms v0.3.0 messaging capability is complete ([a17227b](https://gitlab.com/blueflyio/openstandardagents/-/commit/a17227bc63abd2326c38f5cd48c4f8da40812c17))
373
+ ### Fixed
374
+
375
+ - **ci**: Handle no release tags case with pipefail ([7905d4d](https://gitlab.com/blueflyio/openstandardagents/-/commit/7905d4d3ced54c489387e04b77a09b1d5a04c5c9))
376
+ - **ci**: CRITICAL - use branch name for version, not milestones ([63cc109](https://gitlab.com/blueflyio/openstandardagents/-/commit/63cc109e4aec53dde06c770ed8e2a517027b900f))
377
+ - **ci**: Use JOB-TOKEN header for CI_JOB_TOKEN API calls ([7796994](https://gitlab.com/blueflyio/openstandardagents/-/commit/7796994f49f74203507e478d7cfcb74b1d9af75e))
378
+ - **ci**: Handle missing dev-tag.env in version sync ([6301b94](https://gitlab.com/blueflyio/openstandardagents/-/commit/6301b9453d1799fdb1d8e9177a633a89c89b931f))
379
+ - **ci**: Handle group milestones with CI_JOB_TOKEN ([38d55f4](https://gitlab.com/blueflyio/openstandardagents/-/commit/38d55f492dada77377017fedc92cfe29c06c2ca5))
380
+ - **ci**: Handle group milestones and unset variables - CRITICAL ([0340bf2](https://gitlab.com/blueflyio/openstandardagents/-/commit/0340bf2c0fd1e7f1ff6ff81ac435425b449b7ec2))
381
+ - **ci**: Handle group milestones and unset variables - CRITICAL ([a7fd368](https://gitlab.com/blueflyio/openstandardagents/-/commit/a7fd36841a278645d928976e1734df354fe6f390))
382
+ - **ci**: Handle group milestones and unset variables - CRITICAL ([b853e5b](https://gitlab.com/blueflyio/openstandardagents/-/commit/b853e5b96e05abf06aba48707c39d550a9528383))
383
+ - **ci**: Include release-workflow.yml - CRITICAL MISSING INCLUDE ([e79b017](https://gitlab.com/blueflyio/openstandardagents/-/commit/e79b017a2e170074985a88651aac17e7060ac75b))
384
+ - **ci**: Use GitLab shared runners - unblock v0.3.0 release ([9b1e1c1](https://gitlab.com/blueflyio/openstandardagents/-/commit/9b1e1c171354f013b45ce70bfb521a954d47fe8c))
385
+ - **ci**: Hotfix branches create dev tags only, not production releases ([93458ba](https://gitlab.com/blueflyio/openstandardagents/-/commit/93458bad444db5ef80c681bb7304f82109f7dda5))
386
+ - **codeowners**: Set @bluefly as default owner to unblock releases ([2df9b59](https://gitlab.com/blueflyio/openstandardagents/-/commit/2df9b5995b138261e3a746ea85350c89ec657a20))
387
+ - Resolve conflicts with main for MR !513 ([7090fbf](https://gitlab.com/blueflyio/openstandardagents/-/commit/7090fbfa5ef77346c31e8009402f28351b054c5c))
388
+
389
+ - Use GITLAB_TOKEN for milestone API calls ([acde568](https://gitlab.com/blueflyio/openstandardagents/-/commit/acde568781f4f7fcb4aa70e5635b845e0e516429))
390
+
391
+ - Make detect:version run in MR pipelines ([6e85136](https://gitlab.com/blueflyio/openstandardagents/-/commit/6e851366f43abe50f32551a4c147478965bc4764))
392
+
393
+ - Replace development branch refs with release branch strategy ([a3acb8c](https://gitlab.com/blueflyio/openstandardagents/-/commit/a3acb8c8c91da8e2c858d9f270bb0f4bf806e773))
394
+
395
+ - Merge main into release/v0.3.x to fix MR !477 rebase ([151d5a5](https://gitlab.com/blueflyio/openstandardagents/-/commit/151d5a58081793b208b6d5860c3a6467b96a5116))
396
+
397
+ - Merge main into release/v0.3.x to resolve MR !477 conflicts ([78b9a3a](https://gitlab.com/blueflyio/openstandardagents/-/commit/78b9a3a575bcd4c40ca6fac20c4ce1e9ba31dc57))
398
+
399
+ - Resolve conflicts and fix ts:build:agent for release branch ([97c4e6a](https://gitlab.com/blueflyio/openstandardagents/-/commit/97c4e6ac1c87193837ead6b4e84b6d26db5e266b))
400
+
401
+ ### Miscellaneous
402
+
403
+ - Add .worktrees/ to .gitignore ([5c2c88a](https://gitlab.com/blueflyio/openstandardagents/-/commit/5c2c88aa48e230476c1faa8b0dc4294197e16997))
404
+
405
+ - Merge main into release/v0.3.x - resolve conflicts ([771d16d](https://gitlab.com/blueflyio/openstandardagents/-/commit/771d16da62644f63e229c08d9e7d18095472aeeb))
406
+
407
+ - Merge latest main into release/v0.3.x for MR !477 ([3dce5fa](https://gitlab.com/blueflyio/openstandardagents/-/commit/3dce5faace32f71695a9bf3fe8f78a9f6acd84ec))
408
+
409
+ - Reorganize project structure for v0.3.0 release ([db5137a](https://gitlab.com/blueflyio/openstandardagents/-/commit/db5137a2849038ab71b4df9cd50593df941f78b4))
410
+ ## [0.3.0-dev.1] - 2025-12-14
75
411
 
76
412
  ### Added
77
413
 
78
- - **ossa run command**: New CLI command to execute agents using the OpenAI adapter
79
- - Interactive REPL mode for ongoing conversations
80
- - Single message mode with `-m, --message` flag
81
- - Verbose output with `-v, --verbose` flag for debugging
82
- - Configurable max turns with `--max-turns` option
83
- - Runtime selection with `-r, --runtime` flag (currently supports OpenAI)
84
- - Validation toggle with `--no-validate` flag
85
- - Comprehensive error handling and user-friendly messages
86
-
87
- - **OpenAI Adapter**: Complete runtime adapter for OpenAI API integration
88
- - OpenAI function calling API support
89
- - Tool registration and execution with custom handlers
90
- - Conversation history management
91
- - Model selection from manifest or OpenAI extensions
92
- - System prompt configuration
93
- - Tool mapping from OSSA capabilities to OpenAI functions
94
- - Temperature and max tokens configuration
95
- - Max turns limit to prevent infinite loops
96
-
97
- - **Documentation**:
98
- - Complete CLI reference for `ossa run` command
99
- - Comprehensive OpenAI adapter guide
100
- - Enhanced running agents guide with troubleshooting
101
- - README.md updated with run command examples
102
-
103
- - **Examples**:
104
- - Basic OpenAI agent example (`examples/openai/basic-agent.ossa.yaml`)
105
- - Advanced multi-tool agent example (`examples/openai/multi-tool-agent.ossa.json`)
106
-
107
- - **Tests**:
108
- - Unit tests for run command
109
- - Unit tests for OpenAI adapter
110
- - Integration tests for CLI execution
414
+ - **adapter**: Symfony Messenger OSSA Runtime Adapter ([40763e2](https://gitlab.com/blueflyio/openstandardagents/-/commit/40763e227e0eb19954de1160941e64a5560a4af5))
415
+ - **adapter**: Drupal ECA/Maestro/FlowDrop OSSA Runtime Adapter ([4ae3cac](https://gitlab.com/blueflyio/openstandardagents/-/commit/4ae3cacd31e8808e776df81ef97603ec5e6513a3))
416
+ - **adapter**: Symfony Messenger OSSA Runtime Adapter ([3320546](https://gitlab.com/blueflyio/openstandardagents/-/commit/3320546927092bf580f5bbe55b605529b4f2c001))
417
+ - **adapter**: Drupal ECA/Maestro/FlowDrop OSSA Runtime Adapter ([48ccd55](https://gitlab.com/blueflyio/openstandardagents/-/commit/48ccd55bfda4784729310640d77773dfb484b101))
418
+ - **adapter**: Add Symfony Messenger adapter ([51b5922](https://gitlab.com/blueflyio/openstandardagents/-/commit/51b592201c343a54d05cd13d26c330e0bfd41741))
419
+ - **adapter**: Add Drupal OSSA runtime adapter ([be7e4a5](https://gitlab.com/blueflyio/openstandardagents/-/commit/be7e4a56776ebf26c40b000cb7070c0a5dc2a088))
420
+ - **adapter**: Symfony Messenger OSSA Runtime Adapter ([258eadf](https://gitlab.com/blueflyio/openstandardagents/-/commit/258eadf841d98c7d722862a9ccdc8b328da0119d))
421
+ - **adapter**: Drupal ECA/Maestro/FlowDrop OSSA Runtime Adapter ([2d9bc01](https://gitlab.com/blueflyio/openstandardagents/-/commit/2d9bc014c0e142b58d1cd81ccdddc24fc7812f92))
422
+ - **adapter**: Symfony Messenger OSSA Runtime Adapter ([a14f795](https://gitlab.com/blueflyio/openstandardagents/-/commit/a14f7955e628d7bdf9d948b9af52eba2808016d1))
423
+ - **adapter**: Drupal ECA/Maestro/FlowDrop OSSA Runtime Adapter ([b49c0f1](https://gitlab.com/blueflyio/openstandardagents/-/commit/b49c0f1b7077c8e19b8bd4113242d70e7c5a1f65))
424
+ - **agent**: Pipeline auto-fix and GitOps deployer agents ([cd84221](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd84221240527a598dc3459b3118d81dbf3e1978))
425
+ - **agent**: Implement dependency-healer agent ([8e7fa7a](https://gitlab.com/blueflyio/openstandardagents/-/commit/8e7fa7ab62aaf3975444c6538027c7de5bdeb35b))
426
+ - **agent**: Implement architecture-healer agent ([34d7afe](https://gitlab.com/blueflyio/openstandardagents/-/commit/34d7afe01a5f2c99b50a4df1b6652e509c1945f6))
427
+ - **agent**: Implement wiki-healer agent ([bb72e9a](https://gitlab.com/blueflyio/openstandardagents/-/commit/bb72e9a8ebbe62c8a74bc177523855cf94a49bc6))
428
+ - **agent**: Implement spec-healer agent ([61f5859](https://gitlab.com/blueflyio/openstandardagents/-/commit/61f5859edb7b51b337f8e34afb89fb7de06308ec))
429
+ - **agent**: Add security-healer and meta-orchestrator agents ([9a522ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/9a522ce441442848c92027e641098a00bf97a65a))
430
+ - **agent**: Add security-healer and meta-orchestrator agents ([9f771e3](https://gitlab.com/blueflyio/openstandardagents/-/commit/9f771e3df0ab590398c1a97e07f839a138134507))
431
+ - **agent**: Implement dependency-healer agent ([f7eeb96](https://gitlab.com/blueflyio/openstandardagents/-/commit/f7eeb96e4628f20e4c05cc5b135bf71b42864d10))
432
+ - **agent**: Implement spec-healer agent ([5f4ddd2](https://gitlab.com/blueflyio/openstandardagents/-/commit/5f4ddd242991e23173a763acf9fe5deda943961d))
433
+ - **agent**: Implement architecture-healer agent ([107bb8a](https://gitlab.com/blueflyio/openstandardagents/-/commit/107bb8a2801b4b0c042aea70af7ec6aeb5ec6e56))
434
+ - **agent**: Implement wiki-healer agent ([1ff6f05](https://gitlab.com/blueflyio/openstandardagents/-/commit/1ff6f0586b24d0138a7093911923e85b422680c6))
435
+ - **agent**: Pipeline auto-fix and GitOps deployer agents ([c3f6e40](https://gitlab.com/blueflyio/openstandardagents/-/commit/c3f6e40983a0a533ad943fdecd1ba2a4c5aeda5b))
436
+ - **agent**: Implement dependency-healer agent ([21125bb](https://gitlab.com/blueflyio/openstandardagents/-/commit/21125bba4cafb5765a9c19c61080bc09e723f90b))
437
+ - **agent**: Implement architecture-healer agent ([f492bbe](https://gitlab.com/blueflyio/openstandardagents/-/commit/f492bbe71c743dca61883319f66b4e982bcc71a1))
438
+ - **agent**: Implement wiki-healer agent ([f660632](https://gitlab.com/blueflyio/openstandardagents/-/commit/f6606326b7040d588b1f998d67169cf86df87f61))
439
+ - **agent**: Implement spec-healer agent ([7438136](https://gitlab.com/blueflyio/openstandardagents/-/commit/74381367eecd7d85c677fc857531a6dbad414e4c))
440
+ - **agent**: Add security-healer and meta-orchestrator agents ([fb4cae0](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb4cae000b84cc31cd5d014e598e3d7502797a4d))
441
+ - **agents**: 8 automation agents + GitLab Ultimate observability docs + CI fix ([eb3c92d](https://gitlab.com/blueflyio/openstandardagents/-/commit/eb3c92ddc70fee0bb979c8d2ceb44e24cdd3790f))
442
+ - **agents**: Release automation - validators, generators, real-world examples ([da22ea2](https://gitlab.com/blueflyio/openstandardagents/-/commit/da22ea2f65eced970827564991d780dd33460121))
443
+ - **agents**: Release automation - validators, generators, real-world examples ([83b705d](https://gitlab.com/blueflyio/openstandardagents/-/commit/83b705d4d2babaab5387e76ff8a6241d83d37ca5))
444
+ - **agents**: Enterprise webhook-triggered OSSA agents ([d28aa28](https://gitlab.com/blueflyio/openstandardagents/-/commit/d28aa2888a764eaf42abfd99a0080eaa3596e946))
445
+ - **audit**: Automated GitLab Ultimate compliance audit system ([#84](https://gitlab.com/blueflyio/openstandardagents/-/issues/84)) ([7ace3c8](https://gitlab.com/blueflyio/openstandardagents/-/commit/7ace3c8e3ca556609943254e32fc75fef4983495))
446
+ - **audit**: Automated GitLab Ultimate compliance audit system ([#84](https://gitlab.com/blueflyio/openstandardagents/-/issues/84)) ([3253726](https://gitlab.com/blueflyio/openstandardagents/-/commit/325372625b76e70804bcee8b93f791adb546dea9))
447
+ - **buildkit**: Automated GitLab Ultimate compliance audit system ([e47cfc6](https://gitlab.com/blueflyio/openstandardagents/-/commit/e47cfc636d5e012732118e4fd33833b41496bb91))
448
+ - **capabilities**: Add memory and ML capabilities for agent intelligence ([ce39eab](https://gitlab.com/blueflyio/openstandardagents/-/commit/ce39eab7f3b6946d7be6be65e0f6194a28782b64))
449
+ - **capabilities**: Add memory and ML capabilities for agent intelligence ([c2fa4e4](https://gitlab.com/blueflyio/openstandardagents/-/commit/c2fa4e45edd64422b2e7504fdc040cc145f61588))
450
+ - **capabilities**: Add memory and ML capabilities for agent intelligence ([943881b](https://gitlab.com/blueflyio/openstandardagents/-/commit/943881ba07bdc94d1e3ad827db60bc597cc6f6fa))
451
+ - **ci**: Automate version management with semantic-release ([f9d01a4](https://gitlab.com/blueflyio/openstandardagents/-/commit/f9d01a4303963060f1266c7d00da8c2da93db2ea))
452
+ - **ci**: Implement dynamic OSSA version management ([9679f84](https://gitlab.com/blueflyio/openstandardagents/-/commit/9679f8415ef0e06c62e0bf2e1e62df57ec29c1b5))
453
+ - **ci**: Tag-based release strategy and final audit items ([80d3db6](https://gitlab.com/blueflyio/openstandardagents/-/commit/80d3db62415ab80f15ea5d6502841dc511de2c32))
454
+ - **ci**: Add automated changelog generation with git-cliff ([b17727b](https://gitlab.com/blueflyio/openstandardagents/-/commit/b17727bb7741eec1a5e77671dbc07a6344915b50))
455
+ - **ci**: Automated changelog generation with git-cliff ([433b3bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/433b3bd7a6cb5b11609f6487e7fe6c5e5325c550))
456
+ - **ci**: Dynamic version injection using npm version ([0ac0491](https://gitlab.com/blueflyio/openstandardagents/-/commit/0ac0491639b7055fd5626cb8f3dc84ac11028a2f))
457
+ - **ci**: Automated MR manager agent and release workflow ([#87](https://gitlab.com/blueflyio/openstandardagents/-/issues/87)) ([3f13e66](https://gitlab.com/blueflyio/openstandardagents/-/commit/3f13e66f4a06902ff90157a1fe9b892298803c67))
458
+ - **ci**: Add per-release environment tracking ([300ebda](https://gitlab.com/blueflyio/openstandardagents/-/commit/300ebda8fc98aaffe525a5713f80f1c0b087d2b4))
459
+ - **ci**: Add ossa-local GitLab Kubernetes agent config ([4591d3d](https://gitlab.com/blueflyio/openstandardagents/-/commit/4591d3d61831615d43f74c935da5b58c19247231))
460
+ - **ci**: Add per-release environment tracking ([776de2c](https://gitlab.com/blueflyio/openstandardagents/-/commit/776de2c588cd2d8b0fd354ce411ece1b5f264aba))
461
+ - **ci**: Add ossa-local GitLab Kubernetes agent config ([9565285](https://gitlab.com/blueflyio/openstandardagents/-/commit/95652856fd3503fa49e63974c3339d039fd598a5))
462
+ - **ci**: Add release automation with milestone-triggered release issues ([afef0fc](https://gitlab.com/blueflyio/openstandardagents/-/commit/afef0fc82489019c83066ca5bd31bc570d497a0b))
463
+ - **ci**: Implement merge train best practices and milestone-driven workflow ([58db14b](https://gitlab.com/blueflyio/openstandardagents/-/commit/58db14bd62325b01d792613fc207652d7eccc9d6))
464
+ - **ci**: Add automated documentation generation ([8d03303](https://gitlab.com/blueflyio/openstandardagents/-/commit/8d033039b0535a9080085b402d8ad3ceec4f8ccd))
465
+ - **ci**: Auto-close issues when MRs merge to release branches ([4970fc5](https://gitlab.com/blueflyio/openstandardagents/-/commit/4970fc5fad2fec4e10a6890786d514856012edf6))
466
+ - **ci**: Add milestone-based version detection for minor/patch releases ([c450570](https://gitlab.com/blueflyio/openstandardagents/-/commit/c450570a4751a6553ef4dc9b0b71fa558198d788))
467
+ - **ci**: Auto-close issues when MRs merge to release branches ([7efc33f](https://gitlab.com/blueflyio/openstandardagents/-/commit/7efc33fe930ee63c3d857fc9cdf16804e244d5ba))
468
+ - **ci**: Implement dynamic version injection using npm version ([20ab068](https://gitlab.com/blueflyio/openstandardagents/-/commit/20ab0683aed3574668de2c7c3b65762c17ecf42a))
469
+ - **ci**: Dynamic version injection using npm version ([c917883](https://gitlab.com/blueflyio/openstandardagents/-/commit/c91788374a8805e960739f242051ea6ca0d09e88))
470
+ - **ci**: Automated MR manager agent and release workflow ([#87](https://gitlab.com/blueflyio/openstandardagents/-/issues/87)) ([1e9caa8](https://gitlab.com/blueflyio/openstandardagents/-/commit/1e9caa8abcb08ccfb0b1be1d22908c26faf0f9a7))
471
+ - **ci**: Add per-release environment tracking ([ada0a1f](https://gitlab.com/blueflyio/openstandardagents/-/commit/ada0a1fe3b6f96a1ea107f90ea43cf521334b1a0))
472
+ - **ci**: Add ossa-local GitLab Kubernetes agent config ([1e268fd](https://gitlab.com/blueflyio/openstandardagents/-/commit/1e268fd84ea7169a846dc8958245c31773eee3b6))
473
+ - **ci**: Add release automation with milestone-triggered release issues ([c1bdc04](https://gitlab.com/blueflyio/openstandardagents/-/commit/c1bdc043c239981704dc947ac40443420f940ed7))
474
+ - **ci**: Implement merge train best practices and milestone-driven workflow ([7053f57](https://gitlab.com/blueflyio/openstandardagents/-/commit/7053f571d99242f915091572057048bf44b7ad86))
475
+ - **ci**: Enable GitLab Merge Trains for Protected Branches ([08f178d](https://gitlab.com/blueflyio/openstandardagents/-/commit/08f178d83b38d26e3eae947bdde82b2270efce46))
476
+ - **ci**: Create GitLab Releases with Changelog on npm Publish ([755cb9a](https://gitlab.com/blueflyio/openstandardagents/-/commit/755cb9adfa7a9eb68b4046bb9ec7e2c7bffb159b))
477
+ - **ci**: Enable GitLab Merge Trains for Protected Branches ([bef61ac](https://gitlab.com/blueflyio/openstandardagents/-/commit/bef61ac042e98ac35fa589478f92f961031d3f4d))
478
+ - **ci**: Automate Main→Development Branch Sync Post-Release ([b3d0de9](https://gitlab.com/blueflyio/openstandardagents/-/commit/b3d0de9cd4f70781b1a2ee666b1168c324cbb862))
479
+ - **ci**: Implement release/v0.3.x workflow with dev tag automation ([b394be9](https://gitlab.com/blueflyio/openstandardagents/-/commit/b394be9c0edcc21db8d9093db1a87e45bac0f5bb))
480
+ - **ci**: Implement release/v0.3.x workflow with dev tag automation ([033a4c1](https://gitlab.com/blueflyio/openstandardagents/-/commit/033a4c1c195e1b920ca23a8bc61e4a94837bc740))
481
+ - **dogfooding**: Add CI/CD optimization agent OSSA manifest ([e445b31](https://gitlab.com/blueflyio/openstandardagents/-/commit/e445b31a5bccb45f34bce71e2f67eb0d98dfb382))
482
+ - **examples**: Add Symfony Messenger adapter example ([da8ce01](https://gitlab.com/blueflyio/openstandardagents/-/commit/da8ce0129c602b889554b840e2ffc33dac3ff8a8))
483
+ - **extension**: Add Knowledge Sources Extension ([517edc8](https://gitlab.com/blueflyio/openstandardagents/-/commit/517edc8743b5411287d67fc8ff9e08c86d5bf51c))
484
+ - **extension**: Add Knowledge Sources extension ([7c54a7c](https://gitlab.com/blueflyio/openstandardagents/-/commit/7c54a7c94113a2bd9b71c169c1cf69bdb299d880))
485
+ - **extension**: Add Knowledge Sources Extension ([41c10d2](https://gitlab.com/blueflyio/openstandardagents/-/commit/41c10d231115d9d9fd22b14bdd03f5660dcd7e4b))
486
+ - **github**: Optimize GitHub mirror with OSSA-powered automation ([2da8236](https://gitlab.com/blueflyio/openstandardagents/-/commit/2da823655defb073a4043d2b31b50c5676d4c572))
487
+ - **github**: Optimize GitHub mirror with OSSA-powered automation ([e85c691](https://gitlab.com/blueflyio/openstandardagents/-/commit/e85c6912926efb273d2d130b4f9d98f303e77bfd))
488
+ - **gitlab**: Add pipeline auto-fix and GitOps integration ([649dad5](https://gitlab.com/blueflyio/openstandardagents/-/commit/649dad5cad4463327d483b5b67f9821f5d3654c6))
489
+ - **ossa**: Comprehensive v0.3.0 agent ecosystem with KAgent and GitLab Duo integration ([6671409](https://gitlab.com/blueflyio/openstandardagents/-/commit/66714095fad564e39633af49a7d94512f3a8faed))
490
+ - **release**: Milestone-gated releases with auto-close ([259a469](https://gitlab.com/blueflyio/openstandardagents/-/commit/259a469370d8796482f0d6654bc38dfc5d31d358))
491
+ - **release**: Milestone-gated releases with auto-close ([860fb76](https://gitlab.com/blueflyio/openstandardagents/-/commit/860fb768a0a527e50fda01a22b3ffd1aaa46b17c))
492
+ - **release-prep**: Implement critical audit recommendations for v0.3.x release ([596cf73](https://gitlab.com/blueflyio/openstandardagents/-/commit/596cf73c5eb51a40e3313518dd1e46b368633da0))
493
+ - **schema**: Implement v0.3.0 schema strengthening additions ([636b95c](https://gitlab.com/blueflyio/openstandardagents/-/commit/636b95ca60dba8d45e9b1e804f50873ac54498a4))
494
+ - **schema**: Add v0.3.0 schema strengthening definitions ([41bc128](https://gitlab.com/blueflyio/openstandardagents/-/commit/41bc12861a7d8ed1e14ca61188326f93e13afc34))
495
+ - **schema**: Enhance v0.3.0 schema for enterprise agent manifests ([73955a1](https://gitlab.com/blueflyio/openstandardagents/-/commit/73955a16f503687eca689ba2101dfc1af91f0718))
496
+ - **schema**: Enhance MCP extension with resources and prompts ([a3c5773](https://gitlab.com/blueflyio/openstandardagents/-/commit/a3c57739c224df89a7cd64e2869611cb8424421f))
497
+ - **schema**: Add encryption config to state storage ([1825e62](https://gitlab.com/blueflyio/openstandardagents/-/commit/1825e62a2ab54e4d6e6160f0ad7814c5280d429f))
498
+ - **schema**: Add A2A protocol extension ([a41a378](https://gitlab.com/blueflyio/openstandardagents/-/commit/a41a3786c9a217dc0c4a48b2386861edf57027fa))
499
+ - **schema**: Add runtimes configuration block for multi-platform execution ([d0e96b2](https://gitlab.com/blueflyio/openstandardagents/-/commit/d0e96b2551bf47b4f2c880ee64154bf5fe53a47c))
500
+ - **schema**: Add identity block and OpenTelemetry semantic conventions ([d3866e8](https://gitlab.com/blueflyio/openstandardagents/-/commit/d3866e81838705da23f6cdfa6126051d774d0cf4))
501
+ - **schema**: Add reasoning, prompts, and knowledge_graph blocks ([93576eb](https://gitlab.com/blueflyio/openstandardagents/-/commit/93576ebdc6435a3ca3b18f34a86dd51d1e1e93ed))
502
+ - **schema**: Add kind: Task for deterministic workflow steps ([0e2200b](https://gitlab.com/blueflyio/openstandardagents/-/commit/0e2200b4636e95c3e5be7f61516f7eabd0ee073f))
503
+ - **schema**: Add AgentTest schema ([af644c0](https://gitlab.com/blueflyio/openstandardagents/-/commit/af644c0a7a468a237e41129b199d7f6e046d1911))
504
+ - **schema**: Unified agent platform - OSSA + Duo + A2A + MCP ([32072c7](https://gitlab.com/blueflyio/openstandardagents/-/commit/32072c7efd5447f360d9f72740e12f4679c9b26c))
505
+ - **schema**: Add activity_stream config to observability ([4a15fe4](https://gitlab.com/blueflyio/openstandardagents/-/commit/4a15fe485b7ec4f73a04c00a5e2e0dd7d6a0e30a))
506
+ - **schema**: Add encryption config to state storage ([d46fb19](https://gitlab.com/blueflyio/openstandardagents/-/commit/d46fb190bb7cf7e66a82adc544ef502919e8b4e0))
507
+ - **schema**: Enhance MCP extension with resources and prompts ([a587530](https://gitlab.com/blueflyio/openstandardagents/-/commit/a5875309bdaf9fe95d7bd288b05e80c5be48721a))
508
+ - **schema**: Add reusable JSON Schema components ([ae8201f](https://gitlab.com/blueflyio/openstandardagents/-/commit/ae8201f66ae528b726d2e19540efe6a890dd3acd))
509
+ - **schema**: Enhance MCP extension with resources and prompts ([4b3da84](https://gitlab.com/blueflyio/openstandardagents/-/commit/4b3da84698397efb8fd882b909c9fa24fe1927ce))
510
+ - **schema**: Add encryption config to state storage ([d85ea20](https://gitlab.com/blueflyio/openstandardagents/-/commit/d85ea201f1558ca9ce74c0e520f06b28c2836fcf))
511
+ - **schema**: Add A2A protocol extension ([fb24327](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb24327f6374e0672cc36b713e4a75aef432e40e))
512
+ - **schema**: Add runtimes configuration block for multi-platform execution ([9746a17](https://gitlab.com/blueflyio/openstandardagents/-/commit/9746a171d7d452ec5b1a4f163b2f778b273afd47))
513
+ - **schema**: Add identity block and OpenTelemetry semantic conventions ([4f795bb](https://gitlab.com/blueflyio/openstandardagents/-/commit/4f795bb1c0e569ef8762177a247265cc4ed6373b))
514
+ - **schema**: Add reasoning, prompts, and knowledge_graph blocks to OSSA v0.2.9 ([b022480](https://gitlab.com/blueflyio/openstandardagents/-/commit/b02248027e795b4fbde7ad6639053d697125d221))
515
+ - **sdk**: Add CloudEvents v1.0 compliant emitter ([070fa10](https://gitlab.com/blueflyio/openstandardagents/-/commit/070fa102a8e53b9bc55b8f5bafa0f42329dd5e9c))
516
+ - **sdk**: Add W3C Baggage support for multi-agent correlation ([10b88e6](https://gitlab.com/blueflyio/openstandardagents/-/commit/10b88e63a240879692cee68823223f8b1ffff96b))
517
+ - **sdk**: Add CloudEvents v1.0 compliant emitter ([311e6fd](https://gitlab.com/blueflyio/openstandardagents/-/commit/311e6fdaf3cd4a6ef40f8e238ee4d8f9d07231d3))
518
+ - **sdk**: Add W3C Baggage support for multi-agent correlation ([b4f5966](https://gitlab.com/blueflyio/openstandardagents/-/commit/b4f5966f44d26559f40859fce11578b13469fa08))
519
+ - **spec**: Add quick-win capabilities to OSSA v0.3.0 spec (spec-only, no infrastructure) ([dcde670](https://gitlab.com/blueflyio/openstandardagents/-/commit/dcde67098fe7521893920e2ce19d65371565a73d))
520
+ - **spec**: Add Agent-to-Agent Messaging Extension for OSSA v0.3.1 ([737968d](https://gitlab.com/blueflyio/openstandardagents/-/commit/737968d47c2c225e408ee9cc29989d20fcb319f2))
521
+ - **spec**: Add Agent-to-Agent Messaging Extension for OSSA v0.3.1 ([ee051cf](https://gitlab.com/blueflyio/openstandardagents/-/commit/ee051cf899eea3b9180c20a1aea65bb26948d33f))
522
+ - **spec**: Add Agent-to-Agent Messaging Extension for OSSA v0.3.1 ([eec5b81](https://gitlab.com/blueflyio/openstandardagents/-/commit/eec5b8118ec2fd89f80fb8b1f1aa8062b1c1f55b))
523
+ - **spec**: OSSA v0.3.1 Messaging Extension + Automated Patch Version Management ([24cef37](https://gitlab.com/blueflyio/openstandardagents/-/commit/24cef37716b70c4313389d68f5d0724d17799580))
524
+ - **spec**: Add Conformance Testing specification ([5c1594a](https://gitlab.com/blueflyio/openstandardagents/-/commit/5c1594a1e3f595d2ab044e75aad424415bd36230))
525
+ - **spec**: Add Capability Schema and Registry specification ([69d9463](https://gitlab.com/blueflyio/openstandardagents/-/commit/69d94638e0e12e78d6ce4e747c68b3cfdd9882df))
526
+ - **spec**: Formal Policy DSL Specification ([4af084b](https://gitlab.com/blueflyio/openstandardagents/-/commit/4af084b44b972c02f317a42b227599864ecd937e))
527
+ - **spec**: Capability Schema and Registry specification ([f80166c](https://gitlab.com/blueflyio/openstandardagents/-/commit/f80166c4b21babeecb3e5c342e0abd6f2117f072))
528
+ - **spec**: A2A Protocol + Agent Manifest specifications ([3e15678](https://gitlab.com/blueflyio/openstandardagents/-/commit/3e15678be27b5affd554017773d4d7c31dcf2fc5))
529
+ - **spec**: Security Model specification ([529d0e5](https://gitlab.com/blueflyio/openstandardagents/-/commit/529d0e555d10a8f125065fc46e2ddcd6c96247ff))
530
+ - **spec**: GitLab Duo Platform integration specification ([fae2f6b](https://gitlab.com/blueflyio/openstandardagents/-/commit/fae2f6bf3adc1e1b497c95ff00b1287e62a7ee7e))
531
+ - **spec**: Add runtime semantics, type system, and compliance profiles ([1e51650](https://gitlab.com/blueflyio/openstandardagents/-/commit/1e51650a9514f1c6c991c6d0128eab241c1ba74d))
532
+ - **spec**: Add GitLab Duo Platform integration specification ([8f87ede](https://gitlab.com/blueflyio/openstandardagents/-/commit/8f87ede6351a1b56c8f024e02b109d0864f18a48))
533
+ - **spec**: Add Conformance Testing specification ([fc34db2](https://gitlab.com/blueflyio/openstandardagents/-/commit/fc34db2f2452f7ff0e7df7e9b5feaf1072218060))
534
+ - **spec**: Add Capability Schema and Registry specification ([4d890c9](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d890c9fbf6e5572dae9387d62de612c47dfbe7f))
535
+ - **spec**: OSSA v0.3.0 specification rollup ([35d6867](https://gitlab.com/blueflyio/openstandardagents/-/commit/35d68674c6b201858b1490155bcc016ac3f59ca1))
536
+ - **spec**: Add Conformance Testing specification ([486599d](https://gitlab.com/blueflyio/openstandardagents/-/commit/486599d379cb4244bf481bd74996d5ab04beb73d))
537
+ - **spec**: Add Capability Schema and Registry specification ([761e8c0](https://gitlab.com/blueflyio/openstandardagents/-/commit/761e8c0f07a6ac2b4259552a42264e02868810c3))
538
+ - **spec**: Capability Schema and Registry specification ([6cc3f94](https://gitlab.com/blueflyio/openstandardagents/-/commit/6cc3f94ce23bd71f01ebe7cdad5ea70a7f24b90f))
539
+ - **spec**: A2A Protocol + Agent Manifest specifications ([ffe6253](https://gitlab.com/blueflyio/openstandardagents/-/commit/ffe6253e27968df9bfaffcf6dc96fab33c77e2b6))
540
+ - **spec**: Conformance Testing specification ([0f3ecef](https://gitlab.com/blueflyio/openstandardagents/-/commit/0f3ecef2d17c96f33a85925b5ac98307fe505811))
541
+ - **spec**: Security Model specification ([38184d0](https://gitlab.com/blueflyio/openstandardagents/-/commit/38184d02dad497fb617e20fda3948f3a60d29dff))
542
+ - **spec**: GitLab Duo Platform integration specification ([d09ec9f](https://gitlab.com/blueflyio/openstandardagents/-/commit/d09ec9f9d4e84ca60d86208f4ab2351cc35b396c))
543
+ - **spec**: Add runtime semantics, type system, and compliance profiles ([c785b6d](https://gitlab.com/blueflyio/openstandardagents/-/commit/c785b6df4216cad094c66bdd98ff9f93061526c5))
544
+ - **spec**: Formal Policy DSL Specification ([82c0798](https://gitlab.com/blueflyio/openstandardagents/-/commit/82c079823e4414a46fc7d984a0f70e185285f1e8))
545
+ - **spec**: Formal Policy DSL Specification ([77d3ade](https://gitlab.com/blueflyio/openstandardagents/-/commit/77d3adef2ca82e308fd9c4f6761c6682946085d4))
546
+ - **v0.3.0**: Comprehensive quality improvements for public release ([cf47680](https://gitlab.com/blueflyio/openstandardagents/-/commit/cf47680eb5a0d475a99a7483a4e97aac3a39c3d0))
547
+ - Add OrbStack Kubernetes deployment manifests ([2503587](https://gitlab.com/blueflyio/openstandardagents/-/commit/25035872033c65e990586e32131383a835259cdb))
111
548
 
112
- ### Changed
549
+ - Add OrbStack Kubernetes deployment manifests ([f2853e7](https://gitlab.com/blueflyio/openstandardagents/-/commit/f2853e708a740bf5d360c1b374728d54d3db8ca2))
550
+
551
+ - Add autonomous evolution system for self-updating OSSA standard ([72a9fcf](https://gitlab.com/blueflyio/openstandardagents/-/commit/72a9fcf4c2e39133692f5e0142b99ab2c6419014))
552
+
553
+ - Schema v0.3.0 - Add lifecycle, environments, and dependencies fields ([#151](https://gitlab.com/blueflyio/openstandardagents/-/issues/151)) ([278d59e](https://gitlab.com/blueflyio/openstandardagents/-/commit/278d59e4726c986e24af79e4df784063609545b8))
554
+
555
+ - Anthropic Runtime Adapter - Add Claude runtime support ([#153](https://gitlab.com/blueflyio/openstandardagents/-/issues/153)) ([9d2d0db](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d2d0db5bea5f4e0309b9511043310f17fcf76d6))
556
+
557
+ - Deploy & Lifecycle Commands - Add ossa deploy and ossa status ([#154](https://gitlab.com/blueflyio/openstandardagents/-/issues/154)) ([b0ea4be](https://gitlab.com/blueflyio/openstandardagents/-/commit/b0ea4be241835f71d3c5bd40a3eeda656e9dabd5))
558
+
559
+ - Test Runner - Implement ossa test command ([#155](https://gitlab.com/blueflyio/openstandardagents/-/issues/155)) ([087ddd9](https://gitlab.com/blueflyio/openstandardagents/-/commit/087ddd96a389dea00e7511b7bd4f123390e609eb))
113
560
 
114
- - Enhanced getting started documentation with detailed option descriptions
115
- - Updated README.md with running agents section
561
+ - Add ultimate GitLab Duo agent config ([9be01fe](https://gitlab.com/blueflyio/openstandardagents/-/commit/9be01fe1b7ae9a01f57726fe9a9309804e06a815))
116
562
 
117
- ## [0.2.3](https://github.com/blueflyio/openstandardagents/compare/v0.2.2...v0.2.3) (2025-11-12)
563
+ - OSSA integration roadmap ([e268ad8](https://gitlab.com/blueflyio/openstandardagents/-/commit/e268ad82784f171c27eb11618aca89c011c9b380))
118
564
 
565
+ - GitHub mirror audit and management ([8b246f4](https://gitlab.com/blueflyio/openstandardagents/-/commit/8b246f4cf5b2f1bf487f3a532ac518824e45c713))
566
+
567
+ - Add automated MR manager agent ([c256545](https://gitlab.com/blueflyio/openstandardagents/-/commit/c2565459b33a1e19e553e7d5edc68324d2ee14a7))
568
+
569
+ - Complete release automation for solo developer ([639330b](https://gitlab.com/blueflyio/openstandardagents/-/commit/639330ba723f96cf09860296dbf4ae6ad345a426))
570
+
571
+ - Add version:examples script to sync example apiVersions ([659f3d1](https://gitlab.com/blueflyio/openstandardagents/-/commit/659f3d1b5b410b28a641748d8290cc0ccda58bbf))
572
+
573
+ - Add review app for OrbStack Kubernetes ([bbddbdf](https://gitlab.com/blueflyio/openstandardagents/-/commit/bbddbdfb12f19ca295fe0aa85ca7b233f91eb907))
574
+
575
+ - Enable GitLab Duo agent automation ([71d0ea1](https://gitlab.com/blueflyio/openstandardagents/-/commit/71d0ea12e56a5528f642b76c33c77d88101dd088))
576
+
577
+ - Automated GitLab Releases with Milestone Integration ([e69a11f](https://gitlab.com/blueflyio/openstandardagents/-/commit/e69a11fe1f9b6f68e84997fb71ed9c744fdf20d2))
578
+
579
+ - GitHub mirror audit and management ([172fdd2](https://gitlab.com/blueflyio/openstandardagents/-/commit/172fdd24fc2c9020911008c1ada176093e378d66))
580
+
581
+ - Update release workflow documentation ([581cc6f](https://gitlab.com/blueflyio/openstandardagents/-/commit/581cc6fd6b2442c7b4576f5914c419cf588b1a95))
582
+
583
+ - Add OSSA validator flow and trigger for GitLab Agent Platform ([04b63f1](https://gitlab.com/blueflyio/openstandardagents/-/commit/04b63f1a6d54cfeddbe48a1fc0065eda806feb34))
584
+
585
+ - Implement release/v0.3.x workflow with dev tag automation ([58b861c](https://gitlab.com/blueflyio/openstandardagents/-/commit/58b861c6f44b4eccf75795e435baed25dfa1e541))
586
+
587
+ ### Changed
588
+
589
+ - **agents**: Optimize GitLab agents with fallbacks and health checks ([13eb498](https://gitlab.com/blueflyio/openstandardagents/-/commit/13eb498bfd7d70c6d64ab23ce712fff1d74db507))
590
+ - **agents**: Optimize GitLab agents with fallbacks and health checks ([3abd932](https://gitlab.com/blueflyio/openstandardagents/-/commit/3abd932cad4a9d392bd5da3e1f180866cf68b277))
119
591
  ### Documentation
120
592
 
121
- - **spec**: Created versioned release structure in spec/v0.2.3/ with schema, README, CHANGELOG, and migration guide
122
- - **examples**: Enhanced inline documentation for kAgent and integration pattern examples
123
- - **migrations**: Added comprehensive migration guide from v0.2.2 to v0.2.3 (no breaking changes)
124
- - **compatibility**: Documented backward compatibility with v0.2.2
125
-
126
- ### Features
127
-
128
- - **schema**: Added v0.2.3 schema support with backward compatibility for v0.2.2
129
- - **types**: Extended SchemaVersion type to include '0.2.3'
130
- - **repository**: Updated SchemaRepository to load v0.2.3 schema files
131
- - **validation**: Set v0.2.3 as default version for validation service
132
-
133
- ### Bug Fixes
134
-
135
- - **git**: Cleaned up diverged branches (merged main development)
136
- - **tags**: Removed erroneous v0.3.0 tag from repository
137
- - **versions**: Reset all version references to 0.2.3 (removed v2.0.0 confusion)
138
-
139
- ### BREAKING CHANGES
140
-
141
- **None** - This is a fully backward-compatible patch release. All v0.2.2 manifests work without modification.
142
-
143
- ## [2.0.0](https://github.com/blueflyio/openstandardagents/compare/v1.0.0...v2.0.0) (2025-11-05)
144
-
145
- ### Bug Fixes
146
-
147
- - add v0.2.2 schema JSON files to git ([7ad617a](https://github.com/blueflyio/openstandardagents/commit/7ad617a5bcdb2304e4aaa9424562fa1654d90fb4))
148
- - add v0.2.2 schema support and set as default ([da22d4d](https://github.com/blueflyio/openstandardagents/commit/da22d4d47d4e9cc732c33290f971c670647d3318))
149
- - all tests pass with v0.2.2 format ([ee00098](https://github.com/blueflyio/openstandardagents/commit/ee00098772bbb9b6c128b483dce0366ce983329c))
150
- - change releases to manual triggers on main branch only ([7d48895](https://github.com/blueflyio/openstandardagents/commit/7d4889515c85107c9ca56cb624ebe70846af6041))
151
- - complete ESM module support with proper .js extensions ([b9754f3](https://github.com/blueflyio/openstandardagents/commit/b9754f384cde11640860ceb3370b8180c290c2b8))
152
- - convert ES module syntax in convert-to-kagent.js ([dba2b37](https://github.com/blueflyio/openstandardagents/commit/dba2b37c3992545b0230e6ae0458a0c215c54852))
153
- - convert ES module syntax in convert-to-kagent.js ([9b00af6](https://github.com/blueflyio/openstandardagents/commit/9b00af64966ea0a2a2183ecbcd4b2837767968f0))
154
- - convert release.config.js to ES module syntax ([b9cacbf](https://github.com/blueflyio/openstandardagents/commit/b9cacbfda385234034f6afb19925c6884bacb3cc))
155
- - correct version from 1.0.0 to 0.3.0 ([1786934](https://github.com/blueflyio/openstandardagents/commit/178693428cf72d8bdc216ddfd65d111ec41f811f))
156
- - correct version to 0.2.1 (patch bump) ([4227258](https://github.com/blueflyio/openstandardagents/commit/42272581065db0fc3bf30b3f4fd65a27af0dfd93))
157
- - disable promote-to-main job - use merge requests for main branch ([76e4e0b](https://github.com/blueflyio/openstandardagents/commit/76e4e0b6284ca346dd9768e827bbb5c083226a5c))
158
- - **ci:** make promote-to-main fast-forward-only; auto-create MR on conflicts via API ([a414db0](https://github.com/blueflyio/openstandardagents/commit/a414db0d5fda70d499ef9e55162f499a39d029a8))
159
- - **ci:** make promote-to-main script a single multiline string to satisfy YAML parsing ([c1563ea](https://github.com/blueflyio/openstandardagents/commit/c1563eae6a90365db699f5e3c63e9268ec79e1dd))
160
- - **ci:** promote-to-main handles shallow clones and unrelated histories; add auth remote ([7a66d60](https://github.com/blueflyio/openstandardagents/commit/7a66d60142541505d0a65d0d5413adc34c24a235))
161
- - **ci:** remove colon from commit message to fix YAML parsing ([260270a](https://github.com/blueflyio/openstandardagents/commit/260270a24ce59752aef963a293b62b26e2c996c0))
162
- - **ci:** remove invalid need on promote-to-main (cannot need later-stage job) ([211dbf7](https://github.com/blueflyio/openstandardagents/commit/211dbf7cd38e3ffc4dac3ced00cf320754f815f1))
163
- - **ci:** remove stray text and update development branch git config ([eb895b5](https://github.com/blueflyio/openstandardagents/commit/eb895b580ab27cf84bc005340eeff43ce6c2bb6c))
164
- - **ci:** rename job to avoid YAML colon parsing issue ([f641574](https://github.com/blueflyio/openstandardagents/commit/f6415745b4423636d332915e9061e948142a3959))
165
- - replace all gitlab.com references with new instance ([89496c7](https://github.com/blueflyio/openstandardagents/commit/89496c7fa1e723491482f4c804fd9addf0da65f8))
166
- - update GitLab instance references ([b8480a6](https://github.com/blueflyio/openstandardagents/commit/b8480a6d089c790f1d4f17359f9c79951239824e))
167
- - revert to version 0.2.2 and fix schema validation ([5789f6d](https://github.com/blueflyio/openstandardagents/commit/5789f6d7bfa0cc8638307902701ac967579097b0))
168
- - schema formatting ([3dd018b](https://github.com/blueflyio/openstandardagents/commit/3dd018b56756da1821658a4a7ee8986e55c4b632))
169
- - update all tests for v0.2.2 format ([34bb695](https://github.com/blueflyio/openstandardagents/commit/34bb695bd2376b9d93d47d6867bf8b1f4a4e4b73))
170
- - update CHANGELOG version to 0.3.0 ([b10b9f4](https://github.com/blueflyio/openstandardagents/commit/b10b9f4c38ece7455995ccd96a28d4cfedf4df36))
171
- - **ci:** update Node.js version to 22 for semantic-release compatibility ([eef4b89](https://github.com/blueflyio/openstandardagents/commit/eef4b89de9e4ef4cf3361a9e95d30ee81e706e78))
172
- - update version to 0.2.2 and reorganize spec directory ([5f9a8a0](https://github.com/blueflyio/openstandardagents/commit/5f9a8a0f3d7fa6386d88e07da70c5fd775812bc8))
173
- - **aiflow:** URGENT - Reduce CPU requests from 500m to 50m ([846c8fd](https://github.com/blueflyio/openstandardagents/commit/846c8fda3861120d6324ce957bf33b03fa484826))
174
- - **ci:** use PRIVATE-TOKEN with CI_JOB_TOKEN for MR API; reuse existing MR if present ([afd8c25](https://github.com/blueflyio/openstandardagents/commit/afd8c258b635c519bd0698adb8972e1c09e6efe4))
175
- - validate command supports both v0.2.2 and v1.0 formats ([4d777d0](https://github.com/blueflyio/openstandardagents/commit/4d777d08ab49267ad8670acaf8d0fdfb3617cfb9))
176
-
177
- ### chore
178
-
179
- - clean up OSSA for npm publication ([f6d2c27](https://github.com/blueflyio/openstandardagents/commit/f6d2c27b3ac972cf065bfe4d67cf1d9e51f47b51))
180
-
181
- ### Features
182
-
183
- - add CryptoSage AIFlow social agent example ([9c03a6b](https://github.com/blueflyio/openstandardagents/commit/9c03a6b94f0741a56e1aaaefebd71d387f428235))
184
- - add CryptoSage AIFlow social agent example ([36a1a21](https://github.com/blueflyio/openstandardagents/commit/36a1a219d546bf29185c4df7218a844e5891a70c))
185
- - add ecosystem tasks orchestrator agent ([276b868](https://github.com/blueflyio/openstandardagents/commit/276b868722d46ed1198f3a7ffc1f37e815d82d3b))
186
- - add ecosystem tasks orchestrator agent ([b9ac082](https://github.com/blueflyio/openstandardagents/commit/b9ac082f2746107de11ebddba26fcc0e5c065ea0))
187
- - add kagent.dev and AIFlow-Agent bridge support to OSSA 1.0 ([c83f462](https://github.com/blueflyio/openstandardagents/commit/c83f46270cf7264dbe6b7a3936373a6568f6015e))
188
- - add kagent.dev and AIFlow-Agent bridge support to OSSA 1.0 ([2a98c1e](https://github.com/blueflyio/openstandardagents/commit/2a98c1ebd09eb7d34992dee44074073f070f89bf))
189
- - **ci:** add manual merge-to-main button after successful pipeline ([d3fb40c](https://github.com/blueflyio/openstandardagents/commit/d3fb40c5d1aef7bda5cac15d0c2215cfc3f77a37))
190
- - **ci:** add manual promotion and release buttons ([c57fb66](https://github.com/blueflyio/openstandardagents/commit/c57fb66e3f258a0ae87c51db9d6f2c1d7d9cdff2))
191
- - **ossa:** add OpenAI Agents SDK bridge extension ([3cf4c9f](https://github.com/blueflyio/openstandardagents/commit/3cf4c9fd5ae6c042a96c5ec328d514bacd8936c9))
192
- - add OpenAPI/Swagger specification extensions for AI agents ([bfe5025](https://github.com/blueflyio/openstandardagents/commit/bfe5025a83d06449648cd3e92588568bc42217c8))
193
- - **compliance:** Add OSSA reasoning compliance extension schema for chain-of-thought auditing ([9bb60ec](https://github.com/blueflyio/openstandardagents/commit/9bb60ecc20b56df65f0e3d5e8562104386b773d7))
194
- - **automation:** Add resource validation to prevent cluster exhaustion ([3910b66](https://github.com/blueflyio/openstandardagents/commit/3910b662905661504e57969bc4d76b6c87282dbc))
195
- - add semantic-release for automated versioning ([589d530](https://github.com/blueflyio/openstandardagents/commit/589d5304c8e1b5a59d3ba0b15a809a961acc4e7e))
196
- - complete OSSA ecosystem automation suite ([cbef539](https://github.com/blueflyio/openstandardagents/commit/cbef539551430f7710cf689f50ea0aad4c8d3bb2))
197
- - complete OSSA ecosystem automation suite ([abc485f](https://github.com/blueflyio/openstandardagents/commit/abc485fc00344a3fe405739b734d8807cdf9adc2))
198
- - complete OSSA v0.2.2 agent migration with framework integration ([b0ab662](https://github.com/blueflyio/openstandardagents/commit/b0ab662f31faafed8de01e2ffb4a5a8c948eb634))
199
- - Complete OSSA v1.0 TypeScript implementation with Drupal integration ([be27188](https://github.com/blueflyio/openstandardagents/commit/be271880728e4dc6f164b4c85af432daf3d66858))
200
- - **aiflow:** Complete Phases 2 & 3 - Production-ready AIFlow integration ([0f81e9d](https://github.com/blueflyio/openstandardagents/commit/0f81e9d0c77586241caf94e593ad738481c0f68d)), closes [#1876](https://github.com/blueflyio/openstandardagents/issues/1876) [#1877](https://github.com/blueflyio/openstandardagents/issues/1877) [#1878](https://github.com/blueflyio/openstandardagents/issues/1878)
201
- - Complete platform integration - OpenAPI + Helm for all projects ([d7140aa](https://github.com/blueflyio/openstandardagents/commit/d7140aac1e780d6094ef5aa20cf31c9adf3072d6))
202
- - Enhanced OSSA CLI with audit, inspect, and schema commands ([ca21cc2](https://github.com/blueflyio/openstandardagents/commit/ca21cc271161f592dd39a9e4bd7d7f3fd97a0004)), closes [#178](https://github.com/blueflyio/openstandardagents/issues/178)
203
- - integrate v1.0 to v0.2.2 migration into OSSA CLI ([349c4dd](https://github.com/blueflyio/openstandardagents/commit/349c4ddda10066a628447fff6a62edc09615e3be))
204
- - **kagent:** intelligent agent deployment + ecosystem tooling ([b602d25](https://github.com/blueflyio/openstandardagents/commit/b602d25e9b200e01ff07be1fdf95a09da5938cb6))
205
- - intelligent agent deployment with resource optimization ([e9fba1e](https://github.com/blueflyio/openstandardagents/commit/e9fba1eedab9dcc6c5e0674a192bdf5315152984))
206
- - mass cleanup and standardization - ZERO ERRORS ([79cb19d](https://github.com/blueflyio/openstandardagents/commit/79cb19d1e8b7b0454a25abf9a8e18d765aae5fd8))
207
- - mass cleanup and standardization - ZERO ERRORS ([cd6f1cc](https://github.com/blueflyio/openstandardagents/commit/cd6f1cc5278c74bde5b1ad63e71d8665e0bb26a4))
208
- - mass cleanup and standardization - ZERO ERRORS ([3452f4f](https://github.com/blueflyio/openstandardagents/commit/3452f4f3c2b0a9d9ac72ac2c6917a4bda5ac050c))
209
- - **spec:** organize OSSA spec with clean v1.0 versioning ([08468e3](https://github.com/blueflyio/openstandardagents/commit/08468e3831fa8dc8e83bc2bbfdae352ab3f33e10))
210
- - OSSA v0.1.9 with kAgent extension support ([1d4c0b5](https://github.com/blueflyio/openstandardagents/commit/1d4c0b50cdcb5d4bf2fcc3f648968688f3139517))
211
- - **aiflow:** Phase 2 - BuildKit registration, Phoenix tracing, integration tests ([ee7279d](https://github.com/blueflyio/openstandardagents/commit/ee7279db63cee7afe4be2a2b044d87b40778f0f4)), closes [#1876](https://github.com/blueflyio/openstandardagents/issues/1876)
212
- - **aiflow:** Phase 3 - K8s deployment, load testing, CI/CD, monitoring ([f5b9f46](https://github.com/blueflyio/openstandardagents/commit/f5b9f46ddea9fc90910a773093d620813a5945b1)), closes [#1877](https://github.com/blueflyio/openstandardagents/issues/1877)
213
- - **aiflow:** Phase 3 - Production deployment, load testing, monitoring ([6066100](https://github.com/blueflyio/openstandardagents/commit/60661001e698edf269c4b4d2a450dc36090c0935)), closes [#1877](https://github.com/blueflyio/openstandardagents/issues/1877)
214
- - **aiflow:** Phase 4 - SLO/SLA, incident response, chaos engineering ([3fb78f1](https://github.com/blueflyio/openstandardagents/commit/3fb78f15a25e9cf700e8e61bf68c088652afc066)), closes [#1878](https://github.com/blueflyio/openstandardagents/issues/1878)
215
- - update k6 load testing scenarios ([e0bfc15](https://github.com/blueflyio/openstandardagents/commit/e0bfc1550962e8357fd446f23babdec7ff7634ef))
216
-
217
- ### BREAKING CHANGES
218
-
219
- - None - this is additive functionality
220
- - Manual version management replaced with semantic-release
221
- - Cleaned up project structure for v1.0.0 release
222
- - - Removed old Jest config and legacy tests
223
-
224
- * Removed helm charts (moved to agent-buildkit)
225
- * CLI now uses TypeScript compiled output
226
-
227
- Test Results: 68/68 passing, 97.85% coverage
228
- Status: Production Ready
229
-
230
- - - CLI now requires OSSA 1.0 manifest format
231
-
232
- * Production example updated to OSSA 1.0 spec
233
-
234
- New Features:
235
-
236
- - audit command: Score agents 0-100 on completeness, best practices, security, performance
237
- - inspect command: Detailed agent information with --json output
238
- - schema command: Query schema attributes (roles, protocols, compliance, bridges)
239
- - Fixed ES module conflicts in CLI
240
-
241
- Improvements:
242
-
243
- - Production example validates with 80/100 audit score
244
- - All required fields properly enforced
245
- - Comprehensive validation output
593
+ - **readme**: Restructure for technical clarity and move links to bottom ([24bbb6b](https://gitlab.com/blueflyio/openstandardagents/-/commit/24bbb6b4c227a14095c0019b084ecf760013f188))
594
+ - **whitepaper**: Unified Task Schema White Paper ([c563abb](https://gitlab.com/blueflyio/openstandardagents/-/commit/c563abbd3c5e8f134c21bf34130500538a8db277))
595
+ - **whitepaper**: Unified Task Schema White Paper ([dfd8460](https://gitlab.com/blueflyio/openstandardagents/-/commit/dfd8460763775ce4915e540a53587819175de2a4))
596
+ - Add GitLab Ultimate observability integration guide ([8c57c6b](https://gitlab.com/blueflyio/openstandardagents/-/commit/8c57c6b77e720ef47c845d5654a8b8f0cccec717))
597
+
598
+ - Remove temporary status and audit documentation ([7033a9e](https://gitlab.com/blueflyio/openstandardagents/-/commit/7033a9efb25eee8dae883e5f067919f8ceb23580))
599
+
600
+ ### Fixed
601
+
602
+ - **agents**: Update security-scanner manifest to comply with OSSA v0.3.0 schema ([48266e9](https://gitlab.com/blueflyio/openstandardagents/-/commit/48266e99d0c263af9d4fde2060b1b3a300651a10))
603
+ - **audit**: Replace deprecated Compliance Framework with Security Policies ([872a9bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/872a9bd6744a6c483fac1020fe2be452b346489b))
604
+ - **ci**: Enable dev tag creation on release branches ([9a6f380](https://gitlab.com/blueflyio/openstandardagents/-/commit/9a6f3804cf57dd02330bd51eaf983f973f2cbb8b))
605
+ - **ci**: Add timeout and retry to build job ([c2b0f78](https://gitlab.com/blueflyio/openstandardagents/-/commit/c2b0f786dc8e63cfb2dc3b5f6e0ea0fc637ddf96))
606
+ - **ci**: Remove development branch requirement, use release/* workflow ([d6bc4a0](https://gitlab.com/blueflyio/openstandardagents/-/commit/d6bc4a0001dd2aa42fd51a558b5fc1f33ce2efd2))
607
+ - **ci**: Remove invalid 'required' key from component inputs ([d6cca8f](https://gitlab.com/blueflyio/openstandardagents/-/commit/d6cca8fde6a4b5ed71f0d5256f016f96aff76229))
608
+ - **ci**: Make code:review:agent exit successfully when skipping ([5ef2f2c](https://gitlab.com/blueflyio/openstandardagents/-/commit/5ef2f2c9f7941fa792fbdd1debe04970439c0701))
609
+ - **ci**: Make release creation failures fail pipeline instead of warning ([a4fa865](https://gitlab.com/blueflyio/openstandardagents/-/commit/a4fa86501b4ba465ec6a0cadea6e398fa0f3673f))
610
+ - **ci**: Resolve merge conflicts and include release-workflow for dev tag creation ([307c83b](https://gitlab.com/blueflyio/openstandardagents/-/commit/307c83b604e11c49b2245a0a746c5b90009e9cbe))
611
+ - **ci**: Allow release/* branches to merge to main ([1ab75be](https://gitlab.com/blueflyio/openstandardagents/-/commit/1ab75beba4880deafcc5612f42e6a762489a913a))
612
+ - **ci**: Allow feature branches to target release/* branches ([0ac3af2](https://gitlab.com/blueflyio/openstandardagents/-/commit/0ac3af29c95d9a0219d44b55cf0cbf43e4bbee07))
613
+ - **ci**: Update llms_txt2ctx CLI arguments ([e515e9e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e515e9ef3d896bb1085420d5222eb36fce2519f7))
614
+ - **ci**: Simplify pre-merge validation to prevent timeouts ([d068622](https://gitlab.com/blueflyio/openstandardagents/-/commit/d068622f34dc6591feb8ae13764160c1ea1954c5))
615
+ - **ci**: Remove GitLab sync workflows, GitHub is primary repo ([933887d](https://gitlab.com/blueflyio/openstandardagents/-/commit/933887d84b4786e5e645de6a9485b206374d66df))
616
+ - **ci**: 100% autonomous release system with auto-tagging ([26dc8d7](https://gitlab.com/blueflyio/openstandardagents/-/commit/26dc8d708da6f42dcf7ed604471fe9d2d260d571))
617
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([8accb76](https://gitlab.com/blueflyio/openstandardagents/-/commit/8accb76fe3100b16a7237bfba6afd2b2823cd536))
618
+ - **ci**: Remove GitLab sync workflows, GitHub is primary repo ([6c7fa51](https://gitlab.com/blueflyio/openstandardagents/-/commit/6c7fa5104eab660cdccf5ea6f0a4f22831798613))
619
+ - **ci**: 100% autonomous release system with auto-tagging ([5791e8c](https://gitlab.com/blueflyio/openstandardagents/-/commit/5791e8ca51302558dd5b98a7c4057e84a5158033))
620
+ - **ci**: Update llms_txt2ctx CLI arguments ([5d83d97](https://gitlab.com/blueflyio/openstandardagents/-/commit/5d83d97af9cb55dd4a5ce93271be721b7e5cf604))
621
+ - **ci**: Replace undefined AGENT_PLATFORM_GROUP with AGENT_PLATFORM_PROJECT ([0c7a17e](https://gitlab.com/blueflyio/openstandardagents/-/commit/0c7a17e2deff658229f72a62d90d89f6db4e2332))
622
+ - **ci**: Redesign release process with post-release cleanup ([f364e51](https://gitlab.com/blueflyio/openstandardagents/-/commit/f364e51374c12cd968447ba8121358c2f37933b7))
623
+ - **ci**: Remove invalid image+trigger combo in code:review:agent ([d22f5ba](https://gitlab.com/blueflyio/openstandardagents/-/commit/d22f5ba579928bcbc073c8f80a3f93ded417d9f1))
624
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([51b7d46](https://gitlab.com/blueflyio/openstandardagents/-/commit/51b7d462aae9aaef2e89300cd89fecd1ccac8567))
625
+ - **ci**: Switch agent jobs from downstream triggers to local execution ([70d73c6](https://gitlab.com/blueflyio/openstandardagents/-/commit/70d73c6c546c4df9d249d4afe91f50a159680ecb))
626
+ - **ci**: Remove development, ONLY allow release/* → main ([2a71c43](https://gitlab.com/blueflyio/openstandardagents/-/commit/2a71c437915c79802766a1b56997d17e4b6e6164))
627
+ - **ci**: Allow release/* branches to merge to main ([cb0d999](https://gitlab.com/blueflyio/openstandardagents/-/commit/cb0d9995e6f86466a18fc123b73486e45adfea02))
628
+ - **ci**: Remove invalid image+trigger combo in code:review:agent ([2c617e0](https://gitlab.com/blueflyio/openstandardagents/-/commit/2c617e08b08c930982d4b2201b60d0b045f33015))
629
+ - **ci**: Remove development branch references, use release/* workflow ([ea6402c](https://gitlab.com/blueflyio/openstandardagents/-/commit/ea6402ccf528c1ffecc00b5548a2545f1a9ea425))
630
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([7a91b19](https://gitlab.com/blueflyio/openstandardagents/-/commit/7a91b1912b302a9828889f899ed953fc18a5a2bb))
631
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([f4a9ad9](https://gitlab.com/blueflyio/openstandardagents/-/commit/f4a9ad9fc504fc1bae279901f75cb49c72b422cc))
632
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([04b2c6a](https://gitlab.com/blueflyio/openstandardagents/-/commit/04b2c6a8f84a5fa3d4be990bf4eb3fe6ca947eea))
633
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([46c4066](https://gitlab.com/blueflyio/openstandardagents/-/commit/46c40666acae8746ad78228040d071a8694ebdfc))
634
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([2aae351](https://gitlab.com/blueflyio/openstandardagents/-/commit/2aae351e999129af7c1b3f91660c3d2e9c76e8d5))
635
+ - **ci**: Allow feature branches to target release/* branches ([dbbb446](https://gitlab.com/blueflyio/openstandardagents/-/commit/dbbb446aad0111bd04ded6c1574a8e45ee5276e7))
636
+ - **ci**: Remove GitLab sync workflows, GitHub is primary repo ([ac77ab8](https://gitlab.com/blueflyio/openstandardagents/-/commit/ac77ab8e8ee0ab5fc792a6a478f48204112faf2d))
637
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([9e0da43](https://gitlab.com/blueflyio/openstandardagents/-/commit/9e0da43b48a3ac3bec1305e3ccaa6e379fea9c57))
638
+ - **ci**: Sync milestone-workflow.yml to allow release/* targets ([574f5a6](https://gitlab.com/blueflyio/openstandardagents/-/commit/574f5a6f4bd9a026be98b76f21839b896ca93615))
639
+ - **ci**: Allow release/* branches to merge to main ([5814878](https://gitlab.com/blueflyio/openstandardagents/-/commit/581487820b73bbd2e9716450f711d95b38367fc4))
640
+ - **ci**: Allow feature branches to target release/* branches ([b439fad](https://gitlab.com/blueflyio/openstandardagents/-/commit/b439fad29035e6e8af898ab044600adf7807d917))
641
+ - **ci**: Update llms_txt2ctx CLI arguments ([719501b](https://gitlab.com/blueflyio/openstandardagents/-/commit/719501bc616b831b11f7c752839cbfce95b89d3a))
642
+ - **ci**: Simplify pre-merge validation to prevent timeouts ([5cf54aa](https://gitlab.com/blueflyio/openstandardagents/-/commit/5cf54aa5175a760cc379524148bb4ad63bd76a14))
643
+ - **ci**: Remove GitLab sync workflows, GitHub is primary repo ([a3763ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/a3763ce737f81bc14d67facecc92f350581e64b2))
644
+ - **ci**: 100% autonomous release system with auto-tagging ([844a96e](https://gitlab.com/blueflyio/openstandardagents/-/commit/844a96ed0cab9de37cf811030f844fed8bdabc35))
645
+ - **ci**: Update llms_txt2ctx CLI arguments ([9e14edc](https://gitlab.com/blueflyio/openstandardagents/-/commit/9e14edcb2f20f56407b5fad41c1e16f4f2bd8364))
646
+ - **ci**: Replace undefined AGENT_PLATFORM_GROUP with AGENT_PLATFORM_PROJECT ([163f08a](https://gitlab.com/blueflyio/openstandardagents/-/commit/163f08a5448cc62cd8f0d51dd7d48001d9b44521))
647
+ - **ci**: Redesign release process with post-release cleanup ([51948c9](https://gitlab.com/blueflyio/openstandardagents/-/commit/51948c927ee4f3eae05eda7b640f24f1f8d33b8e))
648
+ - **ci**: Hardcode node:22-alpine image to avoid empty NODE_VERSION ([179d289](https://gitlab.com/blueflyio/openstandardagents/-/commit/179d2892b7bc55042f2148eafa0f037d127fb070))
649
+ - **ci**: Enable manual agent triggers via pipeline variables ([5358b2a](https://gitlab.com/blueflyio/openstandardagents/-/commit/5358b2a9d8f8dd3a4c184d3afe3002384927818b))
650
+ - **ci**: Correct job dependency reference in create-release-tag ([666ade7](https://gitlab.com/blueflyio/openstandardagents/-/commit/666ade7444cf1d3d58982c2bf32c92f712966e59))
651
+ - **ci**: Remove duplicate dev tag logic and make release-workflow generic ([526e9e9](https://gitlab.com/blueflyio/openstandardagents/-/commit/526e9e9d9a8a919834c07279af349ae05f2627a4))
652
+ - **ci**: Remove all development branch references and hardcoded values ([eeeaf39](https://gitlab.com/blueflyio/openstandardagents/-/commit/eeeaf393aa6e7a7ea29f9d3d1996330510bb40fa))
653
+ - **ci**: Remove all development branch references ([6ca6914](https://gitlab.com/blueflyio/openstandardagents/-/commit/6ca69140a60b0dafa864766379223a4315d4d0d0))
654
+ - **ci**: Allow release branches to target other release branches ([f403042](https://gitlab.com/blueflyio/openstandardagents/-/commit/f403042073a4287204e6e609ba9f9fc1bbaa64f7))
655
+ - **ci**: Handle group milestones and unset variables - CRITICAL ([05bd63e](https://gitlab.com/blueflyio/openstandardagents/-/commit/05bd63eed555be1849b383247034c931a6f276b5))
656
+ - **cli**: Auto-detect schema version from manifest apiVersion ([73b5c12](https://gitlab.com/blueflyio/openstandardagents/-/commit/73b5c12e3f67b7f8be6bc13f577a10d531c5012b))
657
+ - **codeowners**: Remove redundant docs/ rule covered by default owner ([dfd5ffe](https://gitlab.com/blueflyio/openstandardagents/-/commit/dfd5ffefa129ab669690f99ddf9fabff0323de36))
658
+ - **codeowners**: Replace @flux423 with @bluefly ([89809bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/89809bdcafa5efae64e92790579634ca7e0a6d1d))
659
+ - **codeowners**: Simplify docs approval to @bluefly only ([7eedd6c](https://gitlab.com/blueflyio/openstandardagents/-/commit/7eedd6c36c94362e61952ce9403d849f23515190))
660
+ - **codeowners**: Replace @bluefly with @Branch for solo developer ([5cbb2c3](https://gitlab.com/blueflyio/openstandardagents/-/commit/5cbb2c35e27a3a228d04f255964007e8afa09619))
661
+ - **codeowners**: Ensure @Branch is owner for all paths ([b960db1](https://gitlab.com/blueflyio/openstandardagents/-/commit/b960db1a980289ac417a1e1840a5607771ac88e6))
662
+ - **codeowners**: Set solo developer @Branch as owner for all files ([b960429](https://gitlab.com/blueflyio/openstandardagents/-/commit/b9604294d2f2986de210474cc27d26d1ed1616c2))
663
+ - **codeowners**: Replace @flux423 with @bluefly ([fdf0a4d](https://gitlab.com/blueflyio/openstandardagents/-/commit/fdf0a4dcfae1008af00f657b10d0aa5f5bba0382))
664
+ - **codeowners**: Set solo developer @Branch as owner for all files ([af25220](https://gitlab.com/blueflyio/openstandardagents/-/commit/af252201c79ee5ce909238c0f3c1af1fe5fc7bd3))
665
+ - **docs**: Correct README to show GitHub as primary public repo ([4d7e22a](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d7e22a9e34e37fbe42f866bf25cf1c3d92a37f6))
666
+ - **docs**: Correct README to show GitHub as primary public repo ([51f381c](https://gitlab.com/blueflyio/openstandardagents/-/commit/51f381c38370fbbdefd6e8d210a4fecffda08aa0))
667
+ - **docs**: Correct README to show GitHub as primary public repo ([264d48e](https://gitlab.com/blueflyio/openstandardagents/-/commit/264d48e7bc4d9081dde129cecdf08ff940f95108))
668
+ - **gitlab**: Restructure workflows to match GitLab Agent Platform schema ([86398bb](https://gitlab.com/blueflyio/openstandardagents/-/commit/86398bbf92ab1387e95797d7bd38034031635102))
669
+ - **release**: Clean v0.3.0 - remove premature v0.3.1 content ([e58faa1](https://gitlab.com/blueflyio/openstandardagents/-/commit/e58faa12189bd147fb454964b77ce9844b1b060c))
670
+ - **release**: Update ALL version references from 0.2.8 to 0.2.9 ([7b81abc](https://gitlab.com/blueflyio/openstandardagents/-/commit/7b81abc4dce1d13485d9cfefda42992a350a1968))
671
+ - **release**: Update ALL version references from 0.2.8 to 0.2.9 ([5346e24](https://gitlab.com/blueflyio/openstandardagents/-/commit/5346e24c1fd15d3362fb3bed0cc0c587e9ae1fb4))
672
+ - **schema**: Make apiVersion pattern future-proof and tests dynamic ([f78517d](https://gitlab.com/blueflyio/openstandardagents/-/commit/f78517d53f0686fb0d8167a6b1b76aa3643bc371))
673
+ - **schema**: Make apiVersion pattern future-proof and tests dynamic ([7d24622](https://gitlab.com/blueflyio/openstandardagents/-/commit/7d24622c9d25fe2aff92e7e6639adbca0908f963))
674
+ - **scripts**: Add missing lib utilities following DRY/Zod/OpenAPI principles ([be741fe](https://gitlab.com/blueflyio/openstandardagents/-/commit/be741fe4e563bb71e3eeafed937f6d9ca6db81aa))
675
+ - **security**: Replace hardcoded Slack webhook placeholder with env var ([840965e](https://gitlab.com/blueflyio/openstandardagents/-/commit/840965ed9732e9bec78ac6d48b58f9438e1d5909))
676
+ - **security**: Use safe YAML parsing to prevent code injection (CWE-502) ([a5a538d](https://gitlab.com/blueflyio/openstandardagents/-/commit/a5a538d685e27366412f535d4480ac650fb341ed))
677
+ - **types**: Resolve TypeScript build errors and merge conflicts ([9dfcf6e](https://gitlab.com/blueflyio/openstandardagents/-/commit/9dfcf6e8e8013f999c3519f3dd95fe39ff373f9b))
678
+ - **types**: Resolve merge conflicts in index.ts ([8c5992a](https://gitlab.com/blueflyio/openstandardagents/-/commit/8c5992a8df6fc592f1f71d8b5df1c7c5ca10fc58))
679
+ - **types**: Resolve TypeScript build errors ([bb5dcd3](https://gitlab.com/blueflyio/openstandardagents/-/commit/bb5dcd3cefe634452b393580fc23241b1ca6bf19))
680
+ - Git fetch authentication and release-version.env handling ([6508efc](https://gitlab.com/blueflyio/openstandardagents/-/commit/6508efc4529ffc03e4aa5f5bbe76189a3350f3e4))
681
+
682
+ - Resolve conflicts and TypeScript errors for MR 423 ([3f88283](https://gitlab.com/blueflyio/openstandardagents/-/commit/3f88283b81333c6fed99f08d0bfe969a9dd61888))
683
+
684
+ - Remove unsupported --task CLI option from agent jobs ([03fa291](https://gitlab.com/blueflyio/openstandardagents/-/commit/03fa291352a34844f7a50d976c3cbc1717d6aa9f))
685
+
686
+ - Merge main into release/0.3.0 (take release version for conflicts) ([985f038](https://gitlab.com/blueflyio/openstandardagents/-/commit/985f03840246f41278d47c4f0d393c1a6b68c113))
687
+
688
+ - Handle multi-document YAML validation and fix indentation ([1536abc](https://gitlab.com/blueflyio/openstandardagents/-/commit/1536abc296cd3086304c5a60b30684921cd35ae2))
689
+
690
+ - YAML syntax errors in examples ([03ad868](https://gitlab.com/blueflyio/openstandardagents/-/commit/03ad86883394b4d8043a1ed64d7847b8ada4af9d))
691
+
692
+ - Merge main into release/0.3.0 (take release version) ([3cb0f8d](https://gitlab.com/blueflyio/openstandardagents/-/commit/3cb0f8dbdba2e7aec094512e14e9724f9fa11b91))
693
+
694
+ - Add forward config to pass variables to triggered pipelines ([8d39d78](https://gitlab.com/blueflyio/openstandardagents/-/commit/8d39d788043c6d10185e03c84e760c8ce53f4f47))
695
+
696
+ - Simplify CODEOWNERS to master approver only ([162f33a](https://gitlab.com/blueflyio/openstandardagents/-/commit/162f33abdf7c237105b1d0690bf974d3cff7db20))
697
+
698
+ - Remove README.md from CODEOWNERS to unblock MRs ([c381a72](https://gitlab.com/blueflyio/openstandardagents/-/commit/c381a724e92520a4bc3dc781305d176cf8b07b9e))
699
+
700
+ - Remove README.md from CODEOWNERS ([f9bd123](https://gitlab.com/blueflyio/openstandardagents/-/commit/f9bd123fc83eeccd1654f467f1121fe009603600))
701
+
702
+ - Simplify root CODEOWNERS to match .gitlab/CODEOWNERS ([4f92de7](https://gitlab.com/blueflyio/openstandardagents/-/commit/4f92de791789f90eac21e6328812c67ea49104f1))
703
+
704
+ - Simplify CODEOWNERS to solo developer ([34556bc](https://gitlab.com/blueflyio/openstandardagents/-/commit/34556bc1b0a6b481fa076100b864bf11aa57a5f2))
705
+
706
+ - Simplify CODEOWNERS to solo developer ([62febb8](https://gitlab.com/blueflyio/openstandardagents/-/commit/62febb88251af86104aa81c3919e456059866f7a))
707
+
708
+ - Remove whitepaper from spec directory ([511ca91](https://gitlab.com/blueflyio/openstandardagents/-/commit/511ca918b778f7ac2cf4d37f6b410c6f5937169c))
709
+
710
+ - Remove non-existent version:examples from prebuild ([fce531d](https://gitlab.com/blueflyio/openstandardagents/-/commit/fce531d1ac1863335dcfb8627687f32692def477))
711
+
712
+ - Simplify root CODEOWNERS to match .gitlab/CODEOWNERS ([3639dcb](https://gitlab.com/blueflyio/openstandardagents/-/commit/3639dcb724d5ba2cd5866590a1bb0c2e08f57f9d))
713
+
714
+ - Simplify CODEOWNERS to solo developer ([6b99ad8](https://gitlab.com/blueflyio/openstandardagents/-/commit/6b99ad8d5a0891d62b7ad56fdd5f0f8f82aede6f))
715
+
716
+ - Merge main into release/0.3.0 to resolve conflicts ([97965e5](https://gitlab.com/blueflyio/openstandardagents/-/commit/97965e58f575e7e6296621d33cf61605e9c4e3e2))
717
+
718
+ - Remove whitepaper from spec directory ([9364c5b](https://gitlab.com/blueflyio/openstandardagents/-/commit/9364c5b058d8d5cadd0658b3f6d6b39be99329ec))
719
+
720
+ - Simplify CODEOWNERS to master approver only ([0e64743](https://gitlab.com/blueflyio/openstandardagents/-/commit/0e647437a58ce5c590e71f1dd9077b84830a80bc))
721
+
722
+ - Merge main into release/0.3.0 ([c4a9e5b](https://gitlab.com/blueflyio/openstandardagents/-/commit/c4a9e5b286b8d4c2a8e56346dd87eb7e5fc23c62))
723
+
724
+ - Rebase release/0.3.0 on main ([332b8d2](https://gitlab.com/blueflyio/openstandardagents/-/commit/332b8d2f596fd338638554f7b753e26569e447bc))
725
+
726
+ - Restore all missing files from release/0.3.0 ([61b6f7c](https://gitlab.com/blueflyio/openstandardagents/-/commit/61b6f7c3dbe6f562006a8f2564f448b62c966ec7))
727
+
728
+ - Restore spec/v0.3.0 directory from release/0.3.0 branch ([5c9d7ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/5c9d7cef670a54af88d80468aa9503663494fe23))
729
+
730
+ ### Miscellaneous
731
+
732
+ - **agents**: Migrate Claude agents to OSSA v0.3.0 schema ([1de1fd9](https://gitlab.com/blueflyio/openstandardagents/-/commit/1de1fd904a8b0ff7b77c037f3f0ecd5f057c7c29))
733
+ - **ci**: Remove release-v0.3.x workflow ([865f3aa](https://gitlab.com/blueflyio/openstandardagents/-/commit/865f3aabdd1356b388b68e6e69e51d5bccf935d3))
734
+ - **settings**: Configure Squash Merge as Default for Feature Branches ([105a235](https://gitlab.com/blueflyio/openstandardagents/-/commit/105a235830a333dcb9e220339cc24e323943545b))
735
+ - Remove obsolete files with hardcoded versions ([4c298ab](https://gitlab.com/blueflyio/openstandardagents/-/commit/4c298ab2c368097293749bfe27e5fa77b823411f))
736
+
737
+ - Merge main into release/0.3.0 (prefer release branch) ([442953a](https://gitlab.com/blueflyio/openstandardagents/-/commit/442953ad3c31d8e13373b6dc97b9b08d50385857))
738
+
739
+ - Remove temp swarm tasks file ([b32f608](https://gitlab.com/blueflyio/openstandardagents/-/commit/b32f6083ce1ef220ef306ad7560922fc9506bf71))
740
+
741
+ - Add swarm tasks v029 ([cf7d116](https://gitlab.com/blueflyio/openstandardagents/-/commit/cf7d116738abdeb7383d72fc7705c923d8248732))
742
+
743
+ - Remove temp swarm tasks file ([bede577](https://gitlab.com/blueflyio/openstandardagents/-/commit/bede577f1babd2d9651b9dd3513fa0c9643cea7e))
744
+
745
+ - Add swarm tasks v029 ([eae7bff](https://gitlab.com/blueflyio/openstandardagents/-/commit/eae7bffc1ec3dcfe466c5ffb3e2affdb2b57bb7e))
746
+
747
+ - Bump version to 0.3.0 ([95e450b](https://gitlab.com/blueflyio/openstandardagents/-/commit/95e450bf8378d137ac9d2db1c4d3c715b400a0a7))
748
+
749
+ - Sync release/0.3.0 changes into release/v0.3.0 ([23e1703](https://gitlab.com/blueflyio/openstandardagents/-/commit/23e17030237307d95e7328d2216ada43d3e2f2fa))
750
+
751
+ - Move whitepaper to spec/whitepaper/ to avoid CODEOWNERS approval block ([aa619f8](https://gitlab.com/blueflyio/openstandardagents/-/commit/aa619f8b9ebf8ef964cce5992d65dd4851e19caa))
752
+
753
+ - Remove temp swarm tasks file ([eb2c3a7](https://gitlab.com/blueflyio/openstandardagents/-/commit/eb2c3a7f5debebbf6f01b613f935599ae55ae7c0))
754
+
755
+ - Add swarm tasks v029 ([40bc1b7](https://gitlab.com/blueflyio/openstandardagents/-/commit/40bc1b7c64915bed1358f8a042342ea2ec8e5c46))
756
+
757
+ ### Specification
758
+
759
+ - **extension**: Formalize extensions.drupal schema ([7ef59cb](https://gitlab.com/blueflyio/openstandardagents/-/commit/7ef59cbcc6badb6546793e371040799c01cd96e0))
760
+ - **schema**: Add activity_stream config component ([a6571e6](https://gitlab.com/blueflyio/openstandardagents/-/commit/a6571e6378ab91ffaa3f09b503e2b4d2ce19c77b))
761
+ - **schema**: Reusable JSON Schema components ([d96c8f9](https://gitlab.com/blueflyio/openstandardagents/-/commit/d96c8f936f2e781bb8219e6d6d9c74e72b3fea95))
762
+ - **schema**: Add kind: Workflow for mixed Task + Agent composition ([b679d9f](https://gitlab.com/blueflyio/openstandardagents/-/commit/b679d9fd351644e8d2854f0011be47c11e678d96))
763
+ - **schema**: Add kind: Workflow for mixed Task + Agent composition ([41a9dc1](https://gitlab.com/blueflyio/openstandardagents/-/commit/41a9dc19319982a06832708f4b4d3d014ae8e19c))
764
+ - **schema**: Add activity_stream config component ([77e8f11](https://gitlab.com/blueflyio/openstandardagents/-/commit/77e8f114cedf716c4c2baf3cd064d82330f4caec))
765
+ - **schema**: Reusable JSON Schema components ([6100dfc](https://gitlab.com/blueflyio/openstandardagents/-/commit/6100dfccc629fdb9b9f9038b16d7b224ad8e48fe))
766
+ - **schema**: Add kind: Workflow for mixed Task + Agent composition ([1dc0601](https://gitlab.com/blueflyio/openstandardagents/-/commit/1dc0601f5460fc9e5abe7e29b4feaf18137990a5))
767
+ - OSSA Testing Framework and AgentTest resource ([37a2bd8](https://gitlab.com/blueflyio/openstandardagents/-/commit/37a2bd813e828559883b3fccd2c52bdfb4200d10))
768
+
769
+ - OSSA Testing Framework and AgentTest resource ([886503b](https://gitlab.com/blueflyio/openstandardagents/-/commit/886503b6109ee95d52752c487d19bed64f3c9abc))
770
+ ## [0.3.0-RC] - 2025-12-15
771
+
772
+ ### Fixed
773
+
774
+ - **ci**: Remove development branch requirement, use release/* workflow ([7898227](https://gitlab.com/blueflyio/openstandardagents/-/commit/7898227cae27ae01ab285307e8467ed4b58ff0e0))
775
+ - **codeowners**: Simplify root CODEOWNERS to single owner @bluefly ([1619682](https://gitlab.com/blueflyio/openstandardagents/-/commit/1619682694ca06d486fa263418262a92c126d5d7))
776
+ - **codeowners**: Simplify .gitlab/CODEOWNERS to single owner @bluefly ([06c72e2](https://gitlab.com/blueflyio/openstandardagents/-/commit/06c72e2f275d97086e760d5cbb36e5d93b45c0ed))## [0.2.8] - 2025-12-02
777
+
778
+ ### Added
779
+
780
+ - **brand**: Complete professional brand guide with downloadable assets ([3fafd85](https://gitlab.com/blueflyio/openstandardagents/-/commit/3fafd85d4365af1808fd2f753f248249f7afabac))
781
+ - **ci**: Add automated draft release MR creation ([108f17b](https://gitlab.com/blueflyio/openstandardagents/-/commit/108f17b7f35955248cd37dbe97421f2fb7e990c1))
782
+ - **ci**: Add OrbStack and MR review app environments ([1c4b99c](https://gitlab.com/blueflyio/openstandardagents/-/commit/1c4b99c1a7d0a2b910b53478b71588b410af6576))
783
+ - **cli**: Enhance OSSA CLI bin directory with utilities ([fd884bf](https://gitlab.com/blueflyio/openstandardagents/-/commit/fd884bf9a1e3fab773157383a98afd969e2f0bdf))
784
+ - **docs**: Implement llms.txt specification for LLM-friendly documentation ([7871839](https://gitlab.com/blueflyio/openstandardagents/-/commit/787183984a03b2d25dd41ab101cd8bbe4137bee3))
785
+ - **github-sync**: GitHub sync service implementation ([2125ecb](https://gitlab.com/blueflyio/openstandardagents/-/commit/2125ecbcb667fe5676c402987b003bfc86dc3c2a))
786
+ - **schema**: Make OSSA v0.2.8 schema comprehensive and enterprise-grade ([a61071f](https://gitlab.com/blueflyio/openstandardagents/-/commit/a61071fa3bd9830977d9a7d8d34f21f183622dd1))
787
+ - **schema**: Add Identity and ClaudeCodeExtension to OSSA v0.2.6 ([c1e37ac](https://gitlab.com/blueflyio/openstandardagents/-/commit/c1e37acac9e932b74c61942bef9bb4a2bf1ca502))
788
+ - **spec**: Prepare spec/v0.2.6-dev development structure ([53d136b](https://gitlab.com/blueflyio/openstandardagents/-/commit/53d136b7f46942ac7535fbeecb3a56995719446c))
789
+ - **spec**: Define AgentGraph resource type specification ([51a56d9](https://gitlab.com/blueflyio/openstandardagents/-/commit/51a56d9c5d999d6282271e8ae397c9cb8f66cb34))
790
+ - Add multi-agent examples ([e8a8737](https://gitlab.com/blueflyio/openstandardagents/-/commit/e8a8737aff2755cd244b968512325d145241fb0e))
791
+
792
+ - Create OSSA agent definitions for GitLab Ultimate automation ([376ddb0](https://gitlab.com/blueflyio/openstandardagents/-/commit/376ddb0a99556a417adf691f7beada1d47b39bc4))
793
+
794
+ - Add wiki configuration and documentation assets ([f4b894c](https://gitlab.com/blueflyio/openstandardagents/-/commit/f4b894c5eaebfed29de0453ecbff967abb9362c3))
795
+
796
+ - Scripts to src migration foundation ([f5a6f64](https://gitlab.com/blueflyio/openstandardagents/-/commit/f5a6f64d1e61ad60a7fd001989f7e8259ff51a57))
797
+
798
+ - Website design updates ([6c64b89](https://gitlab.com/blueflyio/openstandardagents/-/commit/6c64b89e005941cc7c59eba80c4e4215638d675d))
799
+
800
+ - Integrate GitHub sync CLI command ([201812c](https://gitlab.com/blueflyio/openstandardagents/-/commit/201812c9569d0877281071e723715ebfaf8bc1e0))
801
+
802
+ - Add brand guide and Claude runtime adapter ([24e05a5](https://gitlab.com/blueflyio/openstandardagents/-/commit/24e05a5eb6e49cdda8128e25239b072b2e0805e0))
803
+
804
+ - Website design system - header active states ([10d481b](https://gitlab.com/blueflyio/openstandardagents/-/commit/10d481b33c8d2814d740b5db30be0239c07c950c))
805
+
806
+ - Implement ossa run command with OpenAI adapter ([fd8c66a](https://gitlab.com/blueflyio/openstandardagents/-/commit/fd8c66ab560075ad338e8292745fe50daaddb8a7))
807
+
808
+ - Prepare spec/v0.2.6-dev structure ([5d4b33c](https://gitlab.com/blueflyio/openstandardagents/-/commit/5d4b33cee9ed265aef317ed46a741149b2a91e4c))
809
+
810
+ - Enterprise release automation strategy ([aee5000](https://gitlab.com/blueflyio/openstandardagents/-/commit/aee5000cc41a5a71b81d0ab543f34c3b410dc5b6))
811
+
812
+ - Enterprise release automation strategy ([cd2bb20](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd2bb20d461a0ad8e21f8c15c62471f522ed3845))
813
+
814
+ - Merge release gate and 0.2.5-RC for milestone v0.2.5 ([12d6579](https://gitlab.com/blueflyio/openstandardagents/-/commit/12d65795fe27c276d9924e3166b92c733cf2d175))
815
+
816
+ ### Changed
817
+
818
+ - Add comprehensive test suite ([716e6fb](https://gitlab.com/blueflyio/openstandardagents/-/commit/716e6fb7884033527847d66c7376d25c8335ed26))
819
+
820
+ - Validate release process ([dce8fa6](https://gitlab.com/blueflyio/openstandardagents/-/commit/dce8fa665f31729eb6f982c62c4547dda5f54d48))
821
+
822
+ - Apply prettier formatting to modified files ([1635c9e](https://gitlab.com/blueflyio/openstandardagents/-/commit/1635c9ef7cd1efce57865dce065525b2e73111df))
823
+
824
+ ### Documentation
825
+
826
+ - **deployment**: GitHub Mirroring Deployment Guide ([a8d0bfa](https://gitlab.com/blueflyio/openstandardagents/-/commit/a8d0bfa351806d919be4b385194b4b88c8a96653))
827
+ - Create enhanced wiki structure with educational content ([f33ceca](https://gitlab.com/blueflyio/openstandardagents/-/commit/f33cecaa30722796716b0b6919de47f449191355))
828
+
829
+ - Implement comprehensive documentation automation system ([a4a6aca](https://gitlab.com/blueflyio/openstandardagents/-/commit/a4a6aca0e684bcd6e6b7a424ce9df2ce131045d7))
830
+
831
+ - GitHub mirroring deployment guide ([3297489](https://gitlab.com/blueflyio/openstandardagents/-/commit/32974895e3e943c2c270d4da736093a3f37c9829))
832
+
833
+ - Update CHANGELOG and README for v0.2.6 ([caeeef7](https://gitlab.com/blueflyio/openstandardagents/-/commit/caeeef78831687ec96cf32d4a84a62f711dc375a))
834
+
835
+ - GitHub Sync Strategy & Automation ([d4bf045](https://gitlab.com/blueflyio/openstandardagents/-/commit/d4bf0451676d3c4bb6c4d4a87acd0c54cc09b124))
836
+
837
+ - Automation Audit & Roadmap ([be1de58](https://gitlab.com/blueflyio/openstandardagents/-/commit/be1de58be186f6add8acfa895b9cfba4c8c113b1))
838
+
839
+ ### Fixed
840
+
841
+ - **ci**: Add JUnit XML test reports for GitLab UI ([aa7c9f0](https://gitlab.com/blueflyio/openstandardagents/-/commit/aa7c9f0b37aff9a81d42439b27f0de526415b016))
842
+ - **ci**: Disable agent jobs until AGENT_PLATFORM_GROUP is configured ([17d22c6](https://gitlab.com/blueflyio/openstandardagents/-/commit/17d22c66e4aca817f596ec530f7af718f0fa0bad))
843
+ - **ci**: Install git in release:preview job ([b6bb908](https://gitlab.com/blueflyio/openstandardagents/-/commit/b6bb908b3e2409832a0385620f33b27b6a7b6635))
844
+ - **ci**: Install tsx globally for increment-dev-tag job ([14c1aa0](https://gitlab.com/blueflyio/openstandardagents/-/commit/14c1aa05b60b17e91e1c9c25ee28d9d3204bc2ed))
845
+ - **ci**: Exclude DI container from coverage to meet 75% function threshold ([308ae80](https://gitlab.com/blueflyio/openstandardagents/-/commit/308ae8060b029218b49bcc73a899471063f421ef))
846
+ - **codeowners**: Add @flux423 as code owner for CI/CD files ([f49d92d](https://gitlab.com/blueflyio/openstandardagents/-/commit/f49d92d8aec72c209991c2047bd943ccb28c5047))
847
+ - **readme**: Remove private GitLab repo reference ([e827535](https://gitlab.com/blueflyio/openstandardagents/-/commit/e827535ad26ffa0b4682ffc5b6e4741cc64f1523))
848
+ - **version**: Sync all version references to match package.json ([6d185e0](https://gitlab.com/blueflyio/openstandardagents/-/commit/6d185e08dc66979a25483178995b151cc5f55f76))
849
+ - **website**: Downgrade to Next.js 14, add GitLab CI for container deployment ([31187fc](https://gitlab.com/blueflyio/openstandardagents/-/commit/31187fc25f029b554f6431dae8794d64412d017c))
850
+ - Connect agent jobs to gitlab_components project ([f2c0952](https://gitlab.com/blueflyio/openstandardagents/-/commit/f2c09528074147c8d7c874270b77382d6a3f5811))
851
+
852
+ - Update all apiVersions to v0.2.8 and include .agents in git ([7653e8f](https://gitlab.com/blueflyio/openstandardagents/-/commit/7653e8ff08a24491d39c2ee7c0ba412c84e90ab2))
853
+
854
+ - Improve mobile responsiveness across website pages ([7845881](https://gitlab.com/blueflyio/openstandardagents/-/commit/78458813cb83007385bb575610f751cd0f6e7e10))
855
+
856
+ - Clean up duplicate GitLab environment definitions ([4b9e7ac](https://gitlab.com/blueflyio/openstandardagents/-/commit/4b9e7ac4cd6f687b4f9e3b35027e33f4ccabbca7))
857
+
858
+ - Sync main into development for v0.2.6 release ([f84a805](https://gitlab.com/blueflyio/openstandardagents/-/commit/f84a805cb4ba2068ede1555a324f241f87f83815))
859
+
860
+ - Clean up v0.2.6 release spec ([3f0b9fb](https://gitlab.com/blueflyio/openstandardagents/-/commit/3f0b9fb13b9a78222d5359a7847f2ccba5129dec))
861
+
862
+ - Sync main into development ([e894f3e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e894f3e30cadc4e606d257232ef8d420c094cf43))
863
+
864
+ - Sync main into development ([1d14ef6](https://gitlab.com/blueflyio/openstandardagents/-/commit/1d14ef6348cd011fcaad264f50020b3d91e3f64f))
865
+
866
+ - Add .js extensions to ESM imports ([cd10a01](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd10a0123be4144809abafe45927ed6e05074a72))
867
+
868
+ - Sync main into development ([c67c21b](https://gitlab.com/blueflyio/openstandardagents/-/commit/c67c21bdd0568343a4f1727067c37ce47340df61))
869
+
870
+ - Sync main into development ([3e2a0ec](https://gitlab.com/blueflyio/openstandardagents/-/commit/3e2a0ecdffc524f986bc0889cef7dcf1ea6794ee))
871
+
872
+ - Sync all main commits into development ([87976b4](https://gitlab.com/blueflyio/openstandardagents/-/commit/87976b46a1b5ff1ab2408647fb3972ceec704eb9))
873
+
874
+ - Properly merge main into development ([fb2bf9e](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb2bf9e13a6140e481d8643f2510dd198ad152ab))
875
+
876
+ - Merge main into development to sync branches ([b565010](https://gitlab.com/blueflyio/openstandardagents/-/commit/b565010bdee7c7c0a6af51e460124e066d7194b3))
877
+
878
+ - Complete spec/v0.2.4 directory structure ([8edc631](https://gitlab.com/blueflyio/openstandardagents/-/commit/8edc6318c5cdce04ac2c34b79dca5ceb364544f5))
879
+
880
+ - Mobile responsive code blocks ([5aa22b2](https://gitlab.com/blueflyio/openstandardagents/-/commit/5aa22b25f79419137e0e8b85a1b6439324d7af7b))
881
+
882
+ - Comment out GitLab agent component references until published ([09402ae](https://gitlab.com/blueflyio/openstandardagents/-/commit/09402ae738e8981c6c7e5b39590462800bc14c74))
883
+
884
+ - Resolve increment-dev-tag conflict with enhanced version ([47ecff7](https://gitlab.com/blueflyio/openstandardagents/-/commit/47ecff7581a3bc043f7c52a9a38fdd2df844104c))
885
+
886
+ - Sync package-lock.json with package.json changes ([f49d1f7](https://gitlab.com/blueflyio/openstandardagents/-/commit/f49d1f70001a77a5965c382d40aa056de81aab05))
887
+
888
+ - Restore rollback-coordinator OSSA agent manifest (was overwritten with CI config) ([48ce585](https://gitlab.com/blueflyio/openstandardagents/-/commit/48ce5854e891282267b3579d185ac5fe282f72dd))
889
+
890
+ - Resolve merge conflict markers in 00-HOME.md ([63a6950](https://gitlab.com/blueflyio/openstandardagents/-/commit/63a69505c59c8c983e67362d44020c9fcd6ffaff))
891
+
892
+ - Update version references in documentation ([09a1d92](https://gitlab.com/blueflyio/openstandardagents/-/commit/09a1d92b52d03a617eeaa4adda11361280c1e706))
893
+
894
+ - Get website live ([d9c1f90](https://gitlab.com/blueflyio/openstandardagents/-/commit/d9c1f90437ffd9fc6e7748ce8dba81c88107f1ae))
895
+
896
+ - Sync website version to 0.2.5-RC and fix GitLab CI lint error ([fc8a1bb](https://gitlab.com/blueflyio/openstandardagents/-/commit/fc8a1bb28b765925815d3b701d21b807ae6c122f))
897
+
898
+ - Resolve DI container circular dependency and TypeScript errors ([94ebe08](https://gitlab.com/blueflyio/openstandardagents/-/commit/94ebe08194a6c55455546cc0a06a293ce9feaafe))
899
+
900
+ ### Miscellaneous
901
+
902
+ - **ci**: Add merge train workflow support ([9d10701](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d10701c9e9dd0f5e5d725241ced163a7073a159))
903
+ - Merge development into main for v0.2.8 release ([2340526](https://gitlab.com/blueflyio/openstandardagents/-/commit/23405266d5a10ab225b532e35879662220b925c2))
904
+
905
+ - Absolute final main sync ([3873466](https://gitlab.com/blueflyio/openstandardagents/-/commit/38734661fa19e792c3d79fa5a0c3d33ea867a350))
906
+
907
+ - Final main sync for v0.2.8 release ([1e861de](https://gitlab.com/blueflyio/openstandardagents/-/commit/1e861dea564f3e0ef4bfdbf087048660ed2b6606))
908
+
909
+ - Final sync of main into development ([9b1cc51](https://gitlab.com/blueflyio/openstandardagents/-/commit/9b1cc515b071140c39d67ff28e2d6927cf2e7c84))
910
+
911
+ - Sync main into development (final) ([c66e0ab](https://gitlab.com/blueflyio/openstandardagents/-/commit/c66e0ab31f22eb9716176633c79a36b882090d81))
912
+
913
+ - Sync main into development ([53d8f18](https://gitlab.com/blueflyio/openstandardagents/-/commit/53d8f187ca8fbfc39b57b3f333e8731b1c522e7f))
914
+
915
+ - Merge main into development (resolved all conflicts) ([d8a7c4d](https://gitlab.com/blueflyio/openstandardagents/-/commit/d8a7c4d149523788ad98063436e43d92cd050198))
916
+
917
+ - Resolve merge conflicts for development → main ([281ee45](https://gitlab.com/blueflyio/openstandardagents/-/commit/281ee4512d7cd6ea019e17f2c8d91d83c33113d8))
918
+
919
+ - Merge remaining v0.2.8 lint fixes ([1e5c1d5](https://gitlab.com/blueflyio/openstandardagents/-/commit/1e5c1d5b21ad18630b7d50bc74b94f54e6b0ec4a))
920
+
921
+ - Clean up website files and add dynamic version detection ([4d36750](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d36750edb84ee05c5796b46292be93a26121f5a))
922
+
923
+ - Clean up deprecated gitlab.bluefly.io references and fix email addresses ([51e3c81](https://gitlab.com/blueflyio/openstandardagents/-/commit/51e3c812567e887f59bc9725e807b813064fb66a))
924
+
925
+ - Prepare v0.2.8 release ([89005bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/89005bd699b27206b6eafc69f033a6568d00212f))
926
+
927
+ - Add automated validation and maintenance tools ([b044c4e](https://gitlab.com/blueflyio/openstandardagents/-/commit/b044c4ef947de0c5a101882e18d6bc91c186ccb5))
928
+
929
+ - Add GitHub automation and sync tools ([c612dcc](https://gitlab.com/blueflyio/openstandardagents/-/commit/c612dcc1841d427232bf9746386a95a87341b26b))
930
+
931
+ - Merge development - remove root .md file per project rules ([837579d](https://gitlab.com/blueflyio/openstandardagents/-/commit/837579d3f1379446d6e947b037ae9a11dc3efdf5))
932
+ ## [0.2.5] - 2025-11-25
933
+
934
+ ### Added
935
+
936
+ - **ci**: Require completed milestone before allowing release ([ad2cc7d](https://gitlab.com/blueflyio/openstandardagents/-/commit/ad2cc7d65a8a60f46044c8564d573e947bfeef7c))
937
+ - **ci**: Add support for skipping releases on merge to main ([e8aa00d](https://gitlab.com/blueflyio/openstandardagents/-/commit/e8aa00d7f73a5a1f42477e4c3e8b29996c95d535))
938
+ - **ci**: Remove manual version selection, use automatic milestone-controlled releases ([c1c7d1b](https://gitlab.com/blueflyio/openstandardagents/-/commit/c1c7d1b1aba46eee2aff230fe736f376d253d5f8))
939
+ - **ci**: Implement recommended CI/CD workflow with semantic-release ([928d2e5](https://gitlab.com/blueflyio/openstandardagents/-/commit/928d2e5e8bec5b8da8dc3e52bb50c3d1909c85e1))
940
+ - Automate version detection in npm scripts ([3ecf31c](https://gitlab.com/blueflyio/openstandardagents/-/commit/3ecf31c94458329fb6c57da48c4beb9ef748dc31))
941
+
942
+ - Add release gate variable and prepare 0.2.5-RC release ([a62212b](https://gitlab.com/blueflyio/openstandardagents/-/commit/a62212b7173fe6a2787ca09c13cd09c369356263))
943
+
944
+ - Add milestone-gated automatic releases with docs validation ([4b20efd](https://gitlab.com/blueflyio/openstandardagents/-/commit/4b20efdb36ed5d03cc1991b72466596ba73ed31c))
945
+
946
+ - Add release checklist issue template ([0e39f21](https://gitlab.com/blueflyio/openstandardagents/-/commit/0e39f216c4f7a92f1638bcbff23c29381a481e0d))
947
+
948
+ - Restructure CI/CD environments and add npm publish safeguards ([84425a2](https://gitlab.com/blueflyio/openstandardagents/-/commit/84425a2d1eb475b9f247484389e9f6f283957193))
949
+
950
+ - Add OSSA-compliant GitLab K8s agent manifests ([6d2071b](https://gitlab.com/blueflyio/openstandardagents/-/commit/6d2071b6a7f0b0277d1e5c7112187be85445b6b6))
951
+
952
+ - Configure GitLab agent with impersonation-based CI/CD access ([503358b](https://gitlab.com/blueflyio/openstandardagents/-/commit/503358b0a659e17f12b48a02a0fd3b9bb1692b22))
953
+
954
+ - Implement version sync automation and milestone-gated releases ([514d860](https://gitlab.com/blueflyio/openstandardagents/-/commit/514d86046f2dabe3afbab5ed651e7ea5d6ab603f))
955
+
956
+ - Website improvements and bug fixes ([2d828bd](https://gitlab.com/blueflyio/openstandardagents/-/commit/2d828bde162e1dbded032c60c770e63f75c03863))
957
+
958
+ - Complete plan implementation - dynamic website versioning and CI/CD ([d3a0e9f](https://gitlab.com/blueflyio/openstandardagents/-/commit/d3a0e9f3cf4c59a8065efd9fd9e855af587fb756))
959
+
960
+ - Implement dynamic website versioning and complete documentation migration ([b5a214e](https://gitlab.com/blueflyio/openstandardagents/-/commit/b5a214e5b2e6cdcf70b512b01591185e9440dc9f))
961
+
962
+ ### Changed
963
+
964
+ - **ci**: Decouple releases from code flow - milestone-gated releases only ([e93d507](https://gitlab.com/blueflyio/openstandardagents/-/commit/e93d5070f6fa4c2178059e643fc70f0e68bb7fad))
965
+ - Convert build scripts to TypeScript with Zod validation ([05754ca](https://gitlab.com/blueflyio/openstandardagents/-/commit/05754cae94ffec6cc38fff39ee8dc21595d45d02))
966
+
967
+ ### Documentation
968
+
969
+ - Add GitLab Kubernetes agent documentation and update examples ([9efe871](https://gitlab.com/blueflyio/openstandardagents/-/commit/9efe87132d4cc86d41ef0d2e7ea33592782183f2))
970
+
971
+ - Add running agents guide and Drupal integration docs ([fb2f23b](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb2f23b2b810a2575bb109a322635c3d540dda72))
972
+
973
+ - Enhance OpenAPI extensions documentation with comprehensive schemas ([aa828d5](https://gitlab.com/blueflyio/openstandardagents/-/commit/aa828d5bf3d748e2b614117badd4872538d194ca))
974
+
975
+ ### Fixed
976
+
977
+ - **ci**: Add build:dist to release:preview needs section ([bf5f67b](https://gitlab.com/blueflyio/openstandardagents/-/commit/bf5f67befd2528a732109eb1c74b68dd52bd466f))
978
+ - **ci**: Use build:no-wiki to avoid wiki sync failure blocking pages deployment ([cfe0a72](https://gitlab.com/blueflyio/openstandardagents/-/commit/cfe0a721a173a89b023f465e606e29763cdf6c43))
979
+ - **ci**: MINIMAL - just pages deploy ([066c002](https://gitlab.com/blueflyio/openstandardagents/-/commit/066c00230f4a8b9135f6e872a2c42a797f47e377))
980
+ - **ci**: Fully decouple website from releases - manual buttons only ([09149d0](https://gitlab.com/blueflyio/openstandardagents/-/commit/09149d05c3828d4e64614b17fa4d6d9cb95b8489))
981
+ - **ci**: Restore working CI, make pages manual button ([a7236bb](https://gitlab.com/blueflyio/openstandardagents/-/commit/a7236bbac53453ee6b7bb074eb857ef682f395b0))
982
+ - **ci**: Remove unused setup stage ([6385b07](https://gitlab.com/blueflyio/openstandardagents/-/commit/6385b07a5ae8bf0256b815ad9d19fd5c8b06a026))
983
+ - **ci**: Correct workflow rules syntax ([4332afb](https://gitlab.com/blueflyio/openstandardagents/-/commit/4332afbd48e3e87659442ed6274d3401d62a308d))
984
+ - **ci**: Decouple pages deployment from release pipeline ([3f2ee03](https://gitlab.com/blueflyio/openstandardagents/-/commit/3f2ee03c13e8febf5ddfd7d89ba09471aa8a2cd1))
985
+ - **ci**: Use CI_SERVER_HOST for npm registry URL ([4d77f91](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d77f912b130b6ddf49640d43bb59250bc4ea2a2))
986
+ - **ci**: Add detect:milestone-version to release:main dependencies to receive dotenv variables ([8a00d32](https://gitlab.com/blueflyio/openstandardagents/-/commit/8a00d326e04bf325f145f078f0189070c323eafa))
987
+ - **ci**: Handle null issue counts in milestone detection ([bc9420d](https://gitlab.com/blueflyio/openstandardagents/-/commit/bc9420dd2051f882e8d622c1a91e87eca34d0f48))
988
+ - **ci**: Make release job manual to prevent accidental releases ([fd1f286](https://gitlab.com/blueflyio/openstandardagents/-/commit/fd1f286a5615dfdcc864948a36de22652578bc97))
989
+ - **docs**: Update README to reference v0.2.4 instead of v0.2.3 ([1bf7ba6](https://gitlab.com/blueflyio/openstandardagents/-/commit/1bf7ba6ca4783037f6c45871757824ca9297ea9b))
990
+ - **scripts**: Support pre-release versions in sync-versions.ts regex ([7899a15](https://gitlab.com/blueflyio/openstandardagents/-/commit/7899a1595750fbd49beebde4eab86374edcc5d6d))
991
+ - **website**: Downgrade to Next.js 14, add GitLab CI for container deployment ([9303f4f](https://gitlab.com/blueflyio/openstandardagents/-/commit/9303f4f829c3852d303e1b6912e3005a2ed97a4f))
992
+ - **wiki**: Use correct GitLab host and project path for wiki sync ([332362e](https://gitlab.com/blueflyio/openstandardagents/-/commit/332362e252115a678e16ac8ee6e3bfc3ad9181e6))
993
+ - Resolve 84 ESLint warnings for cleaner codebase ([994c1c7](https://gitlab.com/blueflyio/openstandardagents/-/commit/994c1c705da287f2c534d3668cfb2ef0a4b1a660))
994
+
995
+ - Make package.json version loading lazy to avoid Jest module resolution issues ([a2d008c](https://gitlab.com/blueflyio/openstandardagents/-/commit/a2d008c9074686173b3327de4f42743473243090))
996
+
997
+ - Improve package.json path resolution with path.resolve and better error handling ([7dde7ae](https://gitlab.com/blueflyio/openstandardagents/-/commit/7dde7ae8674dbef124c67fa1af0456c0f9cbdcb8))
998
+
999
+ - Replace remaining CRITICAL with ERROR in echo statement ([cbd56c8](https://gitlab.com/blueflyio/openstandardagents/-/commit/cbd56c8e74d5eabf1ada4df97ad7383c8ae158e2))
1000
+
1001
+ - Replace CRITICAL with ERROR and update sync-versions to TypeScript ([cc2c6c8](https://gitlab.com/blueflyio/openstandardagents/-/commit/cc2c6c8770485330d4a8741598bcb86a21c9195a))
1002
+
1003
+ - Replace command grouping with if statement in pages job ([36574c6](https://gitlab.com/blueflyio/openstandardagents/-/commit/36574c6ce999dfcfd0ef8b57029468f2575dd7f2))
1004
+
1005
+ - Remove all emojis from echo statements and fix MILESTONE_READY variable expansion ([a4f8ac1](https://gitlab.com/blueflyio/openstandardagents/-/commit/a4f8ac115b68dd34202bd0f4d881f8c2eb7e1bb2))
1006
+
1007
+ - Remove emojis from echo statements in pages job ([4063202](https://gitlab.com/blueflyio/openstandardagents/-/commit/40632021ebf6ac2884738e6e52714da94b398728))
1008
+
1009
+ - Make GitLab Pages deploy automatically on main branch ([6af7b72](https://gitlab.com/blueflyio/openstandardagents/-/commit/6af7b7286a9fb8a3c2f52cf3a5abb5864738a6e3))
1010
+
1011
+ - Update version references to 0.2.5-RC ([fb316b4](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb316b4689bf03c055cdcec9e5d12f4e374ca943))
1012
+
1013
+ - Remove invalid dependency on release:npm from pages job ([d41a5fd](https://gitlab.com/blueflyio/openstandardagents/-/commit/d41a5fdeb0fca5f966277f7f29d850c8281ce2e7))
1014
+
1015
+ - Make pages job work on feature branches ([2587446](https://gitlab.com/blueflyio/openstandardagents/-/commit/25874464c5f8ff2ceeac05137fc245b4244b1cc9))
1016
+
1017
+ - Add missing axios dependency and restore full CI pipeline ([644f434](https://gitlab.com/blueflyio/openstandardagents/-/commit/644f4341251c44543d137906d5b84d16d4f532e6))
1018
+
1019
+ - Sync website package-lock.json with package.json ([fee37ad](https://gitlab.com/blueflyio/openstandardagents/-/commit/fee37ad236b4ff41585c0e510ad0bccf167019e5))
1020
+
1021
+ - Improve sync-versions.ts to handle pre-release versions ([82619a0](https://gitlab.com/blueflyio/openstandardagents/-/commit/82619a01cbf9e85d9cea1edf140c1931cb0f5448))
1022
+
1023
+ - Update README.md version references to v0.2.5 ([223524a](https://gitlab.com/blueflyio/openstandardagents/-/commit/223524a93bfb7f06f26411feca1c0439b2a7cd1b))
1024
+
1025
+ - Update README schema refs to ossa-0.2.5-RC.schema.json ([456bff8](https://gitlab.com/blueflyio/openstandardagents/-/commit/456bff8d722e6ab3360d393123cc1b8bbc4b430a))
1026
+
1027
+ - Sync all version references to v0.2.5-RC ([7747333](https://gitlab.com/blueflyio/openstandardagents/-/commit/7747333937af6fe846d47b827eddefb070754179))
1028
+
1029
+ - Create complete spec/v0.2.5 directory ([a56327d](https://gitlab.com/blueflyio/openstandardagents/-/commit/a56327d07c2fab98623bbf97f4ed36e60caf56c6))
1030
+
1031
+ - Make v0.2.4 schema backward compatible with string capabilities ([61d3cb3](https://gitlab.com/blueflyio/openstandardagents/-/commit/61d3cb385529d87cb9f71915bab629176ef41eef))
1032
+
1033
+ - Use flexible versioning (ossa/v0.2) in examples ([a332036](https://gitlab.com/blueflyio/openstandardagents/-/commit/a33203656b5f89cd1a22d3ee240977d671772d3d))
1034
+
1035
+ - Update all v0.2.3 references to v0.2.4 ([7aa3bfc](https://gitlab.com/blueflyio/openstandardagents/-/commit/7aa3bfc586b2fbb643c7e7b1df4187cc5f7f75e8))
1036
+
1037
+ - Remove merge conflict markers from .gitlab-ci.yml ([a34938a](https://gitlab.com/blueflyio/openstandardagents/-/commit/a34938a09adfe840c6b1a3d5258014aaa33d9506))
1038
+
1039
+ - Skip non-v0.2.4 examples in integration tests ([d56f50e](https://gitlab.com/blueflyio/openstandardagents/-/commit/d56f50e55a0bdba675e4638daf420f8d3c923d43))
1040
+
1041
+ - Update test suite to support v0.2.4 schema validation ([6e198c5](https://gitlab.com/blueflyio/openstandardagents/-/commit/6e198c5cf40b2af1c0c2775fe22349c87aebac3e))
1042
+
1043
+ - Update all version references from v0.2.3 to v0.2.4 ([7817c26](https://gitlab.com/blueflyio/openstandardagents/-/commit/7817c262124473ed5bf250846a82c0ac1499c8ee))
1044
+
1045
+ - Remove duplicate if statement in sync-versions.js ([c862a42](https://gitlab.com/blueflyio/openstandardagents/-/commit/c862a429c0357598362023c5bc946891465938c8))
1046
+
1047
+ - Add missing spec schemas and framework examples to repo ([672fdbd](https://gitlab.com/blueflyio/openstandardagents/-/commit/672fdbd82d6997f7851b62dc84076d2de58ef829))
1048
+
1049
+ - Suppress hydration warning for body tag (browser extension attributes) ([17f1c90](https://gitlab.com/blueflyio/openstandardagents/-/commit/17f1c90d0fbe8c68525fb3a38d8a037f5c9a0ffd))
1050
+
1051
+ - Update CI to remove colon from echo statement ([b3fcfa5](https://gitlab.com/blueflyio/openstandardagents/-/commit/b3fcfa52e76d6502b5b2a84ff4a0df195d454c34))
1052
+
1053
+ - Resolve merge conflict in page.tsx, keep responsive styling ([e73f19e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e73f19e28115e9f375e14fc00b476ea27e95c29f))
1054
+
1055
+ - Fix broken getting-started route and integrate wiki sync ([8b759a8](https://gitlab.com/blueflyio/openstandardagents/-/commit/8b759a8145b43d1d61fd7b91b9aac05b1ae48545))
1056
+
1057
+ - Remove jq dependency from Dockerfile verification ([1255d99](https://gitlab.com/blueflyio/openstandardagents/-/commit/1255d9996a405523110e69fb984d01036633e70f))
1058
+
1059
+ - Dockerfile to verify examples.json generation ([c82b7a2](https://gitlab.com/blueflyio/openstandardagents/-/commit/c82b7a2ff596929900935961debec76f36236e25))
1060
+
1061
+ - Examples loading with multiple path attempts ([0d1b312](https://gitlab.com/blueflyio/openstandardagents/-/commit/0d1b3125dc8f2ffa3eaed1560c30804f1a711b7e))
1062
+
1063
+ - Simplify examples path resolution to use path.resolve ([704ed60](https://gitlab.com/blueflyio/openstandardagents/-/commit/704ed60e2c839bb4b0f66446e5fef51e63d7f7dd))
1064
+
1065
+ - Examples page path resolution for dev mode ([c317e5c](https://gitlab.com/blueflyio/openstandardagents/-/commit/c317e5c2f477a35e0c0aa06e79228c1da26c1386))
1066
+
1067
+ - Dockerfile to copy examples directory for examples.json generation ([5789bab](https://gitlab.com/blueflyio/openstandardagents/-/commit/5789bab6b72dc838cbb5eeda735a8d0179870563))
1068
+
1069
+ - Generate examples.json in Docker build ([b4a66d7](https://gitlab.com/blueflyio/openstandardagents/-/commit/b4a66d730d98f34415e1650113bb994950a30d7d))
1070
+
1071
+ - Make homepage code blocks responsive for mobile ([ac6e654](https://gitlab.com/blueflyio/openstandardagents/-/commit/ac6e6549e6bdc78adb58d04882bc653e74ce808f))
1072
+
1073
+ - Examples page to work with static export ([ee8559e](https://gitlab.com/blueflyio/openstandardagents/-/commit/ee8559e4e66a3d815afd211c67b8241558ab9aa2))
1074
+
1075
+ - Remove all colons from echo statements in semantic-release preview ([c3cb6a1](https://gitlab.com/blueflyio/openstandardagents/-/commit/c3cb6a192648cff17b581e2e10249d68038b5535))
1076
+
1077
+ - Remove colon from all Version echo statements in CI ([f08bf0d](https://gitlab.com/blueflyio/openstandardagents/-/commit/f08bf0d3dc412619800191136f9b2f8a8a06461c))
1078
+
1079
+ - Remove colon from echo statement in promote jobs ([c341fa5](https://gitlab.com/blueflyio/openstandardagents/-/commit/c341fa59b68d3eb3ae640a0cb2b4b51011aa394c))
1080
+
1081
+ - Separate version command to avoid YAML parsing issues in CI ([340896b](https://gitlab.com/blueflyio/openstandardagents/-/commit/340896b5847bf6bcb893481813cfeb79ade43e0c))
1082
+
1083
+ - Rename promote jobs to use hyphens instead of colons ([b0c86ea](https://gitlab.com/blueflyio/openstandardagents/-/commit/b0c86ea5b5c66efa6a5c4acad4e313f7dbc22ef7))
1084
+
1085
+ - Add all required version exports for VersionSelector component ([c306d90](https://gitlab.com/blueflyio/openstandardagents/-/commit/c306d900e8de6cab88e0ba830a20edb3bebbca0b))
1086
+
1087
+ - Remove API route and add STABLE_VERSION export alias ([c906756](https://gitlab.com/blueflyio/openstandardagents/-/commit/c90675659daf4b03fdde402d8f4c9c1d1d56e6b5))
1088
+
1089
+ - Restore homepage and ensure build succeeds ([0eff2a4](https://gitlab.com/blueflyio/openstandardagents/-/commit/0eff2a4ceebebb3bd040231cb0bf25b5cc31fd39))
1090
+
1091
+ - Website build errors and prepare for GitLab Pages deployment ([55d35d6](https://gitlab.com/blueflyio/openstandardagents/-/commit/55d35d6b16481aef0f5e77771063cef81dee95b3))
1092
+
1093
+ - Remove dependencies from semantic-release:preview - use needs only ([71ff4ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/71ff4ceb1b7648a61f25109447d00191ae47e67f))
1094
+
1095
+ - Resolve OpenAPI validation errors and test failures ([58581d7](https://gitlab.com/blueflyio/openstandardagents/-/commit/58581d7c251291eddfc0014a07d20a730268ffb6))
1096
+
1097
+ - Ensure reflect-metadata and inversify are installed ([7f1105f](https://gitlab.com/blueflyio/openstandardagents/-/commit/7f1105f30416b880c71841936093235a87dd0cf6))
1098
+
1099
+ - Replace with inline /health endpoint definition ([cc42b27](https://gitlab.com/blueflyio/openstandardagents/-/commit/cc42b27fa571fdfd2ee834ed3a2edecb4587f88c))
1100
+
1101
+ - Complete OpenAPI error resolution ([304d214](https://gitlab.com/blueflyio/openstandardagents/-/commit/304d2145f11772d4e4a0e0e04922e8cc03428d02))
1102
+
1103
+ - Resolve OpenAPI errors in ossa-core-api.openapi.yaml ([c961ac0](https://gitlab.com/blueflyio/openstandardagents/-/commit/c961ac04f32ed935463029451f214d36f6d407d3))
1104
+
1105
+ - Remove duplicate import in playground ([b9bc252](https://gitlab.com/blueflyio/openstandardagents/-/commit/b9bc25253107b9c8eb0154c27c7669f4560e81e5))
1106
+
1107
+ - Properly implement dynamic versions in playground ([ed1ae12](https://gitlab.com/blueflyio/openstandardagents/-/commit/ed1ae12f08b2e256b837e8626365009af19935d1))
1108
+
1109
+ - Make GitLab releases URL dynamic using CI variables ([f4ebe91](https://gitlab.com/blueflyio/openstandardagents/-/commit/f4ebe9179fdc36bacfc672cc972af9a56a2ffc49))
1110
+
1111
+ - Remove unused useEffect import from playground ([01c4761](https://gitlab.com/blueflyio/openstandardagents/-/commit/01c4761ac30b737801331078b8c13522c62a1479))
1112
+
1113
+ - Resolve CI build errors - playground syntax and version.ts JSON import ([188d5cf](https://gitlab.com/blueflyio/openstandardagents/-/commit/188d5cffc7f15609dbc7b5917e9d9bf7ca79e277))
1114
+
1115
+ - Prioritize npm dist-tags for stable/dev version detection ([cc45425](https://gitlab.com/blueflyio/openstandardagents/-/commit/cc454256bc2b3ceb6f94d84f7190866348b20891))
1116
+
1117
+ - Update version.ts to load dynamically from versions.json ([dd81d66](https://gitlab.com/blueflyio/openstandardagents/-/commit/dd81d6665d7186207bd445a3e0382f0706fdefd1))
1118
+
1119
+ - Remove duplicate import in migrate-to-gitlab.py ([6a7d7b2](https://gitlab.com/blueflyio/openstandardagents/-/commit/6a7d7b22bf51eb496fc82301a29eea4adda905fe))
1120
+
1121
+ - Resolve package-lock.json merge conflict ([06dc46f](https://gitlab.com/blueflyio/openstandardagents/-/commit/06dc46f66f83c120509dca3a453f2284d575f633))
1122
+
1123
+ - Resolve test errors - add reflect-metadata requirement and ensure dependencies installed ([6a21a94](https://gitlab.com/blueflyio/openstandardagents/-/commit/6a21a943cbcfd80ed7cb81d3d1303528758053a1))
1124
+
1125
+ - Categorize v0.2.4-dev as prerelease instead of dev ([50bfae9](https://gitlab.com/blueflyio/openstandardagents/-/commit/50bfae99156163b237315689843141fd2f1025b0))
1126
+
1127
+ - Make wiki sync skip gracefully when no token available ([ba02a34](https://gitlab.com/blueflyio/openstandardagents/-/commit/ba02a341644e5640ccb8f51461e986f185d12045))
1128
+
1129
+ - Remove duplicate frontmatter from blog post ([5a05704](https://gitlab.com/blueflyio/openstandardagents/-/commit/5a05704cd478325caf8d7b15d9a72ae333e21e2f))
1130
+
1131
+ - Handle 401/403 wiki API errors gracefully ([4db9870](https://gitlab.com/blueflyio/openstandardagents/-/commit/4db98706f5d44b2094465c841bdf49d9005500f7))
1132
+
1133
+ - ESLint ES module compatibility ([92ab430](https://gitlab.com/blueflyio/openstandardagents/-/commit/92ab430fa9265564ddd43662d8fb1049dcf82885))
1134
+
1135
+ - Use alpine image for mirror:github job (permission denied on curlimages/curl) ([c19d2f3](https://gitlab.com/blueflyio/openstandardagents/-/commit/c19d2f36af34a267db567c8c7c4b59ef590efca2))
1136
+
1137
+ ### Miscellaneous
1138
+
1139
+ - Add shared utility libraries for build scripts ([b090f3a](https://gitlab.com/blueflyio/openstandardagents/-/commit/b090f3aa417d82bfb0209c3158b27dc9fabf9f81))
1140
+
1141
+ - Update validation and generation scripts to 0.2.5-RC ([c7c9181](https://gitlab.com/blueflyio/openstandardagents/-/commit/c7c9181833afda38f85e670fb5a44b1cd722b2be))
1142
+
1143
+ - Sync all version references to 0.2.5-RC ([d514f6c](https://gitlab.com/blueflyio/openstandardagents/-/commit/d514f6c01bb274840030629255d6dd6bef300472))
1144
+
1145
+ - Update CHANGELOG formatting and OpenAPI specs ([ca28e71](https://gitlab.com/blueflyio/openstandardagents/-/commit/ca28e71823d33c6dd7c87f75495a9f0a6925084a))
1146
+
1147
+ - Sync RELEASING.md to v0.2.5 ([4a8927b](https://gitlab.com/blueflyio/openstandardagents/-/commit/4a8927b1910f246a6db0007213147b70a8d13928))
1148
+
1149
+ - Bump to v0.2.6 - professional README, all refs synced ([5b22099](https://gitlab.com/blueflyio/openstandardagents/-/commit/5b22099b4c05271fa0d71c6764de8045988a44c6))
1150
+
1151
+ - Verify version sync - all references consistent ([ba3353f](https://gitlab.com/blueflyio/openstandardagents/-/commit/ba3353f0046964798d9226cdf3ea4d8f42cf0099))
1152
+
1153
+ - Verify version sync - all references consistent ([e2588d1](https://gitlab.com/blueflyio/openstandardagents/-/commit/e2588d1a66b7b6e0d3feb7cabe6262f3a5d1a8f8))
1154
+
1155
+ - Merge main into development - resolve conflicts ([28fff95](https://gitlab.com/blueflyio/openstandardagents/-/commit/28fff958dfaf1672acbf2191381d6f115a5e6399))
1156
+
1157
+ - Merge development to main ([e1d4fe5](https://gitlab.com/blueflyio/openstandardagents/-/commit/e1d4fe58b95419a71c87a0742825e1755d8bbba2))
1158
+
1159
+ - Merge development into main - resolve conflicts ([ce59ac2](https://gitlab.com/blueflyio/openstandardagents/-/commit/ce59ac23ec0cc142cf990dedd117089278a1d475))
1160
+
1161
+ - Merge development to main ([bfa0709](https://gitlab.com/blueflyio/openstandardagents/-/commit/bfa0709ed69c7aaec9f2475e6fe81cd7823427d0))
1162
+
1163
+ - Update to new GitLab location (blueflyio) and add CODEOWNERS ([93e136d](https://gitlab.com/blueflyio/openstandardagents/-/commit/93e136de864dffad7f02659dd285578b7a6af118))
1164
+
1165
+ - Remove unused website files and make GitLab scripts dynamic ([398101a](https://gitlab.com/blueflyio/openstandardagents/-/commit/398101a2cf2c8472883d801eab3237be9d632dde))
1166
+
1167
+ - Merge development into main ([7ec02ba](https://gitlab.com/blueflyio/openstandardagents/-/commit/7ec02ba778ab848c59ce6eb7b677e7955f5b010d))
1168
+ ## [0.2.4] - 2025-11-19
1169
+
1170
+ ### Added
1171
+
1172
+ - **aiflow**: Phase 4 - SLO/SLA, incident response, chaos engineering ([3fb78f1](https://gitlab.com/blueflyio/openstandardagents/-/commit/3fb78f15a25e9cf700e8e61bf68c088652afc066))
1173
+ - **aiflow**: Phase 3 - Production deployment, load testing, monitoring ([6066100](https://gitlab.com/blueflyio/openstandardagents/-/commit/60661001e698edf269c4b4d2a450dc36090c0935))
1174
+ - **aiflow**: Phase 3 - K8s deployment, load testing, CI/CD, monitoring ([f5b9f46](https://gitlab.com/blueflyio/openstandardagents/-/commit/f5b9f46ddea9fc90910a773093d620813a5945b1))
1175
+ - **aiflow**: Phase 2 - BuildKit registration, Phoenix tracing, integration tests ([ee7279d](https://gitlab.com/blueflyio/openstandardagents/-/commit/ee7279db63cee7afe4be2a2b044d87b40778f0f4))
1176
+ - **aiflow**: Complete Phases 2 & 3 - Production-ready AIFlow integration ([0f81e9d](https://gitlab.com/blueflyio/openstandardagents/-/commit/0f81e9d0c77586241caf94e593ad738481c0f68d))
1177
+ - **automation**: Add resource validation to prevent cluster exhaustion ([3910b66](https://gitlab.com/blueflyio/openstandardagents/-/commit/3910b662905661504e57969bc4d76b6c87282dbc))
1178
+ - **ci**: Add promote-to-main job and merge CI improvements ([072a6e2](https://gitlab.com/blueflyio/openstandardagents/-/commit/072a6e2b8420340031718dc4405aaf26e86b8416))
1179
+ - **ci**: Add manual promotion and release buttons ([fabec93](https://gitlab.com/blueflyio/openstandardagents/-/commit/fabec932730dab43b1c443c6c22780a4f5cf4968))
1180
+ - **ci**: Implement full semantic release workflow ([04e7383](https://gitlab.com/blueflyio/openstandardagents/-/commit/04e73830e9c4e8728d984a4942fe05bb0876a6e8))
1181
+ - **ci**: Add manual promotion and release buttons ([c57fb66](https://gitlab.com/blueflyio/openstandardagents/-/commit/c57fb66e3f258a0ae87c51db9d6f2c1d7d9cdff2))
1182
+ - **ci**: Add manual merge-to-main button after successful pipeline ([d3fb40c](https://gitlab.com/blueflyio/openstandardagents/-/commit/d3fb40c5d1aef7bda5cac15d0c2215cfc3f77a37))
1183
+ - **compliance**: Add OSSA reasoning compliance extension schema for chain-of-thought auditing ([9bb60ec](https://gitlab.com/blueflyio/openstandardagents/-/commit/9bb60ecc20b56df65f0e3d5e8562104386b773d7))
1184
+ - **compliance**: Add OSSA reasoning compliance extension schema for chain-of-thought auditing ([33a2a9f](https://gitlab.com/blueflyio/openstandardagents/-/commit/33a2a9fe72fc234863799b1e5afbcd3bad8e68ae))
1185
+ - **kagent**: Intelligent agent deployment + ecosystem tooling ([b602d25](https://gitlab.com/blueflyio/openstandardagents/-/commit/b602d25e9b200e01ff07be1fdf95a09da5938cb6))
1186
+ - **ossa**: Add OpenAI Agents SDK bridge extension ([8bc0e4a](https://gitlab.com/blueflyio/openstandardagents/-/commit/8bc0e4a0a66483006c09199a787ebe618f28d3f8))
1187
+ - **ossa**: Add OpenAI Agents SDK bridge extension ([3cf4c9f](https://gitlab.com/blueflyio/openstandardagents/-/commit/3cf4c9fd5ae6c042a96c5ec328d514bacd8936c9))
1188
+ - **release**: Prepare v0.2.3 production release ([5e03397](https://gitlab.com/blueflyio/openstandardagents/-/commit/5e033975421c5086c2873ed04dc9c9840135b93e))
1189
+ - **schema**: Add platform extensions for Cursor, Langflow, AutoGen, Vercel... ([6496cd5](https://gitlab.com/blueflyio/openstandardagents/-/commit/6496cd503b18d9d15fe152c8ea7450d828588507))
1190
+ - **spec**: Organize OSSA spec with clean v1.0 versioning ([08468e3](https://gitlab.com/blueflyio/openstandardagents/-/commit/08468e3831fa8dc8e83bc2bbfdae352ab3f33e10))
1191
+ - **wiki**: Add wiki repository to version control in .gitlab/wiki/ ([6957445](https://gitlab.com/blueflyio/openstandardagents/-/commit/6957445056f3564d9dd83e27a5a8645a70c99aed))
1192
+ - Rename package to @bluefly/openstandardagents (v0.2.4) ([a36825a](https://gitlab.com/blueflyio/openstandardagents/-/commit/a36825a0243e04598d0e022d16419ad7b7e627e6))
1193
+
1194
+ - Add ossa run command - MVP ([4b25ba4](https://gitlab.com/blueflyio/openstandardagents/-/commit/4b25ba48eb848fde8cbad52e2a66099e1b4d5419))
1195
+
1196
+ - Add v0.2.4-dev and v0.2.5-dev spec directories ([d808393](https://gitlab.com/blueflyio/openstandardagents/-/commit/d808393e1f49a74f5c47d29479b0f387640399ba))
1197
+
1198
+ - Add GitLab wiki sync and UI improvements ([b709233](https://gitlab.com/blueflyio/openstandardagents/-/commit/b709233e7e06f08f025e242600372f15661fe9b1))
1199
+
1200
+ - Enhance GitHub Actions and update repository URLs ([7719d44](https://gitlab.com/blueflyio/openstandardagents/-/commit/7719d44e9a4bd57526742126dbd0ac7669ec8478))
1201
+
1202
+ - Add Core Concepts page directly to website app ([a2acc97](https://gitlab.com/blueflyio/openstandardagents/-/commit/a2acc97225120fbabe51007dc59b1784e357e629))
1203
+
1204
+ - Enhance website with comprehensive blog and improved docs ([39f07e4](https://gitlab.com/blueflyio/openstandardagents/-/commit/39f07e40b63cfc82d06b815ab26548b8d28b7d58))
1205
+
1206
+ - Integrate GitLab wiki content into docs page ([4778123](https://gitlab.com/blueflyio/openstandardagents/-/commit/4778123b47ae118c3c264b340cfa65d875a1cb33))
1207
+
1208
+ - Add GitHub PR template with conventional commit guide ([3720786](https://gitlab.com/blueflyio/openstandardagents/-/commit/3720786c48844a1f766565064a502049a55ab704))
1209
+
1210
+ - Add URL tracking for Google Analytics ([1626a62](https://gitlab.com/blueflyio/openstandardagents/-/commit/1626a6287d32acf646311e12991dc22ea0e793d4))
1211
+
1212
+ - Comprehensive examples page enhancement and GitHub branding ([e88b64e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e88b64e0b1863ec86dc6b3565f48aa0a39ab1bbb))
1213
+
1214
+ - Comprehensive enhancements to schema and playground pages ([58f3857](https://gitlab.com/blueflyio/openstandardagents/-/commit/58f38575c7edf7b96fa7271403fc171c465142d9))
1215
+
1216
+ - Comprehensive schema page with visual diagrams and larger text ([3cdfffe](https://gitlab.com/blueflyio/openstandardagents/-/commit/3cdfffe74aa215cc5be590241180ae5fe56268d4))
1217
+
1218
+ - Establish OSSA brand identity with logo and colors ([457ebdf](https://gitlab.com/blueflyio/openstandardagents/-/commit/457ebdfa2945c7fbf5735d77258f2b4ab708a383))
1219
+
1220
+ - Add 'Why OSSA?' section explaining agent fragmentation problem ([fc02f8c](https://gitlab.com/blueflyio/openstandardagents/-/commit/fc02f8c298bbc60ab33913b0e2514d635480c819))
1221
+
1222
+ - Comprehensive OSSA website build-out with architecture diagrams and docs ([2f984c4](https://gitlab.com/blueflyio/openstandardagents/-/commit/2f984c472d82d83a8266d37972513ecb75e5f903))
1223
+
1224
+ - Implement semantic-release automation like OpenAPI ([76fba51](https://gitlab.com/blueflyio/openstandardagents/-/commit/76fba511eab4758f7f00e72b4a87aefb55453065))
1225
+
1226
+ - Add GitHub Actions workflows and update naming to AI ([3480e59](https://gitlab.com/blueflyio/openstandardagents/-/commit/3480e5929caf8e767e8d144cee927de076b34bd0))
1227
+
1228
+ - Prepare OSSA website for GitLab Pages deployment ([94a8712](https://gitlab.com/blueflyio/openstandardagents/-/commit/94a8712226c6d1883df879bc409309f556775ba7))
1229
+
1230
+ - Integrate Claude Code swarm orchestration ([05f2235](https://gitlab.com/blueflyio/openstandardagents/-/commit/05f223556704b636af734a88f26f1cacb598d377))
1231
+
1232
+ - Add OpenAPI/Swagger specification extensions for AI agents ([6f04ed9](https://gitlab.com/blueflyio/openstandardagents/-/commit/6f04ed9e03d741c28b8e7ce5e1670fb9553170d3))
1233
+
1234
+ - Integrate v1.0 to v0.2.2 migration into OSSA CLI ([4b3805c](https://gitlab.com/blueflyio/openstandardagents/-/commit/4b3805c29733ab8b8aaf3938c6aec320bd7ae8d2))
1235
+
1236
+ - Complete OSSA v0.2.2 agent migration with framework integration ([a35e488](https://gitlab.com/blueflyio/openstandardagents/-/commit/a35e4888557c0de4270ccae14b26f1fb80663c39))
1237
+
1238
+ - Add semantic-release for automated versioning ([18e00ec](https://gitlab.com/blueflyio/openstandardagents/-/commit/18e00ec463ed10ed8441feb898e214977b46cbff))
1239
+
1240
+ - Ecosystem branding - OSSA positioning and tagline ([b51d2a8](https://gitlab.com/blueflyio/openstandardagents/-/commit/b51d2a83c74430bcd5815b30fb0ae14b21a8fe35))
1241
+
1242
+ - Migrate to openstandardagents.org domain ([7cfdb20](https://gitlab.com/blueflyio/openstandardagents/-/commit/7cfdb20f98a743fefcb332361b8621196fbc3ba2))
1243
+
1244
+ - Improve OSSA branding and positioning - The OpenAPI for AI Agents ([5da09c8](https://gitlab.com/blueflyio/openstandardagents/-/commit/5da09c8c85854a932db9bb63b6a37bf2003c3ff4))
1245
+
1246
+ - Add Cursor IDE environment.json configuration ([362f217](https://gitlab.com/blueflyio/openstandardagents/-/commit/362f217223738162a8df94b04aad57d67cd1bb14))
1247
+
1248
+ - Complete Phase 1 fixes - migrate command, examples, and framework extensions ([06c2d12](https://gitlab.com/blueflyio/openstandardagents/-/commit/06c2d12c3e5348fdff3ec197d3fc57a45ab719bc))
1249
+
1250
+ - Complete GitLab wiki, milestones, and issues alignment ([1a8fa32](https://gitlab.com/blueflyio/openstandardagents/-/commit/1a8fa32cacb273c4b5a07e89c2ac69fdfa9062cc))
1251
+
1252
+ - Add OpenAPI/Swagger specification extensions for AI agents ([bfe5025](https://gitlab.com/blueflyio/openstandardagents/-/commit/bfe5025a83d06449648cd3e92588568bc42217c8))
1253
+
1254
+ - Integrate v1.0 to v0.2.2 migration into OSSA CLI ([349c4dd](https://gitlab.com/blueflyio/openstandardagents/-/commit/349c4ddda10066a628447fff6a62edc09615e3be))
1255
+
1256
+ - Complete OSSA v0.2.2 agent migration with framework integration ([b0ab662](https://gitlab.com/blueflyio/openstandardagents/-/commit/b0ab662f31faafed8de01e2ffb4a5a8c948eb634))
1257
+
1258
+ - Add semantic-release for automated versioning ([589d530](https://gitlab.com/blueflyio/openstandardagents/-/commit/589d5304c8e1b5a59d3ba0b15a809a961acc4e7e))
1259
+
1260
+ - Update k6 load testing scenarios ([e0bfc15](https://gitlab.com/blueflyio/openstandardagents/-/commit/e0bfc1550962e8357fd446f23babdec7ff7634ef))
1261
+
1262
+ - Complete OSSA v1.0 TypeScript implementation with Drupal integration ([be27188](https://gitlab.com/blueflyio/openstandardagents/-/commit/be271880728e4dc6f164b4c85af432daf3d66858))
1263
+
1264
+ - OSSA v0.1.9 with kAgent extension support ([1d4c0b5](https://gitlab.com/blueflyio/openstandardagents/-/commit/1d4c0b50cdcb5d4bf2fcc3f648968688f3139517))
1265
+
1266
+ - Complete platform integration - OpenAPI + Helm for all projects ([d7140aa](https://gitlab.com/blueflyio/openstandardagents/-/commit/d7140aac1e780d6094ef5aa20cf31c9adf3072d6))
1267
+
1268
+ - Intelligent agent deployment with resource optimization ([e9fba1e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e9fba1eedab9dcc6c5e0674a192bdf5315152984))
1269
+
1270
+ - Mass cleanup and standardization - ZERO ERRORS ([79cb19d](https://gitlab.com/blueflyio/openstandardagents/-/commit/79cb19d1e8b7b0454a25abf9a8e18d765aae5fd8))
1271
+
1272
+ - Add ecosystem tasks orchestrator agent ([276b868](https://gitlab.com/blueflyio/openstandardagents/-/commit/276b868722d46ed1198f3a7ffc1f37e815d82d3b))
1273
+
1274
+ - Complete OSSA ecosystem automation suite ([cbef539](https://gitlab.com/blueflyio/openstandardagents/-/commit/cbef539551430f7710cf689f50ea0aad4c8d3bb2))
1275
+
1276
+ - Add CryptoSage AIFlow social agent example ([9c03a6b](https://gitlab.com/blueflyio/openstandardagents/-/commit/9c03a6b94f0741a56e1aaaefebd71d387f428235))
1277
+
1278
+ - Add kagent.dev and AIFlow-Agent bridge support to OSSA 1.0 ([c83f462](https://gitlab.com/blueflyio/openstandardagents/-/commit/c83f46270cf7264dbe6b7a3936373a6568f6015e))
1279
+
1280
+ - Mass cleanup and standardization - ZERO ERRORS ([cd6f1cc](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd6f1cc5278c74bde5b1ad63e71d8665e0bb26a4))
1281
+
1282
+ - Enhanced OSSA CLI with audit, inspect, and schema commands ([ca21cc2](https://gitlab.com/blueflyio/openstandardagents/-/commit/ca21cc271161f592dd39a9e4bd7d7f3fd97a0004))
1283
+
1284
+ - Add ecosystem tasks orchestrator agent ([b9ac082](https://gitlab.com/blueflyio/openstandardagents/-/commit/b9ac082f2746107de11ebddba26fcc0e5c065ea0))
1285
+
1286
+ - Complete OSSA ecosystem automation suite ([abc485f](https://gitlab.com/blueflyio/openstandardagents/-/commit/abc485fc00344a3fe405739b734d8807cdf9adc2))
1287
+
1288
+ - Add CryptoSage AIFlow social agent example ([36a1a21](https://gitlab.com/blueflyio/openstandardagents/-/commit/36a1a219d546bf29185c4df7218a844e5891a70c))
1289
+
1290
+ - Add kagent.dev and AIFlow-Agent bridge support to OSSA 1.0 ([2a98c1e](https://gitlab.com/blueflyio/openstandardagents/-/commit/2a98c1ebd09eb7d34992dee44074073f070f89bf))
1291
+
1292
+ - Mass cleanup and standardization - ZERO ERRORS ([3452f4f](https://gitlab.com/blueflyio/openstandardagents/-/commit/3452f4f3c2b0a9d9ac72ac2c6917a4bda5ac050c))
1293
+
1294
+ - OSSA v1.0.0 - Enterprise-ready specification standard ([a62de85](https://gitlab.com/blueflyio/openstandardagents/-/commit/a62de850ae034f6629d165f1c21f847cab462752))
1295
+
1296
+ - Production Architecture Cleanup - Shell/Makefile Elimination + OpenAPI Standardization ([d7b3a50](https://gitlab.com/blueflyio/openstandardagents/-/commit/d7b3a5096b53164c7c9545d1bfb39af293007442))
1297
+
1298
+ - Implement GitLab CI/CD recovery + bulk git operations ([bbb6bfb](https://gitlab.com/blueflyio/openstandardagents/-/commit/bbb6bfbbee93e5a26ff0e263b9906bf93d163123))
1299
+
1300
+ - Separate OSSA standard from implementation ([be33d23](https://gitlab.com/blueflyio/openstandardagents/-/commit/be33d232adf62ad4aceaf54f67eb59fd53298c4b))
1301
+
1302
+ - Create comprehensive agent ecosystem via OSSA CLI ([6c3011d](https://gitlab.com/blueflyio/openstandardagents/-/commit/6c3011dcc46346ce44c0aac85268276489cc335d))
1303
+
1304
+ - Consolidate OSSA ecosystem for v0.2.0 release ([7b7261a](https://gitlab.com/blueflyio/openstandardagents/-/commit/7b7261a4c781e4e27b2abfadb577b23a628508a6))
1305
+
1306
+ - Add agent structure gap analysis to OSSA roadmap ([4a0b2db](https://gitlab.com/blueflyio/openstandardagents/-/commit/4a0b2dbaa831be1b0da069dd9ee71ed85bcb7479))
1307
+
1308
+ - Integrate GitLab components - OSSA ([0c6e335](https://gitlab.com/blueflyio/openstandardagents/-/commit/0c6e335db2fe8f67c45ae8fc24c93634e2317b1a))
1309
+
1310
+ - Add OSSA v0.1.9 standard specifications ([161a714](https://gitlab.com/blueflyio/openstandardagents/-/commit/161a714d865b078c2b54c006df28924933d4d90b))
1311
+
1312
+ - Add batch standardization script for LLM projects ([15f999a](https://gitlab.com/blueflyio/openstandardagents/-/commit/15f999aa27f9d1bfdfa16921d682f2c5ecbc06c6))
1313
+
1314
+ - Add comprehensive standardize command to OSSA CLI ([8950ed8](https://gitlab.com/blueflyio/openstandardagents/-/commit/8950ed8bb80d4e2eb4f546a9d9fd1684c328cd7f))
1315
+
1316
+ - Implement Redis Event Bus for OSSA v0.1.9 Q1 2025 milestone ([970e971](https://gitlab.com/blueflyio/openstandardagents/-/commit/970e97169001ad23743f1035e8d5eae78d3bf41d))
1317
+
1318
+ - Implement service registry with integration milestones ([9da8cc7](https://gitlab.com/blueflyio/openstandardagents/-/commit/9da8cc7165ba606fcba976025c03d11a9e5ed6f5))
1319
+
1320
+ - Consolidate valuable work from backup branches ([96b3143](https://gitlab.com/blueflyio/openstandardagents/-/commit/96b3143d0cc88c2888f6b055d8bfafd118377aa7))
1321
+
1322
+ - Implement full OSSA v0.1.9 compliance ([8a7ad30](https://gitlab.com/blueflyio/openstandardagents/-/commit/8a7ad3024c6019b365be776ec3627fb7f82c2cfc))
1323
+
1324
+ - Configure fast-forward merge strategy with merge train support ([dfc36a5](https://gitlab.com/blueflyio/openstandardagents/-/commit/dfc36a5fcfc86e6613680e1b2ff0d5492d5e7378))
1325
+
1326
+ - Update OSSA roadmap for v0.2.0 development ([8901efd](https://gitlab.com/blueflyio/openstandardagents/-/commit/8901efd1a29b7fe7d3bde044064a8452af1082f3))
1327
+
1328
+ - Add OSSA v0.1.9 extended specifications ([1c96be7](https://gitlab.com/blueflyio/openstandardagents/-/commit/1c96be74fea27d575307d89044a7cac63521be5e))
1329
+
1330
+ - Implement comprehensive GitLab CI/CD and Kubernetes deployment ([f7439f4](https://gitlab.com/blueflyio/openstandardagents/-/commit/f7439f46d8b8c06d0e39bd147fae3e414666cc6a))
1331
+
1332
+ - Implement OSSA-BuildKit roadmap integration bridge ([1a8583c](https://gitlab.com/blueflyio/openstandardagents/-/commit/1a8583c56d82e8afd692a8dde08f6d393085e45c))
1333
+
1334
+ - Separate OSSA standard from implementation ([36f5750](https://gitlab.com/blueflyio/openstandardagents/-/commit/36f57506072f10f54e3ae78ab5efb50aa0f3b3da))
1335
+
1336
+ - Add OSSA audit CLI command with OpenAPI-first architecture ([ad5636c](https://gitlab.com/blueflyio/openstandardagents/-/commit/ad5636cd6c97d39d388ebcb78564f306f12cec64))
1337
+
1338
+ - Add OSSA management API and migration scripts ([d4974ce](https://gitlab.com/blueflyio/openstandardagents/-/commit/d4974ce4c9daad7cad18a153463794768d5711b2))
1339
+
1340
+ - Implement OSSA taxonomy tools and documentation ([dbaf937](https://gitlab.com/blueflyio/openstandardagents/-/commit/dbaf9373190d6f5a16aa189efb1b535791c81c6a))
1341
+
1342
+ - Create multiple environment tags in CI ([a08a601](https://gitlab.com/blueflyio/openstandardagents/-/commit/a08a6016c410802c495c5abacc04bcfe5b7cbd31))
1343
+
1344
+ - Enable automatic tagging for feature branches in CI ([9d8f60c](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d8f60cb536b16fd3c53d28a778eb4e543d1949f))
1345
+
1346
+ ### CI/CD
1347
+
1348
+ - Use standard GitLab CI without custom components ([590fdf7](https://gitlab.com/blueflyio/openstandardagents/-/commit/590fdf7997c822a8c9c69a2f68b70d8817cbf2c1))
1349
+
1350
+ - Test tag creation with GITLAB_TOKEN ([47162f6](https://gitlab.com/blueflyio/openstandardagents/-/commit/47162f6c225e93d3e7c969d695ed300f1e9f0703))
1351
+
1352
+ ### Changed
1353
+
1354
+ - **aiflow**: Add integration tests for Phase 2 ([7a87c3e](https://gitlab.com/blueflyio/openstandardagents/-/commit/7a87c3e8e72bffada210261b33e8355c5a66195f))
1355
+ - Clean up project structure ([5c8c49c](https://gitlab.com/blueflyio/openstandardagents/-/commit/5c8c49ce5507da436819d619408fd6908c842cb6))
1356
+
1357
+ - Consolidate spec folders - remove duplication ([cd13ece](https://gitlab.com/blueflyio/openstandardagents/-/commit/cd13ece11e0678741c8295c6202d724ee464cf3f))
1358
+
1359
+ - Fix formatting in validate-resources.ts ([40814e5](https://gitlab.com/blueflyio/openstandardagents/-/commit/40814e5a561cb0524def757d527d0404b201a6d9))
1360
+
1361
+ - Remove directory standardization from OSSA ([998832c](https://gitlab.com/blueflyio/openstandardagents/-/commit/998832c02947200ccb9b839d8740ba2552373c3d))
1362
+
1363
+ - Reorganize infrastructure directories ([301588c](https://gitlab.com/blueflyio/openstandardagents/-/commit/301588c10fb7039008c5d2ab0b0855ef9fad39b9))
1364
+
1365
+ - Simplify CI pipeline for specification project ([d22ca00](https://gitlab.com/blueflyio/openstandardagents/-/commit/d22ca003c6c4da058f342d6157a4d30c305edc18))
1366
+
1367
+ - Convert scripts to API endpoints and cleanup ([60df4a4](https://gitlab.com/blueflyio/openstandardagents/-/commit/60df4a44cc40a99f3f3851108934394a80d1c0d4))
1368
+
1369
+ - Verify CI can create tags ([915a093](https://gitlab.com/blueflyio/openstandardagents/-/commit/915a0936e6150d2e354dc4e8d58da4835aa11e17))
1370
+
1371
+ ### Documentation
1372
+
1373
+ - **examples**: Annotate 10 priority examples with comprehensive inline documentation ([235a9d3](https://gitlab.com/blueflyio/openstandardagents/-/commit/235a9d3f1a6808dbd086b1b8df73757584e7c298))
1374
+ - **readme**: Update links and version for v0.2.3 ([fdeeea7](https://gitlab.com/blueflyio/openstandardagents/-/commit/fdeeea76aada6ffb8fd9d434f80c8346ba108778))
1375
+ - **spec**: Update specification docs to OSSA 1.0.0 standard ([3d03031](https://gitlab.com/blueflyio/openstandardagents/-/commit/3d03031fa4b34d03a5472903d6e039a92f187071))
1376
+ - **wiki**: Update wiki submodule with 6 migration guides ([2066dbb](https://gitlab.com/blueflyio/openstandardagents/-/commit/2066dbb0caf7f0e704ab2f8e2d912333a2b6771e))
1377
+ - Update all documentation to use v0.2.x instead of hardcoded versions ([e1bc769](https://gitlab.com/blueflyio/openstandardagents/-/commit/e1bc769d39f498d31c0d40574c279c8b2d552aed))
1378
+
1379
+ - Update README branding to 'Scalable AI Agents' ([91fdb10](https://gitlab.com/blueflyio/openstandardagents/-/commit/91fdb10a0127878e062ff17d2b819801df0ad0ab))
1380
+
1381
+ - Feature Core Concepts prominently on docs homepage ([6c4930b](https://gitlab.com/blueflyio/openstandardagents/-/commit/6c4930b4d400bbaed81c23eab7e9f43bac8be237))
1382
+
1383
+ - Add comprehensive Contributing guide and OSSA Compliant badge ([317d6be](https://gitlab.com/blueflyio/openstandardagents/-/commit/317d6be308cdb5ef6e30f7103fa6f19cd83ded44))
1384
+
1385
+ - Add final migration completion report ([97fa174](https://gitlab.com/blueflyio/openstandardagents/-/commit/97fa174545dfcf3d5af6c67d85d84cc42652254e))
1386
+
1387
+ - Fix all URLs and add author bio ([cf20fe8](https://gitlab.com/blueflyio/openstandardagents/-/commit/cf20fe85301427cf3d436d01d952a970b5d0e030))
1388
+
1389
+ - Point README to Wiki; add static HTML docs page ([6f246c7](https://gitlab.com/blueflyio/openstandardagents/-/commit/6f246c77c73929c7cee4d76ed723bcc8e71804d5))
1390
+
1391
+ - Add final migration completion report ([11cc339](https://gitlab.com/blueflyio/openstandardagents/-/commit/11cc3398b8678659553b52e791c87a0a08f76820))
1392
+
1393
+ - Fix all URLs and add author bio ([c8d6a14](https://gitlab.com/blueflyio/openstandardagents/-/commit/c8d6a14c6fac0051d06efd715d390771ff8504ed))
1394
+
1395
+ - Add complete transformation summary ([c90ebb7](https://gitlab.com/blueflyio/openstandardagents/-/commit/c90ebb7a951183d5155854262b98f2dd03f2b969))
1396
+
1397
+ - Rewrite README to reflect actual OSSA reality ([3c4f4ed](https://gitlab.com/blueflyio/openstandardagents/-/commit/3c4f4edf315ea5355546a4a8944c39d4becfe040))
1398
+
1399
+ - Remove all emojis and clean up duplicate configs ([7e00e0f](https://gitlab.com/blueflyio/openstandardagents/-/commit/7e00e0fcb7eb920292ee3de3f9cd5dffa4ebbe7d))
1400
+
1401
+ - Add standardization process and compliance template ([dbfd74a](https://gitlab.com/blueflyio/openstandardagents/-/commit/dbfd74ac402ede99fb43096fa34e2dc9b78d803f))
1402
+
1403
+ - Update README to reflect OSSA as pure specification standard ([9d37601](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d3760153ddbdaa4d11980d9ec88fe53d964ccff))
1404
+
1405
+ - Add architecture clarification from audit to ROADMAP.md ([38885e0](https://gitlab.com/blueflyio/openstandardagents/-/commit/38885e08545bc6cb6237b7e7f3b2252d94401fdd))
1406
+
1407
+ ### Fixed
1408
+
1409
+ - **aiflow**: URGENT - Reduce CPU requests from 500m to 50m ([846c8fd](https://gitlab.com/blueflyio/openstandardagents/-/commit/846c8fda3861120d6324ce957bf33b03fa484826))
1410
+ - **ci**: Use PRIVATE-TOKEN with CI_JOB_TOKEN for MR API; reuse existing MR if present ([e4b9abd](https://gitlab.com/blueflyio/openstandardagents/-/commit/e4b9abde0173dd124cc962d49568b964f4d59ec7))
1411
+ - **ci**: Make promote-to-main fast-forward-only; auto-create MR on conflicts via API ([f633a37](https://gitlab.com/blueflyio/openstandardagents/-/commit/f633a3728baefdaa1e5aa31c367c8541b46a5ccf))
1412
+ - **ci**: Promote-to-main handles shallow clones and unrelated histories; add auth remote ([bf4d5c9](https://gitlab.com/blueflyio/openstandardagents/-/commit/bf4d5c9d1d9716b64f634dc08a51c8ba2b9dbb5f))
1413
+ - **ci**: Remove invalid need on promote-to-main (cannot need later-stage job) ([e2f37a7](https://gitlab.com/blueflyio/openstandardagents/-/commit/e2f37a77b6f1814204e7636f4b12aa5f1f81af68))
1414
+ - **ci**: Make promote-to-main script a single multiline string to satisfy YAML parsing ([08d3b7d](https://gitlab.com/blueflyio/openstandardagents/-/commit/08d3b7d9fa9c8eb3de84300475bf1eb27874525c))
1415
+ - **ci**: Remove stray text and update development branch git config ([f80fce3](https://gitlab.com/blueflyio/openstandardagents/-/commit/f80fce318515429f65d01d902d21f845f593380f))
1416
+ - **ci**: Update Node.js version to 22 for semantic-release compatibility ([f8c7145](https://gitlab.com/blueflyio/openstandardagents/-/commit/f8c71457f7a932af8541726425e8de539894598f))
1417
+ - **ci**: Remove invalid global section from GitLab CI config ([1fcadbc](https://gitlab.com/blueflyio/openstandardagents/-/commit/1fcadbc97b1dbbc84854e056d03045175e9a3f38))
1418
+ - **ci**: Switch to permissive mode - allow all merges ([b0ce631](https://gitlab.com/blueflyio/openstandardagents/-/commit/b0ce631f215d736100987901728550fe45548391))
1419
+ - **ci**: Use golden workflow@main instead of v0.2.3 ([7c968b3](https://gitlab.com/blueflyio/openstandardagents/-/commit/7c968b3f4643810d8d5f007e431e9356520c0a7d))
1420
+ - **ci**: Improve CI config with better error handling ([decd712](https://gitlab.com/blueflyio/openstandardagents/-/commit/decd7127487e0fdeae478893dd6a5f4436d34f70))
1421
+ - **ci**: Use basic working CI config to get pipelines passing ([c959506](https://gitlab.com/blueflyio/openstandardagents/-/commit/c95950689115bca00803b8d4f96015ee0645e00a))
1422
+ - **ci**: Correct component path to include templates/ prefix ([1aa0c38](https://gitlab.com/blueflyio/openstandardagents/-/commit/1aa0c385f2bf4f4c4381ec6eaf98c2718730c0fc))
1423
+ - **ci**: Use default coverage reporters from jest.config ([e6daef3](https://gitlab.com/blueflyio/openstandardagents/-/commit/e6daef337201de253c67a0f7b36da7ff3d0dab74))
1424
+ - **ci**: Replace missing component with working CI pipeline ([d2151a8](https://gitlab.com/blueflyio/openstandardagents/-/commit/d2151a8526593dbd296a3631e0389df3f010bd66))
1425
+ - **ci**: Replace missing component with working CI pipeline ([976c260](https://gitlab.com/blueflyio/openstandardagents/-/commit/976c26056790b3749a0ad0b2b014f1aa02ca4bc0))
1426
+ - **ci**: Lower coverage thresholds to fix CI pipeline failures ([1ac8f27](https://gitlab.com/blueflyio/openstandardagents/-/commit/1ac8f275296f57e2897456718620983aae87740c))
1427
+ - **ci**: Lower coverage thresholds to match current coverage ([dfa00c4](https://gitlab.com/blueflyio/openstandardagents/-/commit/dfa00c4d3d53f8e016a0e3ae5bfede19ed6ee952))
1428
+ - **ci**: Use PRIVATE-TOKEN with CI_JOB_TOKEN for MR API; reuse existing MR if present ([afd8c25](https://gitlab.com/blueflyio/openstandardagents/-/commit/afd8c258b635c519bd0698adb8972e1c09e6efe4))
1429
+ - **ci**: Make promote-to-main fast-forward-only; auto-create MR on conflicts via API ([a414db0](https://gitlab.com/blueflyio/openstandardagents/-/commit/a414db0d5fda70d499ef9e55162f499a39d029a8))
1430
+ - **ci**: Promote-to-main handles shallow clones and unrelated histories; add auth remote ([7a66d60](https://gitlab.com/blueflyio/openstandardagents/-/commit/7a66d60142541505d0a65d0d5413adc34c24a235))
1431
+ - **ci**: Remove invalid need on promote-to-main (cannot need later-stage job) ([211dbf7](https://gitlab.com/blueflyio/openstandardagents/-/commit/211dbf7cd38e3ffc4dac3ced00cf320754f815f1))
1432
+ - **ci**: Make promote-to-main script a single multiline string to satisfy YAML parsing ([c1563ea](https://gitlab.com/blueflyio/openstandardagents/-/commit/c1563eae6a90365db699f5e3c63e9268ec79e1dd))
1433
+ - **ci**: Remove stray text and update development branch git config ([eb895b5](https://gitlab.com/blueflyio/openstandardagents/-/commit/eb895b580ab27cf84bc005340eeff43ce6c2bb6c))
1434
+ - **ci**: Update Node.js version to 22 for semantic-release compatibility ([eef4b89](https://gitlab.com/blueflyio/openstandardagents/-/commit/eef4b89de9e4ef4cf3361a9e95d30ee81e706e78))
1435
+ - **ci**: Remove colon from commit message to fix YAML parsing ([260270a](https://gitlab.com/blueflyio/openstandardagents/-/commit/260270a24ce59752aef963a293b62b26e2c996c0))
1436
+ - **ci**: Rename job to avoid YAML colon parsing issue ([f641574](https://gitlab.com/blueflyio/openstandardagents/-/commit/f6415745b4423636d332915e9061e948142a3959))
1437
+ - **ci**: Add multi-agent component integration ([82dbd73](https://gitlab.com/blueflyio/openstandardagents/-/commit/82dbd73aaaff2e525b6c3dcb4c620314b782be9b))
1438
+ - **tests**: Apply v0.2.3 test fixes from development ([3b9ac52](https://gitlab.com/blueflyio/openstandardagents/-/commit/3b9ac522a6e78d57527d74ff03f46bc3a43e7b85))
1439
+ - **tests**: Update all test manifests to v0.2.3 Kubernetes-style format ([4dfe886](https://gitlab.com/blueflyio/openstandardagents/-/commit/4dfe88693ae0fc044c56c6e8a2669c63ed43c265))
1440
+ - Comprehensive audit fixes - broken links, fake content, inconsistencies ([c4e2e0a](https://gitlab.com/blueflyio/openstandardagents/-/commit/c4e2e0a768aa83fa4c93d9727e77a2b948c8fbcc))
1441
+
1442
+ - Correct npm package links to @bluefly/open-standards-scalable-agents ([43c10d7](https://gitlab.com/blueflyio/openstandardagents/-/commit/43c10d7b86b5434b583e4542b1460f5f89d92b58))
1443
+
1444
+ - Correct npm registry auth token format in CI ([7be4e28](https://gitlab.com/blueflyio/openstandardagents/-/commit/7be4e2842e3c538013890afa0a758eda9735bb1f))
1445
+
1446
+ - Standardize github org names and canonical domain ([16b5a0f](https://gitlab.com/blueflyio/openstandardagents/-/commit/16b5a0fb5e090f1f4c7ef28b475b7e8d0ed619c7))
1447
+
1448
+ - Replace all gitlab.bluefly.io links with github.com across docs ([b7e30e7](https://gitlab.com/blueflyio/openstandardagents/-/commit/b7e30e76452a16a6cc630da84dc01d8a8129bf1a))
1449
+
1450
+ - Replace broken gitlab.bluefly.io links with github.com ([995d396](https://gitlab.com/blueflyio/openstandardagents/-/commit/995d396489aef490324b08321581e97085468100))
1451
+
1452
+ - Make wiki sync skip gracefully when no token ([79a8dbb](https://gitlab.com/blueflyio/openstandardagents/-/commit/79a8dbb689dba5d2612f3ae9a93dcb36c591a6fe))
1453
+
1454
+ - Website improvements and CI fix ([c416841](https://gitlab.com/blueflyio/openstandardagents/-/commit/c41684150cd25e34a8f07beddb4224c96588cfa1))
1455
+
1456
+ - Clean up apiVersion examples in schema ([1997f59](https://gitlab.com/blueflyio/openstandardagents/-/commit/1997f59882d4b3925a0dc1efbd99aceec53803f9))
1457
+
1458
+ - ESLint ES module compatibility ([3df3e86](https://gitlab.com/blueflyio/openstandardagents/-/commit/3df3e86c2bea0c45f54ad3c41bdb81c13e72ea33))
1459
+
1460
+ - Use GITLAB_PUSH_TOKEN for promote-to-main job ([76d7605](https://gitlab.com/blueflyio/openstandardagents/-/commit/76d76050f11e4f5d91781e6348b7e6fabfc75497))
1461
+
1462
+ - Add OSSA schema to public directory for schema page ([1fd75e9](https://gitlab.com/blueflyio/openstandardagents/-/commit/1fd75e95b79bacd4ef1e3c4fd8016ebdabc315ae))
1463
+
1464
+ - Add ESLint configuration for TypeScript ([308c75d](https://gitlab.com/blueflyio/openstandardagents/-/commit/308c75d2c6e9dc67c229a85718a88f7e5d62ef03))
1465
+
1466
+ - Add Suspense boundary for ExamplesViewer ([40796b1](https://gitlab.com/blueflyio/openstandardagents/-/commit/40796b191d52058f99ab23e690d3a7f6dca38c2e))
1467
+
1468
+ - Deploy clean docs design and disabled CI jobs to production ([4dcfe94](https://gitlab.com/blueflyio/openstandardagents/-/commit/4dcfe94a60bae21141441738f24d0629d39b3cb4))
1469
+
1470
+ - Disable force-static in dev mode to fix 404s ([3f37434](https://gitlab.com/blueflyio/openstandardagents/-/commit/3f374341e041f210bbd5c5cdf46604538e7c5d16))
1471
+
1472
+ - GenerateStaticParams returns empty array for root docs page ([089bed0](https://gitlab.com/blueflyio/openstandardagents/-/commit/089bed076b3bcf57f04bf1377b95adc6214b55e3))
1473
+
1474
+ - Clean professional design for /docs homepage ([7e57518](https://gitlab.com/blueflyio/openstandardagents/-/commit/7e575184f0436ebb0ba368811d1f73a662e90c25))
1475
+
1476
+ - Update hello-world example to v0.2.x ([d3a6f9d](https://gitlab.com/blueflyio/openstandardagents/-/commit/d3a6f9dfae90bfa0989ce86b02bd3b1d29d4a08a))
1477
+
1478
+ - Make version references generic (v0.2.x) ([54f652c](https://gitlab.com/blueflyio/openstandardagents/-/commit/54f652c21deebd8998a34b69b0368af1e3870972))
1479
+
1480
+ - Make schema page responsive and reorder sections ([895e3e1](https://gitlab.com/blueflyio/openstandardagents/-/commit/895e3e10167d56a4ff80c8450fc2776250a8d2e3))
1481
+
1482
+ - Update branding and fix broken installation guide link ([7628f54](https://gitlab.com/blueflyio/openstandardagents/-/commit/7628f5418efe1eb2936dcc094126f66d16251462))
1483
+
1484
+ - Correct all internal links and add compact install component ([4ccee8e](https://gitlab.com/blueflyio/openstandardagents/-/commit/4ccee8e7294c69350927332a445d1b3c20a6b5c7))
1485
+
1486
+ - Update release-all-platforms to work with CI_JOB_TOKEN ([bb5adb8](https://gitlab.com/blueflyio/openstandardagents/-/commit/bb5adb8a65e3883cf17783c0a35bad03794dfa9c))
1487
+
1488
+ - Repair generateStaticParams for static export ([5a96ac1](https://gitlab.com/blueflyio/openstandardagents/-/commit/5a96ac1bd481c0b49114897430df4aebd0443461))
1489
+
1490
+ - Remove poorly styled category grid from examples page ([88d001b](https://gitlab.com/blueflyio/openstandardagents/-/commit/88d001bcdbb9c2e370c9d93aefdea7b359da10ad))
1491
+
1492
+ - Support Docker volume mount for examples directory ([0d83bfa](https://gitlab.com/blueflyio/openstandardagents/-/commit/0d83bfa8b6d19482d08499a28ad87202c72b3126))
1493
+
1494
+ - Add missing Fragment closing tag in playground page ([2e5439e](https://gitlab.com/blueflyio/openstandardagents/-/commit/2e5439e87ee0834653f413be3d355212b352f6ed))
1495
+
1496
+ - Correct main repository display text to GitHub ([60d7dc6](https://gitlab.com/blueflyio/openstandardagents/-/commit/60d7dc6be685744287c1845e356d66eddce40598))
1497
+
1498
+ - Remove blog routes to resolve Next.js static export issue ([4c807b8](https://gitlab.com/blueflyio/openstandardagents/-/commit/4c807b83958f13dca2079ca398d7b1309973a8ae))
1499
+
1500
+ - Add static export config for Next.js 15 ([2bbecf8](https://gitlab.com/blueflyio/openstandardagents/-/commit/2bbecf8aaad1c2933f4804c61f2ea94f7c3d9dbf))
1501
+
1502
+ - Add ajv dependency and fix react-markdown v9 compatibility ([10a1dc7](https://gitlab.com/blueflyio/openstandardagents/-/commit/10a1dc7167da9cf1850a6e58ed2f614c6ae1f62d))
1503
+
1504
+ - Update to Next.js 15 async params and fix ESLint errors ([589bbbf](https://gitlab.com/blueflyio/openstandardagents/-/commit/589bbbfac1d0d2c875c59c56f2f5a4b1ebd8a045))
1505
+
1506
+ - Add final missing dependencies (ajv-formats, yaml) ([b2d6826](https://gitlab.com/blueflyio/openstandardagents/-/commit/b2d682673680a7e6a5d68becef82e20f557c017d))
1507
+
1508
+ - Add missing website dependencies and downgrade to Tailwind v3 ([4551813](https://gitlab.com/blueflyio/openstandardagents/-/commit/45518139c2985da08102ca89e2aec17cd939df2c))
1509
+
1510
+ - Sync @types/react version with react 18.3.1 ([8d1245f](https://gitlab.com/blueflyio/openstandardagents/-/commit/8d1245f0627017721cd8855f70c02a0cd1670b0e))
1511
+
1512
+ - Pages job should run even if release stages fail ([44c7f22](https://gitlab.com/blueflyio/openstandardagents/-/commit/44c7f22f578daaeab886404b74d403544b75cac4))
1513
+
1514
+ - Pages job stage should be .post not deploy ([ff35d54](https://gitlab.com/blueflyio/openstandardagents/-/commit/ff35d540902a1043802764e382af7f1a07cd9268))
1515
+
1516
+ - Remove all emojis from public-facing documentation ([65ff471](https://gitlab.com/blueflyio/openstandardagents/-/commit/65ff471ecd5bbd61a85520035bfc15b09b99e459))
1517
+
1518
+ - Resolve CI pipeline failures and repository cleanup ([3dc16ea](https://gitlab.com/blueflyio/openstandardagents/-/commit/3dc16ea432dc85e002c1e73c1d48549d4271285b))
1519
+
1520
+ - Replace remaining 'any' type with SchemaVersion type ([e512f91](https://gitlab.com/blueflyio/openstandardagents/-/commit/e512f9169efd1bc3ec820b1559f0d29172a8bc01))
1521
+
1522
+ - Replace 'any' types with OssaAgent type in validation tests ([898da0b](https://gitlab.com/blueflyio/openstandardagents/-/commit/898da0b64461196a70cf215497af9f4426caccc6))
1523
+
1524
+ - Update CI to use dist/cli/index.js instead of bin/ossa.js ([3217859](https://gitlab.com/blueflyio/openstandardagents/-/commit/32178593b09ff3097b0370ab761df75c5a95dd22))
1525
+
1526
+ - Add metadata existence check in validation test ([b6344b3](https://gitlab.com/blueflyio/openstandardagents/-/commit/b6344b39565a9428fa324ba451026c6be59aff9c))
1527
+
1528
+ - Remove incorrect yaml module mapper from Jest config ([688b386](https://gitlab.com/blueflyio/openstandardagents/-/commit/688b3860eb87302c7da1239b01c5272485b3f767))
1529
+
1530
+ - Update OssaAgent type to support v0.2.3 format and fix test CLI paths ([fa97220](https://gitlab.com/blueflyio/openstandardagents/-/commit/fa9722040d0ed4d4535e536038098551663623ba))
1531
+
1532
+ - Remove invalid tool description property and fix warning test ([a2a0ebe](https://gitlab.com/blueflyio/openstandardagents/-/commit/a2a0ebe180ca72a602dff03577d4adc0b2fc055d))
1533
+
1534
+ - Update tests to use v0.2.3 format (apiVersion/kind/metadata/spec) ([7088429](https://gitlab.com/blueflyio/openstandardagents/-/commit/70884296eaa719e1135b346e93e53cd70811dd91))
1535
+
1536
+ - All tests pass with v0.2.2 format ([70e1098](https://gitlab.com/blueflyio/openstandardagents/-/commit/70e1098cd145604ddda5f91f5218948703c6a89d))
1537
+
1538
+ - Validate command supports both v0.2.2 and v1.0 formats ([38af107](https://gitlab.com/blueflyio/openstandardagents/-/commit/38af107024e3a7654f875a2b3c84162947794f8e))
1539
+
1540
+ - Update all tests for v0.2.2 format ([468255f](https://gitlab.com/blueflyio/openstandardagents/-/commit/468255fd9d53d99f543cd1febe02063f824d1eab))
1541
+
1542
+ - Revert to version 0.2.2 and fix schema validation ([cb8976f](https://gitlab.com/blueflyio/openstandardagents/-/commit/cb8976f2d52e4f8e3bae197950640188186566ab))
1543
+
1544
+ - Add v0.2.2 schema JSON files to git ([2d07c8c](https://gitlab.com/blueflyio/openstandardagents/-/commit/2d07c8cdf944073f5147fcfd5df66ca49b6a3b41))
1545
+
1546
+ - Add v0.2.2 schema support and set as default ([0ddac35](https://gitlab.com/blueflyio/openstandardagents/-/commit/0ddac3529ea755db7103eab0d2107c5c6254fc9e))
1547
+
1548
+ - Replace gitlab.bluefly.io with app-4001.cloud.bluefly.io ([afc8eed](https://gitlab.com/blueflyio/openstandardagents/-/commit/afc8eed680cb855ea1b590044bf441573a411276))
1549
+
1550
+ - Replace all gitlab.bluefly.io references with new instance ([9bd10cb](https://gitlab.com/blueflyio/openstandardagents/-/commit/9bd10cb172a85ec922ca805927aea61a9f475d89))
1551
+
1552
+ - Add .js extensions to all test imports for ESM compatibility ([9470ea5](https://gitlab.com/blueflyio/openstandardagents/-/commit/9470ea591d7e1d3b5cd22ce6afbf205bb87931bb))
1553
+
1554
+ - Resolve conflicts with development branch ([e565fc8](https://gitlab.com/blueflyio/openstandardagents/-/commit/e565fc854d1f1e2f4592c74724ace7766db54c4c))
1555
+
1556
+ - Update import paths to use .js extensions for ESM compatibility ([ec86114](https://gitlab.com/blueflyio/openstandardagents/-/commit/ec861143e4fa60fd7615f38ef195ef9b1d443d61))
1557
+
1558
+ - Resolve P1 CI/build issues - add missing CLI entry point and fix test configuration ([47aca94](https://gitlab.com/blueflyio/openstandardagents/-/commit/47aca940d65b3a45c990dc33cd98f1857c9684d9))
1559
+
1560
+ - Convert release.config.js to ES module syntax ([8fa72cf](https://gitlab.com/blueflyio/openstandardagents/-/commit/8fa72cf7e4185abbe721ebb95dae6b1954c02cbb))
1561
+
1562
+ - Make README check optional in kagent examples test ([7f11727](https://gitlab.com/blueflyio/openstandardagents/-/commit/7f11727eaca7609bcc16e185884e673489e361a9))
1563
+
1564
+ - Generate required test output files in CI and make artifacts optional ([a8c451f](https://gitlab.com/blueflyio/openstandardagents/-/commit/a8c451f210c624657a0ff81fa74b8face3750b5b))
1565
+
1566
+ - Code formatting and CI test fixes ([4167511](https://gitlab.com/blueflyio/openstandardagents/-/commit/416751147c4bc37a01571585d454f86d17301e13))
1567
+
1568
+ - Restore .gitlab folder and remove __DELETE_LATER from git tracking ([eac24d8](https://gitlab.com/blueflyio/openstandardagents/-/commit/eac24d8f42b47235e4781ac34d305e8c895d3f8e))
1569
+
1570
+ - Convert release.config.js to ES module syntax ([b9cacbf](https://gitlab.com/blueflyio/openstandardagents/-/commit/b9cacbfda385234034f6afb19925c6884bacb3cc))
1571
+
1572
+ - All tests pass with v0.2.2 format ([ee00098](https://gitlab.com/blueflyio/openstandardagents/-/commit/ee00098772bbb9b6c128b483dce0366ce983329c))
1573
+
1574
+ - Validate command supports both v0.2.2 and v1.0 formats ([4d777d0](https://gitlab.com/blueflyio/openstandardagents/-/commit/4d777d08ab49267ad8670acaf8d0fdfb3617cfb9))
1575
+
1576
+ - Update all tests for v0.2.2 format ([34bb695](https://gitlab.com/blueflyio/openstandardagents/-/commit/34bb695bd2376b9d93d47d6867bf8b1f4a4e4b73))
1577
+
1578
+ - Revert to version 0.2.2 and fix schema validation ([5789f6d](https://gitlab.com/blueflyio/openstandardagents/-/commit/5789f6d7bfa0cc8638307902701ac967579097b0))
1579
+
1580
+ - Add v0.2.2 schema JSON files to git ([7ad617a](https://gitlab.com/blueflyio/openstandardagents/-/commit/7ad617a5bcdb2304e4aaa9424562fa1654d90fb4))
1581
+
1582
+ - Add v0.2.2 schema support and set as default ([da22d4d](https://gitlab.com/blueflyio/openstandardagents/-/commit/da22d4d47d4e9cc732c33290f971c670647d3318))
1583
+
1584
+ - Replace gitlab.bluefly.io with app-4001.cloud.bluefly.io ([b8480a6](https://gitlab.com/blueflyio/openstandardagents/-/commit/b8480a6d089c790f1d4f17359f9c79951239824e))
1585
+
1586
+ - Replace all gitlab.bluefly.io references with new instance ([89496c7](https://gitlab.com/blueflyio/openstandardagents/-/commit/89496c7fa1e723491482f4c804fd9addf0da65f8))
1587
+
1588
+ - Disable promote-to-main job - use merge requests for main branch ([76e4e0b](https://gitlab.com/blueflyio/openstandardagents/-/commit/76e4e0b6284ca346dd9768e827bbb5c083226a5c))
1589
+
1590
+ - Update version to 0.2.2 and reorganize spec directory ([5f9a8a0](https://gitlab.com/blueflyio/openstandardagents/-/commit/5f9a8a0f3d7fa6386d88e07da70c5fd775812bc8))
1591
+
1592
+ - Complete ESM module support with proper .js extensions ([b9754f3](https://gitlab.com/blueflyio/openstandardagents/-/commit/b9754f384cde11640860ceb3370b8180c290c2b8))
1593
+
1594
+ - Schema formatting ([3dd018b](https://gitlab.com/blueflyio/openstandardagents/-/commit/3dd018b56756da1821658a4a7ee8986e55c4b632))
1595
+
1596
+ - Convert ES module syntax in convert-to-kagent.js ([dba2b37](https://gitlab.com/blueflyio/openstandardagents/-/commit/dba2b37c3992545b0230e6ae0458a0c215c54852))
1597
+
1598
+ - Convert ES module syntax in convert-to-kagent.js ([9b00af6](https://gitlab.com/blueflyio/openstandardagents/-/commit/9b00af64966ea0a2a2183ecbcd4b2837767968f0))
1599
+
1600
+ - Correct version to 0.2.1 (patch bump) ([4227258](https://gitlab.com/blueflyio/openstandardagents/-/commit/42272581065db0fc3bf30b3f4fd65a27af0dfd93))
1601
+
1602
+ - Update CHANGELOG version to 0.3.0 ([b10b9f4](https://gitlab.com/blueflyio/openstandardagents/-/commit/b10b9f4c38ece7455995ccd96a28d4cfedf4df36))
1603
+
1604
+ - Correct version from 1.0.0 to 0.3.0 ([1786934](https://gitlab.com/blueflyio/openstandardagents/-/commit/178693428cf72d8bdc216ddfd65d111ec41f811f))
1605
+
1606
+ - Change releases to manual triggers on main branch only ([7d48895](https://gitlab.com/blueflyio/openstandardagents/-/commit/7d4889515c85107c9ca56cb624ebe70846af6041))
1607
+
1608
+ - Remove broken component include from CI pipeline ([2be40cf](https://gitlab.com/blueflyio/openstandardagents/-/commit/2be40cf06591915afaee3301445f3a46ae6f8347))
1609
+
1610
+ - Replace external example reference with inline value ([4fe2410](https://gitlab.com/blueflyio/openstandardagents/-/commit/4fe2410283ab66e77e6794296353524a66cb1c6f))
1611
+
1612
+ - Organize OpenAPI specs in openapi/ subdirectory ([b2907c2](https://gitlab.com/blueflyio/openstandardagents/-/commit/b2907c2feb32419de8973947438c6fe0ef307e60))
1613
+
1614
+ - Resolve conflict markers in CI and infrastructure files ([118fb25](https://gitlab.com/blueflyio/openstandardagents/-/commit/118fb25cdc4b4612f74170902b9209c61e367255))
1615
+
1616
+ - Complete TypeScript build fixes for v0.1.9 ([fd043bc](https://gitlab.com/blueflyio/openstandardagents/-/commit/fd043bcf9b26deca470984424bcb350866193096))
1617
+
1618
+ - Resolve test configuration and import issues ([ea4553c](https://gitlab.com/blueflyio/openstandardagents/-/commit/ea4553ccf42544272195cdedf8101d20bfa67d86))
1619
+
1620
+ - Resolve TypeScript compilation errors and validate OpenAPI specs ([bae8edf](https://gitlab.com/blueflyio/openstandardagents/-/commit/bae8edfded19f694aadffa32b7205b6081986c35))
1621
+
1622
+ - Add all missing dependencies for CI/CD ([61789f1](https://gitlab.com/blueflyio/openstandardagents/-/commit/61789f18c562447d0b37290ea53cb620ab3384fe))
1623
+
1624
+ - Restore mock:server:bg script and add missing dependencies ([f44d255](https://gitlab.com/blueflyio/openstandardagents/-/commit/f44d2557c8746ffe3104dc0ecc0df6778328d6ad))
1625
+
1626
+ - Resolve MCP server TypeScript typing issues ([16ef0dd](https://gitlab.com/blueflyio/openstandardagents/-/commit/16ef0dd2aa3585fad9c4992d224dc325d283cd9f))
1627
+
1628
+ - Temporarily exclude MCP directory from TypeScript build ([3d935ff](https://gitlab.com/blueflyio/openstandardagents/-/commit/3d935ff4d1f77546517696380a98288c79f340fe))
1629
+
1630
+ - Resolve Alpine SSH authentication with OpenSSL support ([e2e10cf](https://gitlab.com/blueflyio/openstandardagents/-/commit/e2e10cf4daffaa8512891d3479ff1d9ecbc12dd4))
1631
+
1632
+ - Add semicolons to echo statements in build script ([76a4baa](https://gitlab.com/blueflyio/openstandardagents/-/commit/76a4baa310f11a43eaab26718c0c210e6e9db922))
1633
+
1634
+ - Remove duplicate rules in security job ([b2622be](https://gitlab.com/blueflyio/openstandardagents/-/commit/b2622bec45c58cad330cd916d3f3de3188b1efbe))
1635
+
1636
+ - Update CI to use rules instead of only for proper pipeline triggering ([315015b](https://gitlab.com/blueflyio/openstandardagents/-/commit/315015b2007c5828fb406fe7254ef629b73692e4))
1637
+
1638
+ - Resolve mock server port mismatch in CI/CD ([7f08c5e](https://gitlab.com/blueflyio/openstandardagents/-/commit/7f08c5e4746b474c0b19421e1a555a545d5524a0))
1639
+
1640
+ - Resolve mock server port binding issue in CI/CD pipeline ([62820de](https://gitlab.com/blueflyio/openstandardagents/-/commit/62820de06f50688ba96733271dd25ca48f241cca))
1641
+
1642
+ - Remove template include - use standalone CI ([fe8a984](https://gitlab.com/blueflyio/openstandardagents/-/commit/fe8a98488422b391394b242085e90bc4fab16a06))
1643
+
1644
+ - Gitlab ci yaml syntax issues ([33655d0](https://gitlab.com/blueflyio/openstandardagents/-/commit/33655d01cc8e7ea8148951d482002dede05a5cdb))
1645
+
1646
+ - Use golden template structure with rules instead of only ([6f38784](https://gitlab.com/blueflyio/openstandardagents/-/commit/6f38784d85298dde6aee54dfea0bf4a3fb827f88))
1647
+
1648
+ - Remove npm dependency from CI - project has no package.json ([3c89185](https://gitlab.com/blueflyio/openstandardagents/-/commit/3c8918512cd095e346fd23b68db75843db425c12))
1649
+
1650
+ - Completely simplify CI to working baseline ([e17bbcb](https://gitlab.com/blueflyio/openstandardagents/-/commit/e17bbcb11d4d8da8d3ad8befb670b1a309f9668e))
1651
+
1652
+ - Resolve CI pipeline dependency issues ([027104c](https://gitlab.com/blueflyio/openstandardagents/-/commit/027104cb5ccf3dd2a8b4e80c6f0e5558250c04af))
1653
+
1654
+ - Resolve CI pipeline failures by removing inaccessible component ([1660741](https://gitlab.com/blueflyio/openstandardagents/-/commit/16607410b3cc78f3a6bdc69b4c9a96dae05cc8f6))
1655
+
1656
+ - Replace GitLab CI with comprehensive OSSA pipeline ([ab3baaa](https://gitlab.com/blueflyio/openstandardagents/-/commit/ab3baaa3f48c4481d794acb87f558105c9dc7d93))
1657
+
1658
+ - Add token authentication for CI tag pushing ([590cedc](https://gitlab.com/blueflyio/openstandardagents/-/commit/590cedc4ea47e45c23921620da3c4f83078ec95a))
1659
+
1660
+ - Add core-js dependency to resolve CI pipeline failure ([3ddcac2](https://gitlab.com/blueflyio/openstandardagents/-/commit/3ddcac2b563e780fa3c54715bbda454eba89706f))
1661
+
1662
+ - Update GitLab CI configuration ([555c90e](https://gitlab.com/blueflyio/openstandardagents/-/commit/555c90e9b031a8c934e118a6a2df45263a57c0bb))
1663
+
1664
+ ### Miscellaneous
1665
+
1666
+ - **ci**: Add release.config.js so semantic-release config is present in CI ([d748bc8](https://gitlab.com/blueflyio/openstandardagents/-/commit/d748bc832772f36859a35fe2836d252cf85ad6b6))
1667
+ - **ci**: Fix semantic-release jobs; export GITLAB_TOKEN; correct changelog text ([b1dd0ab](https://gitlab.com/blueflyio/openstandardagents/-/commit/b1dd0ab8f56bd78084e1b377ef66d5be84ebe863))
1668
+ - **ci**: Enhance npmjs job with better messaging and environment tracking ([355b951](https://gitlab.com/blueflyio/openstandardagents/-/commit/355b951e322a3cb3c414c8aecbd86791750a0b9f))
1669
+ - **ci**: Enhance release jobs with better messaging and environments ([260a65f](https://gitlab.com/blueflyio/openstandardagents/-/commit/260a65f5925ad855125ebf7b6079e944135eb8f6))
1670
+ - **ci**: Add release.config.js so semantic-release config is present in CI ([e58ad9c](https://gitlab.com/blueflyio/openstandardagents/-/commit/e58ad9cae7e77dbe92219010f1dc3428e98e4261))
1671
+ - **ci**: Fix semantic-release jobs; export GITLAB_TOKEN; correct changelog text ([eebc0af](https://gitlab.com/blueflyio/openstandardagents/-/commit/eebc0afba47738f92e2c380e7a89c56980f75dc9))
1672
+ - **ci**: Enhance npmjs job with better messaging and environment tracking ([11ec0e2](https://gitlab.com/blueflyio/openstandardagents/-/commit/11ec0e2fc4ae8d15e245caf61591f6189c1c11da))
1673
+ - **ci**: Enhance release jobs with better messaging and environments ([376e7cb](https://gitlab.com/blueflyio/openstandardagents/-/commit/376e7cbc27c25f489a717e747deca9dd4119a954))
1674
+ - **cleanup**: Quarantine local markdown docs into __DELETE_LATER per policy ([25eb461](https://gitlab.com/blueflyio/openstandardagents/-/commit/25eb461f005449ae49083404df15ee9d1bfb0a40))
1675
+ - Merge development to main ([5722e45](https://gitlab.com/blueflyio/openstandardagents/-/commit/5722e4547eb0f7a634f322741f262ff037987890))
1676
+
1677
+ - Drupal standards cleanup + minimal CI ([2760b0d](https://gitlab.com/blueflyio/openstandardagents/-/commit/2760b0dd09bd6c6333461036e7089ac8c0a2ae88))
1678
+
1679
+ - Update wiki submodule reference ([2c78354](https://gitlab.com/blueflyio/openstandardagents/-/commit/2c783547a27876628685ecbe9eba7978cfa2738e))
1680
+
1681
+ - Sync development to main ([7e319da](https://gitlab.com/blueflyio/openstandardagents/-/commit/7e319da2e5b262e9a7590910439c1db36bcebf75))
1682
+
1683
+ - Major project structure cleanup and organization ([426e850](https://gitlab.com/blueflyio/openstandardagents/-/commit/426e8508a75d9fc1f8313362e54a57a5431ab4a2))
1684
+
1685
+ - Update all public-facing links from GitLab to GitHub ([9b668aa](https://gitlab.com/blueflyio/openstandardagents/-/commit/9b668aa7539d6ed0548a61e44772926a448098ef))
1686
+
1687
+ - Cleanup uncommitted changes ([aa06a6a](https://gitlab.com/blueflyio/openstandardagents/-/commit/aa06a6a607e754541f2a78747890f138ceeee78c))
1688
+
1689
+ - Remove unnecessary files from merge ([427b1d4](https://gitlab.com/blueflyio/openstandardagents/-/commit/427b1d4b92348458cae46594495485a8948f0491))
1690
+
1691
+ - Add OpenAPI extensions to package exports and build ([b6a7923](https://gitlab.com/blueflyio/openstandardagents/-/commit/b6a7923944a5183ffee6ef24d59087afeffd5ada))
1692
+
1693
+ - Remove empty schemas/ directory (duplicate of spec/) ([5f87a49](https://gitlab.com/blueflyio/openstandardagents/-/commit/5f87a49bdab3572f3476861bfd2868a06098a231))
1694
+
1695
+ - Merge fix/remove-old-gitlab-urls - resolve conflicts favoring development ([b7de30f](https://gitlab.com/blueflyio/openstandardagents/-/commit/b7de30f93a77d9fc9c344793138f2cf5f4d6f0b4))
1696
+
1697
+ - Clean up and ensure MR ready ([3e6e9b6](https://gitlab.com/blueflyio/openstandardagents/-/commit/3e6e9b64d21b0da2e5763195446372882a71aeee))
1698
+
1699
+ - Remove website directory (moved to separate repo) ([f029498](https://gitlab.com/blueflyio/openstandardagents/-/commit/f029498e112109fec0f8b90487ad74109c8e2b0c))
1700
+
1701
+ - Merge main (v0.2.3) into development ([70a09f0](https://gitlab.com/blueflyio/openstandardagents/-/commit/70a09f076157249eaeb5d40634b35102d51309c4))
1702
+
1703
+ - Prepare for npm publish (v0.2.3) ([b26e85a](https://gitlab.com/blueflyio/openstandardagents/-/commit/b26e85ac9d96e745eb268fbbbf811c62711d17ef))
1704
+
1705
+ - Massive cleanup - remove legacy code and fix documentation ([8022c78](https://gitlab.com/blueflyio/openstandardagents/-/commit/8022c78b1ce26c68874ae5678da9b8c5d4d12646))
1706
+
1707
+ - Update gitignore and package-lock after npm install ([bc613f6](https://gitlab.com/blueflyio/openstandardagents/-/commit/bc613f64427c42e6e7ea82ad9816059370b27dc9))
1708
+
1709
+ - Merge main (v2.0.0) into development ([e2ba28b](https://gitlab.com/blueflyio/openstandardagents/-/commit/e2ba28ba4bcb01a49e0622063929cbf31f018533))
1710
+
1711
+ - Remove forbidden shell script and finalize website changes ([e408c2e](https://gitlab.com/blueflyio/openstandardagents/-/commit/e408c2e042526e7017cedcf642ae9e212bdbf8ed))
1712
+
1713
+ - Merge CI improvements ([74097a1](https://gitlab.com/blueflyio/openstandardagents/-/commit/74097a140615b2da6004fa563a53289b8f60092d))
1714
+
1715
+ - Update CI to use gitlab_components@v0.2.1 ([028fbe2](https://gitlab.com/blueflyio/openstandardagents/-/commit/028fbe2f8aca4b788aed1859436a89d57810a921))
1716
+
1717
+ - Remove README.md from examples/kagent per project policy (docs in GitLab Wiki) ([f692ea3](https://gitlab.com/blueflyio/openstandardagents/-/commit/f692ea30ca836c699ae486d19df8fec236c0be02))
1718
+
1719
+ - Bump version to 0.2.3 ([ddfe0c4](https://gitlab.com/blueflyio/openstandardagents/-/commit/ddfe0c416d73200270d6be143bea5c3ed63c095d))
1720
+
1721
+ - Migrate to GitLab Components and remove Makefiles/shell scripts ([316deb4](https://gitlab.com/blueflyio/openstandardagents/-/commit/316deb40a7af53ea45c21119b47b9b672a6632dd))
1722
+
1723
+ - Migrate to GitLab Components and remove Makefiles/shell scripts ([7793cc3](https://gitlab.com/blueflyio/openstandardagents/-/commit/7793cc3b851006bb458203c5306cb90aea55ae16))
1724
+
1725
+ - Add infrastructure ([735db0a](https://gitlab.com/blueflyio/openstandardagents/-/commit/735db0a7073b4932c619b6500b4e5f7ee8f217e8))
1726
+
1727
+ - Deploy standardized lefthook configuration and enforce GitLab-first workflow ([3d053ae](https://gitlab.com/blueflyio/openstandardagents/-/commit/3d053ae5fa2cbe4508b0434b993227e6d6d1c292))
1728
+
1729
+ - Ignore worktrees and demo directories ([54fca29](https://gitlab.com/blueflyio/openstandardagents/-/commit/54fca2969ed50996b7c9b70528f241aace737522))
1730
+
1731
+ - Remove __DELETE_LATER from tracking and update .gitignore ([9d65295](https://gitlab.com/blueflyio/openstandardagents/-/commit/9d6529545848cc5fba400e1c411e713a165fe8d5))
1732
+
1733
+ - Remove .gitlab folder from git tracking ([50b0b73](https://gitlab.com/blueflyio/openstandardagents/-/commit/50b0b731222ad185b18deaa39527dd7fcda82ef8))
1734
+
1735
+ - Add OpenAPI extensions to package exports and build ([fb13e66](https://gitlab.com/blueflyio/openstandardagents/-/commit/fb13e6675c6166ed66b1456204904efb1dc73034))
1736
+
1737
+ - Remove empty schemas/ directory (duplicate of spec/) ([7ae0925](https://gitlab.com/blueflyio/openstandardagents/-/commit/7ae0925bbb593946e7e07b6dd37bbbd3f8b40646))
1738
+
1739
+ - Clean up OSSA for npm publication ([f6d2c27](https://gitlab.com/blueflyio/openstandardagents/-/commit/f6d2c27b3ac972cf065bfe4d67cf1d9e51f47b51))
1740
+
1741
+ - Sync latest changes ([082166f](https://gitlab.com/blueflyio/openstandardagents/-/commit/082166f546c6ed72da26d5db79664139ac937a2c))
1742
+
1743
+ - Cleanup documentation and add examples ([9a17629](https://gitlab.com/blueflyio/openstandardagents/-/commit/9a176296c1fd68507708f27578e6001fe6e06463))
1744
+
1745
+ - Clean up markdown files and organize tools ([c4cd165](https://gitlab.com/blueflyio/openstandardagents/-/commit/c4cd16553e81dc08a3f1e3923e6eaa1cd62ae8eb))
1746
+
1747
+ - Trigger CI pipeline ([ca8f383](https://gitlab.com/blueflyio/openstandardagents/-/commit/ca8f3839fe91c5343a0e5149239c8e6effeca27e))
1748
+
1749
+ - Trigger CI pipeline ([fc97a2b](https://gitlab.com/blueflyio/openstandardagents/-/commit/fc97a2b9884e7ca60087506497ef978bbda706f3))
1750
+
1751
+ - Remove temp scripts and text files ([b314676](https://gitlab.com/blueflyio/openstandardagents/-/commit/b31467661502693c48d4d5287efda0cba9b909c3))
1752
+
1753
+ - Sync changes from agent development ([9661c5a](https://gitlab.com/blueflyio/openstandardagents/-/commit/9661c5a2a22da91ea2e36964a8896a6a11c904db))
1754
+
1755
+ - Trigger CI pipeline ([968a1f2](https://gitlab.com/blueflyio/openstandardagents/-/commit/968a1f268935442fb4a60e4d5e7ae1d85959c154))
1756
+
1757
+ - Sync latest changes ([905e4c9](https://gitlab.com/blueflyio/openstandardagents/-/commit/905e4c9f8d03b633ce3de71ce565fa51fa47eced))
1758
+
1759
+ - Cleanup failed agent experiments ([ea3e3b3](https://gitlab.com/blueflyio/openstandardagents/-/commit/ea3e3b3dd5572ac7b2d90f237f9cb291008abf2c))
1760
+
1761
+ - Remove markdown dumps per governance rules ([594e77f](https://gitlab.com/blueflyio/openstandardagents/-/commit/594e77f574b56a6153db207ab435a250b5cfe2f1))
1762
+
1763
+ - Add ecosystem cleanup orchestrator and health scan ([aedbf5b](https://gitlab.com/blueflyio/openstandardagents/-/commit/aedbf5b1d8bf68a79203bf8ddce1a439b8651351))
1764
+
1765
+ - Remove temp scripts and text files ([80a2e88](https://gitlab.com/blueflyio/openstandardagents/-/commit/80a2e8892ea0d9e6ce1241fdf4e243b6575a85ed))
1766
+
1767
+ - Sync changes from agent development ([197286d](https://gitlab.com/blueflyio/openstandardagents/-/commit/197286dc81127d35984138337acff8a6d37dcaea))
1768
+
1769
+ - Trigger CI pipeline ([ace1aaf](https://gitlab.com/blueflyio/openstandardagents/-/commit/ace1aaf4d9c18bf1a571c926a044aeef666ec243))
1770
+
1771
+ - Sync latest changes ([4c974a9](https://gitlab.com/blueflyio/openstandardagents/-/commit/4c974a9833a3c83de318ee21218dc101d5b7596d))
1772
+
1773
+ - Remove shell script ([e919147](https://gitlab.com/blueflyio/openstandardagents/-/commit/e919147b92b83ce929567ea4bd30f24cd6eb2b9b))
1774
+
1775
+ - Remove docs-to-migrate folder ([83bcfeb](https://gitlab.com/blueflyio/openstandardagents/-/commit/83bcfeb03dd8cc4b979f284ec0d82c30812dbeea))
1776
+
1777
+ - Clean up root directory ([8a9d2fb](https://gitlab.com/blueflyio/openstandardagents/-/commit/8a9d2fbf36d0794756235071e0937d3df6f1c2ef))
1778
+
1779
+ - Sync local changes ([b750d0b](https://gitlab.com/blueflyio/openstandardagents/-/commit/b750d0b4335aacde96b43f7c0619dda403bdb5f4))
1780
+
1781
+ - Add .claude-agents/ to gitignore to prevent IDE-specific agent definitions ([56d4ebd](https://gitlab.com/blueflyio/openstandardagents/-/commit/56d4ebd29a198f1fb211bdb131db806ecbf17930))
1782
+
1783
+ - Resolve main merge conflicts - keep v0.2.0 changes ([1642d92](https://gitlab.com/blueflyio/openstandardagents/-/commit/1642d92c44c128f38d3bce03dc2ac0faff25a608))
1784
+
1785
+ - Resolve merge conflicts for v0.2.0 release ([c1c338e](https://gitlab.com/blueflyio/openstandardagents/-/commit/c1c338ec07a4cf8b96a72a01fbab1fe69009b303))
1786
+
1787
+ - Release v0.2.0 - major consolidation and standards compliance ([70bddf8](https://gitlab.com/blueflyio/openstandardagents/-/commit/70bddf8b45888cf1856538a3b87e609b746a8d7b))
1788
+
1789
+ - Clean up root directory - remove emojis, backups, and reorganize files ([27e2fd1](https://gitlab.com/blueflyio/openstandardagents/-/commit/27e2fd1aba2419c9034d1d582537b265c998b6c8))
1790
+
1791
+ - Update package-lock after npm install ([85361ed](https://gitlab.com/blueflyio/openstandardagents/-/commit/85361edd5fc4145d933d0dd75ebc390ac2eab4de))
1792
+
1793
+ - Clean up unused GitLab CI files ([26931d3](https://gitlab.com/blueflyio/openstandardagents/-/commit/26931d3f2afac3bca82f0891e8f4d8e61762eea1))
1794
+
1795
+ ### Security
1796
+
1797
+ - Complete OSSA implementation before standard separation ([deec80e](https://gitlab.com/blueflyio/openstandardagents/-/commit/deec80eb79ed25c19fb4796c6a2549f037e4b7e9))
1798
+ ---
1799
+ Generated by [git-cliff](https://git-cliff.org/)