From 628c648bd9df74e77780c449e69b4574fbd0343a Mon Sep 17 00:00:00 2001 From: TheFirstNomad <119462780+TheFirstNomad@users.noreply.github.com> Date: Tue, 19 May 2026 01:43:33 +0300 Subject: [PATCH] docs: clean up license section and add missing AGENTS.md + SKILL.md links in README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3a1c82f..4042e16b 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,12 @@ See [`SECURITY.md`](https://github.com/tempoxyz/docs?tab=security-ov-file). ## License -Licensed under either of [Apache License](./LICENSE-APACHE), Version -2.0 or [MIT License](./LICENSE-MIT) at your option. +Licensed under either of: +- [Apache License 2.0](https://github.com/tempoxyz/docs/blob/main/LICENSE-APACHE) +- [MIT License](https://github.com/tempoxyz/docs/blob/main/LICENSE-MIT) -Unless you explicitly state otherwise, any contribution intentionally submitted -for inclusion in these crates by you, as defined in the Apache-2.0 license, -shall be dual licensed as above, without any additional terms or conditions. \ No newline at end of file +at your option. + +## Additional Docs +- [AGENTS.md](AGENTS.md) — Documentation tooling and agent setup +- [SKILL.md](SKILL.md) — Skill and page guidelines