From ca86c9787a5f18018a3bdaf2e598ba08c900858e Mon Sep 17 00:00:00 2001 From: ramblingcoder Date: Sun, 8 Feb 2026 19:55:12 -0600 Subject: [PATCH] Delete SUPPORTING_DOCS.md --- SUPPORTING_DOCS.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 SUPPORTING_DOCS.md diff --git a/SUPPORTING_DOCS.md b/SUPPORTING_DOCS.md deleted file mode 100644 index b9a00d3..0000000 --- a/SUPPORTING_DOCS.md +++ /dev/null @@ -1,30 +0,0 @@ -# Supporting Documents and Samples - -Supporting documents and example documents are provided in folders that begin with `supporting_` in the workspace root folder. - -## Purpose - -These folders contain reference materials, examples, templates, and documentation that support development but are not part of the active codebase. They provide context, patterns, and samples that help with implementation decisions. - -## When to Use - -An LLM agent should reference supporting documents when: -- Looking for implementation patterns or examples -- Needing template code or configuration samples -- Understanding architectural decisions or design documents -- Finding API specifications or integration guides -- Reviewing documentation for existing systems or protocols - -## Examples of Supporting Documents - -- Template configurations -- Code samples and examples -- API documentation -- Architecture diagrams -- Design documents -- Integration guides -- Reference implementations - -## How to Reference - -When working on tasks that may benefit from supporting documentation, proactively search for relevant `supporting_*` folders and read the relevant files. Use these documents as reference to ensure consistency with existing patterns and approaches.