From 0970354f623dc20898f8731285ebbb909f62185e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:46:51 +0000 Subject: [PATCH 1/2] Remove redundant adjacent repo links in profile README Agent-Logs-Url: https://github.com/Engineering4AI/.github/sessions/a8bb3b85-1c45-4de7-b819-10bc66d276c1 Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com> --- profile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 629bbdc..91e00e5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -15,13 +15,13 @@ Engineering4AI is an open-source organization focused on practical AI software e ## ⚙️ Projects in This Organization -### [AutoHarness](https://github.com/Engineering4AI/AutoHarness) [![AutoHarness](https://img.shields.io/badge/Repo-AutoHarness-blue?style=for-the-badge)](https://github.com/Engineering4AI/AutoHarness) +### [AutoHarness](https://github.com/Engineering4AI/AutoHarness) ![AutoHarness](https://img.shields.io/badge/Repo-AutoHarness-blue?style=for-the-badge) A self-evolving coding agent in Rust with a minimal implementation that is designed to actually run and iterate. -### [nano-code](https://github.com/Engineering4AI/nano-code) [![nano-code](https://img.shields.io/badge/Repo-nano--code-orange?style=for-the-badge)](https://github.com/Engineering4AI/nano-code) +### [nano-code](https://github.com/Engineering4AI/nano-code) ![nano-code](https://img.shields.io/badge/Repo-nano--code-orange?style=for-the-badge) A tiny Rust coding agent that demonstrates the smallest practical architecture for automated code changes. -### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development) [![awesome-spec-driven-development](https://img.shields.io/badge/Repo-awesome--spec--driven--development-green?style=for-the-badge)](https://github.com/Engineering4AI/awesome-spec-driven-development) +### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development) ![awesome-spec-driven-development](https://img.shields.io/badge/Repo-awesome--spec--driven--development-green?style=for-the-badge) A curated collection of resources, tools, and references for spec-driven development (SDD). ## 🎯 What We Aim For From ed98f480401711431cf61313762d8de3553a0a0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:55:52 +0000 Subject: [PATCH 2/2] Use decorative badge alt text in profile README headings Agent-Logs-Url: https://github.com/Engineering4AI/.github/sessions/c0af4113-ef80-41e9-b545-e5b9b0e7312e Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com> --- profile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 91e00e5..6070237 100644 --- a/profile/README.md +++ b/profile/README.md @@ -15,13 +15,13 @@ Engineering4AI is an open-source organization focused on practical AI software e ## ⚙️ Projects in This Organization -### [AutoHarness](https://github.com/Engineering4AI/AutoHarness) ![AutoHarness](https://img.shields.io/badge/Repo-AutoHarness-blue?style=for-the-badge) +### [AutoHarness](https://github.com/Engineering4AI/AutoHarness) ![](https://img.shields.io/badge/Repo-AutoHarness-blue?style=for-the-badge) A self-evolving coding agent in Rust with a minimal implementation that is designed to actually run and iterate. -### [nano-code](https://github.com/Engineering4AI/nano-code) ![nano-code](https://img.shields.io/badge/Repo-nano--code-orange?style=for-the-badge) +### [nano-code](https://github.com/Engineering4AI/nano-code) ![](https://img.shields.io/badge/Repo-nano--code-orange?style=for-the-badge) A tiny Rust coding agent that demonstrates the smallest practical architecture for automated code changes. -### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development) ![awesome-spec-driven-development](https://img.shields.io/badge/Repo-awesome--spec--driven--development-green?style=for-the-badge) +### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development) ![](https://img.shields.io/badge/Repo-awesome--spec--driven--development-green?style=for-the-badge) A curated collection of resources, tools, and references for spec-driven development (SDD). ## 🎯 What We Aim For