This repository is the working space for the new version of Gearbox user documentation.
structure.md— the approved two-level structure of user docs (what we write and in what order).rules_for_model.md— rules for the model that works on top of existing docs. It must use the dumped materials (mainlydev_docsanddoc_gitbook) and leave markers:TODO:,VERIFY:,SOURCE-CONFLICT:,SCREENSHOT:.rules_for_agent.md— rules for the UI agent: how to walk the forked frontend, how to resolve markers, what to update, and what to leave untouched.user_docs_model.md— user docs produced by the model from existing data (drafts with markers).user_docs_agent.md— user docs after the agent pass (markers resolved where possible).- other files — legacy/old docs used as reference.
The agent is expected to work against the current draft frontend:
- App:
http://draft.client-v3.pages.dev/?dev-mode=false - Related change:
613c722 - feat: mock connection
The agent should use this build to confirm button labels, screen names, and step order.
As a contributor to the Gearbox Protocol GitHub repository, your pull requests indicate acceptance of our Gearbox Contribution Agreement. This agreement outlines that you assign the Intellectual Property Rights of your contributions to the Gearbox Foundation. This helps safeguard the Gearbox protocol and ensure the accumulation of its intellectual property. Contributions become part of the repository and may be used for various purposes, including commercial. As recognition for your expertise and work, you receive the opportunity to participate in the protocol's development and the potential to see your work integrated within it. The full Gearbox Contribution Agreement is accessible within the repository for comprehensive understanding. [Let's innovate together!]
- Read
structure.mdfirst and create a page with exactly the same name. - The model writes a
.mdpage and leaves all unknown/UI-dependent parts as markers. - The agent goes through the actual frontend above, resolves markers, and fills in real button/screen names.
- After that the file can go to human review and publication.