From f74afcc408ebc340b7a0ce8858ef58e071678bb2 Mon Sep 17 00:00:00 2001 From: Mike Hostetler <84222+mikehostetler@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:18:59 -0500 Subject: [PATCH] chore: align package metadata with standards --- mix.exs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mix.exs b/mix.exs index c641592..36282ec 100644 --- a/mix.exs +++ b/mix.exs @@ -26,7 +26,8 @@ defmodule Jido.OpenCode.MixProject do # Test Coverage test_coverage: [ tool: ExCoveralls, - summary: [threshold: 90] + summary: [threshold: 90], + export: "cov" ], # Dialyzer @@ -87,7 +88,8 @@ defmodule Jido.OpenCode.MixProject do defp aliases do [ - setup: ["deps.get", "git_hooks.install"], + setup: ["deps.get"], + install_hooks: ["git_hooks.install"], test: "test --exclude flaky", q: ["quality"], quality: [ @@ -103,15 +105,15 @@ defmodule Jido.OpenCode.MixProject do defp package do [ - files: ["config", "lib", "mix.exs", "README.md", "LICENSE", "CHANGELOG.md", "usage-rules.md"], + files: ["config", "lib", "mix.exs", "README.md", "LICENSE", "CHANGELOG.md", "CONTRIBUTING.md", "usage-rules.md"], maintainers: ["Agent Jido Team"], licenses: ["Apache-2.0"], links: %{ - "Changelog" => "https://hexdocs.pm/jido_opencode/changelog.html", - "Discord" => "https://agentjido.xyz/discord", + "Changelog" => "https://github.com/agentjido/jido_opencode/blob/main/CHANGELOG.md", + "Discord" => "https://jido.run/discord", "Documentation" => "https://hexdocs.pm/jido_opencode", "GitHub" => @source_url, - "Website" => "https://agentjido.xyz" + "Website" => "https://jido.run" } ] end @@ -123,7 +125,8 @@ defmodule Jido.OpenCode.MixProject do extras: [ "README.md", "CHANGELOG.md", - "CONTRIBUTING.md" + "CONTRIBUTING.md", + "LICENSE" ], groups_for_modules: [ Core: [