@echelon-foundry/visual-engineering-context
v0.2.0
Published
Versioned Visual Engineering research context for UI implementation agents
Readme
Visual Engineering Context
Generated, versioned UI research context for implementation agents.
Always retrieve the latest published context
npm exec --yes --package=@kemiller2002/visual-engineering-context@latest -- ve-context syncThis writes the verified briefing to .visual-engineering/ in the current project.
Then instruct the agent to read:
.visual-engineering/AGENT-INSTRUCTIONS.md.visual-engineering/UI-FOUNDATIONS.md.visual-engineering/UI-DECISION-CHECKLIST.md.visual-engineering/UI-ANTI-PATTERNS.md.visual-engineering/RESEARCH-INDEX.md
For reproducible production work, install and pin an exact version instead:
npm install --save-dev --save-exact @kemiller2002/visual-engineering-context
npm exec ve-context syncAvailable commands:
ve-context sync
ve-context verify
ve-context status
ve-context show foundations
ve-context show checklist
ve-context show anti-patterns
ve-context show research