zoehis-code-style

zoehis-code-style is a cursor rule for coding agents from zyx379/zoehis_workflow. It costs 394 tokens per session, scanned A, original, MIT.

A code-style guide for ZOEHIS Vue, JavaScript, Java, MyBatis, Maven, and Vuex code.

In plain words
What is it for?
Use it when writing or reviewing frontend components, API classes, mixins, Vuex code, Java services, MyBatis files, and Maven module settings.
Why use it?
It prevents formatting and project-structure differences that make code harder to review or inconsistent with the existing system.

Cursor rule

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/zyx379/zoehis_workflow/zoehis-code-style
Clone the repo
git clone --depth 1 https://github.com/zyx379/zoehis_workflow

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zoehis-code-style

README.md
[![agentmods](https://agentmods.dev/badge/rules/zyx379/zoehis_workflow/zoehis-code-style.svg)](https://agentmods.dev/rules/zyx379/zoehis_workflow/zoehis-code-style)
Your own site
<a href="https://agentmods.dev/rules/zyx379/zoehis_workflow/zoehis-code-style"><img src="https://agentmods.dev/badge/rules/zyx379/zoehis_workflow/zoehis-code-style.svg" alt="Measured on agentmods" height="20"></a>
Per session 394 This file is loaded in full into every session.
When invoked 394 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00394 $0.00394
Opus 5 $0.00197 $0.00197
Sonnet 5 $0.00079 $0.00079
Haiku 4.5 $0.00039 $0.00039

Measured 5d ago against content hash ab8d0d6e1895, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

zoehis-code-style scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

dev/rules/zoehis-code-style.mdc · 43 lines

What it actually says

ZOEHIS 代码风格

前端

  • 不使用分号,使用单引号(Prettier: semi=false, singleQuote=true)
  • Vue 缩进 2 空格;Options API(非 Composition API)
  • <script type="text/ecmascript-6">
  • props 使用 require + default
  • v-model 通过 watch + $emit('input') 手动实现
  • <style lang="scss" scoped>;路径别名 ~/
  • 使用 zoehis-* 自研组件(非 Element UI)

API 文件

  • const baseUrl = '/{service}/api/{Module}/'
  • export default class Xxx;构造函数注入 $httpVue
  • this.$httpVue().post(url, query, config);JSDoc 注释

Mixin

  • export default { methods: { ... } };方法名 $ 前缀
  • Promise .then().catch()(非 async/await)

Vuex

  • 复用 @zoesoft.com.cn/onelink-client-core/store

后端

  • Java 缩进 4 空格;JDK 11(部分 service 子模块 1.8)
  • MyBatis XML:src/main/java/**/*.xml(随 Java 源码打包)

Maven

  • 版本:${revision} + flatten-maven-plugin
  • 分层:api / pojo / service;groupId:com.zoe.fjcommon
  • 主仓库:zoe-his5-nexus(内网 Nexus);依赖 com.zoe.fjcommon:{模块}:${revision}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 43 lines · 394 tokens per session scan A ab8d0d6e1895

Subscribe to this mod's changes

zoehis-code-style is a cursor rule published in the GitHub repository zyx379/zoehis_workflow (2 stars, last pushed 1mo ago), licensed MIT. It adds 394 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.