From 8e202c7ced063c9daff74e6ea1367c1607b60198 Mon Sep 17 00:00:00 2001 From: Udara Wickramarathne Date: Thu, 19 Mar 2026 12:13:15 +0530 Subject: [PATCH 1/3] Add AGENTS.md for repository overview and documentation structure --- AGENTS.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..13b3538 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,25 @@ +# AGENTS.md + +## Repository Overview + +This is a **documentation-only repository** for the API Chat VS Code extension. It contains the public-facing documentation (README, images/GIFs), issue/PR templates, and license. The actual VS Code extension source code is maintained separately. + +The API Chat extension uses natural language to interact with APIs that have an OpenAPI description, intelligently selecting and calling relevant API resources based on user input in VS Code. + +## Repository Structure + +- `README.md` — Main documentation for the extension (usage, features, authentication) +- `docs/api-chat-extension/images/` — GIFs and screenshots demonstrating extension features +- `issue_template.md` — WSO2 standard issue template +- `pull_request_template.md` — WSO2 standard PR template +- `LICENSE` — Apache License 2.0 + +## No Build/Test/Lint + +There are no build scripts, test suites, linting configurations, or package managers in this repository. All changes are documentation and image assets. + +## Conventions + +- Follows WSO2 organizational templates for issues and PRs +- Documentation images are stored as GIFs/PNGs in `docs/api-chat-extension/images/` +- Licensed under Apache 2.0 From f5ff104e4dd43f5a88317479ccfc1057cd4c0574 Mon Sep 17 00:00:00 2001 From: Udara Wickramarathne Date: Fri, 27 Mar 2026 10:55:32 +0530 Subject: [PATCH 2/3] Add CLAUDE.md for project documentation overview --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..f1ad17c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,4 @@ +# api-chat-vscode + +> **Full documentation is in [AGENTS.md](./AGENTS.md).** +> Read AGENTS.md for repository overview, architecture, build/test commands, key files, and development guidelines. From e91613cd64c293ebf7c2846b40010e1ac8bfeb61 Mon Sep 17 00:00:00 2001 From: Udara Wickramarathne Date: Mon, 6 Apr 2026 14:49:24 +0530 Subject: [PATCH 3/3] chore: update CLAUDE.md to use @AGENTS.md import syntax --- CLAUDE.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index f1ad17c..43c994c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1 @@ -# api-chat-vscode - -> **Full documentation is in [AGENTS.md](./AGENTS.md).** -> Read AGENTS.md for repository overview, architecture, build/test commands, key files, and development guidelines. +@AGENTS.md