From 2eb56079cbfaa0da98742d7d664e401ff0144d69 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 14 Feb 2026 00:17:46 +0800 Subject: [PATCH] docs: fix typo in directory path and update date --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index dd5c0a1c..94d030fb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -41,7 +41,7 @@ apm-app-store/ │ │ ├── downloadStatus.ts # Download queue management │ │ ├── storeConfig.ts # API config and shared state │ │ └── typedefinition.ts # TypeScript type definitions -│ ├── modeuls/ # Business logic modules +│ ├── modules/ # Business logic modules │ │ └── processInstall.ts # Install/uninstall logic │ ├── assets/ # CSS/images │ ├── App.vue # Root component @@ -827,7 +827,7 @@ See README.md for more details. --- **Document Version:** 1.0 -**Last Updated:** 2026-02-12 +**Last Updated:** 2026-02-14 **Generated for:** AI Coding Agents working on elysia-best/apm-app-store ---