4 Commits
Author SHA1 Message Date
GuoQing Zhang 6c1440a20c docs: consolidate AGENTS.md with progressive disclosure, symlink CLAUDE.md
- Merge CLAUDE.md + AGENTS.md into a single AGENTS.md (~190 lines, P0 only)
- CLAUDE.md and src/backend/CLAUDE.md are now symlinks to their AGENTS.md
  counterparts so all AI coding tools (Cursor, Copilot, etc.) read the same source
- Move backend commands, module map, and subsystem internals to src/backend/AGENTS.md
  (auto-loaded by Claude Code only when editing backend files)
- Frontend critical constraints remain inline in root AGENTS.md for non-Claude-Code tools
- Drop v2.5 branch references and verbose historical context
2026-05-25 17:40:19 +08:00
LineWalkerandClaude Opus 4.7 2b443c1726 docs: rewrite CLAUDE.md from first principles for development efficiency
Replace the slim frontend-rules-only doc with a 9-section guide focused on
"things you'll get wrong if you don't read this": commands, DDD layering,
MySQL+DaMeng compatibility, tenant_id auto-injection, 5-level permission
short-circuit, arch-guard rules, SDD workflow, and high-frequency pitfalls.
Grep-able content (module lists, node enums) stays out; points to AGENTS.md
for the full 600-line architecture deep-dive.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 16:45:38 +08:00
GuoQing Zhang af2e916173 feat: upload 2.6.0 prd and spec 2026-05-19 14:05:46 +08:00
dolphin 7a3eb56d0c feat: transition chat to LangGraph agent flow by removing input mutex and enabling concurrent tool, knowledge, and file usage. 2026-04-15 15:54:00 +08:00