Packages
A config-driven dev tool for Elixir projects to manage AGENTS.md files and agent skills from dependencies
Current section
42 Versions
Jump to
Current section
42 Versions
Compare versions
3
files changed
+14
additions
-5
deletions
| @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline | |
| 5 5 | |
| 6 6 | <!-- changelog --> |
| 7 7 | |
| 8 | + ## v0.1.3 (2025-05-24) |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + ### Bug Fixes: |
| 14 | + |
| 15 | + * update package url in docs & hex |
| 16 | + |
| 8 17 | ## v0.1.2 (2025-05-24) |
| @@ -1,12 +1,12 @@ | |
| 1 1 | {<<"links">>, |
| 2 2 | [{<<"Changelog">>, |
| 3 | - <<"https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md">>}, |
| 3 | + <<"https://github.com/ash-project/usage_rules/blob/main/CHANGELOG.md">>}, |
| 4 4 | {<<"Discord">>,<<"https://discord.gg/HTHRaaVPUc">>}, |
| 5 5 | {<<"Forum">>,<<"https://elixirforum.com/c/ash-framework-forum/">>}, |
| 6 | - {<<"GitHub">>,<<"https://github.com/ash-project/ash_graphql">>}, |
| 6 | + {<<"GitHub">>,<<"https://github.com/ash-project/usage_rules">>}, |
| 7 7 | {<<"Website">>,<<"https://ash-hq.org">>}]}. |
| 8 8 | {<<"name">>,<<"usage_rules">>}. |
| 9 | - {<<"version">>,<<"0.1.2">>}. |
| 9 | + {<<"version">>,<<"0.1.3">>}. |
| 10 10 | {<<"description">>, |
| 11 11 | <<"A dev tool for Elixir projects to gather LLM usage rules from dependencies">>}. |
| 12 12 | {<<"elixir">>,<<"~> 1.18">>}. |
| @@ -1,12 +1,12 @@ | |
| 1 1 | defmodule UsageRules.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.1.2" |
| 4 | + @version "0.1.3" |
| 5 5 | @description """ |
| 6 6 | A dev tool for Elixir projects to gather LLM usage rules from dependencies |
| 7 7 | """ |
| 8 8 | |
| 9 | - @source_url "https://github.com/ash-project/ash_graphql" |
| 9 | + @source_url "https://github.com/ash-project/usage_rules" |
| 10 10 | |
| 11 11 | def project do |
| 12 12 | [ |