Add AGENTS.md with development environment setup instructions#1
Draft
linkinpark911 wants to merge 1 commit into
Draft
Add AGENTS.md with development environment setup instructions#1linkinpark911 wants to merge 1 commit into
linkinpark911 wants to merge 1 commit into
Conversation
Co-authored-by: linkinpark911 <linkinpark911@users.noreply.github.com>
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.
Summary
Adds
AGENTS.mdwith Cursor Cloud specific instructions for developing in this static-asset localization repository.Changes
AGENTS.mddocumenting how to run and test the Moot language files locally (serve via HTTP server, opentest.html?<lang_code>in browser)file://protocolDevelopment Environment
This is a pure static-asset repository (JS locale files + test HTML page). No build system, package manager, or automated tests exist. The development workflow is:
python3 -m http.server 8000http://localhost:8000/test.html?en(or any language code) in a browserDemo
demo_language_switching.mp4
Language switching between English, Finnish, and Chinese demonstrated working correctly.
Network tab showing en.js loaded successfully
To show artifacts inline, enable in settings.