From 751670c84fc1b6dfbb60cc5f33429742f527df28 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:07:09 -0300 Subject: [PATCH] Improve AGENTS.md structure Removed duplicate quick links for coding agents and customization. --- AGENTS.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index aec73d5..ba782a1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,13 +4,13 @@ This is a hub for AI agents and automation tools working with the al-folio repos ## Quick Links by Role -**Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions) -**Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md) -**Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md) -**Need setup/deployment help?** → [INSTALL.md](INSTALL.md) -**Troubleshooting & FAQ?** → [TROUBLESHOOTING.md](TROUBLESHOOTING.md) -**Customization & theming?** → [CUSTOMIZE.md](CUSTOMIZE.md) -**Quick 5-min start?** → [QUICKSTART.md](QUICKSTART.md) +- **Are you a coding agent?** → Read [`.github/copilot-instructions.md`](.github/copilot-instructions.md) first (tech stack, build, CI/CD, common pitfalls & solutions) +- **Customizing the site?** → See [`.github/agents/customize.agent.md`](.github/agents/customize.agent.md) +- **Writing documentation?** → See [`.github/agents/docs.agent.md`](.github/agents/docs.agent.md) +- **Need setup/deployment help?** → [INSTALL.md](INSTALL.md) +- **Troubleshooting & FAQ?** → [TROUBLESHOOTING.md](TROUBLESHOOTING.md) +- **Customization & theming?** → [CUSTOMIZE.md](CUSTOMIZE.md) +- **Quick 5-min start?** → [QUICKSTART.md](QUICKSTART.md) ## Essential Commands @@ -50,9 +50,9 @@ git commit -m "type: description" # See "Commit Format" below When modifying `_config.yml`, these **must be updated together**: -**Personal site:** `url: https://username.github.io` + `baseurl:` (empty) -**Project site:** `url: https://username.github.io` + `baseurl: /repo-name/` -**YAML errors:** Quote strings with special characters: `title: "My: Cool Site"` +- **Personal site:** `url: https://username.github.io` + `baseurl:` (empty) +- **Project site:** `url: https://username.github.io` + `baseurl: /repo-name/` +- **YAML errors:** Quote strings with special characters: `title: "My: Cool Site"` ## Common Issues