Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.42 KB

File metadata and controls

58 lines (45 loc) · 2.42 KB

AGENTS.md

This repository has agent-oriented documentation under the openwiki/ directory. When working in this repository, always read the OpenWiki quickstart first, then follow its links to the relevant architecture, workflow, domain, operation, and testing notes.

OpenWiki quickstart

Start here: openwiki/quickstart.md.

It links to:

The wiki is regenerated by the openwiki --update CLI tool (https://github.com/langchain-ai/openwiki) on a nightly schedule via the .github/workflows/openwiki-update.yml workflow.

Repo-specific rules for agents

  1. Scope. Only xiaohongshu-saas/, web/, packages/, installer/, scripts/, docs/, openwiki/, .github/, and the root README.md / CHANGELOG.md / FAQ.md / SECURITY.md are in scope. Directories such as data-lakehouse/, donor-*, uml-p-screener/, vnpy/, zhilian/, liepin/, qcc/, li_s_additives/, front/, reports/, memory/, ditiediantu/ are unrelated experiments and must not be edited as part of normal work.

  2. Never commit cookies. They live under xiaohongshu-saas/data/cookies/ and are git-ignored.

  3. Xiaohongshu publisher is fragile. Read openwiki/integrations.md before changing app/channels/xiaohongshu/. Rate limits and cookie rotation matter.

  4. Dependency bumps. Never bump a major version without asking and updating xiaohongshu-saas/requirements.txt.

  5. Tests. Touching the backend? pytest -q from xiaohongshu-saas/ must stay green. Touching web/? npm run lint && npm run test must stay green.

  6. Releases. Version bumps happen in installer/build.ps1. The MSI artifact is uploaded to the matching GitHub Release tag.