docs: add ai-docs/ reference directory for AI agents#166
Draft
Copilot wants to merge 1 commit into
Draft
Conversation
Agent-Logs-Url: https://github.com/DenisValeev/denisvaleev.github.io/sessions/20679a5b-ad19-4428-b920-7db4042b4615 Co-authored-by: DenisValeev <884686+DenisValeev@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
DenisValeev
April 11, 2026 02:00
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No structured AI-agent-focused documentation existed; only the top-level
AGENTS.mdand the human-facingdocs/knowledge base.Added
ai-docs/— 7 markdown filesREADME.md— index table + five-step quick-start for agentsproject-overview.md— repo layout table, full app inventory, key architectural constraintsarchitecture.md— landing page wiring, service worker lifecycle, offline manifest schema, data-loading patterns per app type, asset pipeline diagramapps-catalog.md— all 12 apps: purpose, key files,window.*globals, data dependencies, Playwright spec mappingdata-and-tools.md— every file indata/, every script intools/with flags/examples, full sequential refresh workflowtesting.md— all 18 specs with responsibilities, per-change runbook (what to run after each class of edit), CI workflow summarydevelopment-conventions.md— HTML/CSS/JS rules (IIFE, novar, guard clauses,DocumentFragmentfor tables), accessibility patterns, step-by-step new-app checklist, common mistakes