AI-Assisted Development
The repository stores machine-readable project guidance under .agent/.
.agent/
├── rules/
│ └── neko-guide.md
└── skills/
├── i18n/
├── neko-plugin/
├── ui-system-refactor/
└── ...Do not assume an editor or coding agent loads these files automatically.
Required setup for an agent
- Read
.agent/rules/neko-guide.mdfrom the current revision. - Search
.agent/skills/for the task domain and read the matchingSKILL.mdplus referenced files. - Inspect the current owner, tests, and workflows before proposing edits.
- Preserve user changes and keep the diff within the requested scope.
- Report the commands actually run and any validation not run.
Do not instruct an agent to read nonexistent CLAUDE.md, copy rules into untracked editor files, or rely on a named vendor's auto-loading behavior.
Prompt starter
Read
.agent/rules/neko-guide.md. Then inspect.agent/skills/for a skill matching this task and follow it. Trace the current implementation and tests before editing. Useuv runfor every Python command, update all eight locale files for i18n changes, preserve the system-prompt watermark, and validate only claims supported by the current repository.
AI-generated changes receive the same review as human-written changes. The author remains responsible for privacy, security, licensing, correctness, and test evidence.
