- Reverted previous consolidation of AGENTS.md and CLAUDE.md to libs/external/ as per user's request.
- Ensured AGENTS.md and CLAUDE.md are present in the root directory with their latest content.
- Updated README.md and GEMINI.md to accurately reflect the file structure: AGENTS.md and CLAUDE.md at root, and prompts-library, my-nvim, XHS-image-to-PDF-conversion under libs/external/.
- Consolidate AGENTS.md and CLAUDE.md under libs/external/.
- Update README.md and GEMINI.md to reflect the new paths for AGENTS.md, CLAUDE.md, and prompts-library.
- Correct internal references in libs/external/AGENTS.md and libs/external/CLAUDE.md.
- Introduce AGENTS.md to the root directory.
- Add new documents: 小登论道.md and 编程书籍推荐.md to the documents/ directory.
- Update README.md (possibly related to directory structure or other changes).
This commit moves the "赞助地址" section from the "联系方式" area to the
footer of README.md, positioning it after the "Star History" section
and before the attribution line. This improves the document's flow and
places sponsorship details in a more conventional location for supplementary information.
This commit refactors the Mermaid diagram in README.md to improve GitHub rendering compatibility.
Key changes include:
- Removing classDef styling definitions.
- Simplifying subgraph titles and node labels.
- Standardizing arrow types to solid lines.
- Removing cross-cutting concerns and legend sections.
These adjustments aim to ensure the diagram displays correctly across various GitHub environments.
This commit applies additional fixes to the Mermaid diagram in README.md
by introducing explicit subgraph IDs (e.g., subgraph ext_layer[...])
and standardizing parentheses in node labels (e.g., (外部接入预留) to (外部接入预留)).
These changes enhance the diagram's robustness and ensure consistent rendering.
This commit adds detailed cryptocurrency sponsorship addresses to the README.md
under a new "赞助地址" section, enhancing transparency for community support.
Additionally, it includes a fix for a lexical error in the Mermaid diagram within
README.md by simplifying subgraph titles and ensuring proper classDef placement,
improving diagram rendering across platforms.
This commit introduces standard GitHub community files including:
- Issue templates for bug reports and feature requests.
- Pull Request template.
- Security policy with contact email.
- Funding configuration with GitHub Sponsors and custom links.
Updates include:
- .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md.
- .github/PULL_REQUEST_TEMPLATE.md.
- .github/SECURITY.md with tukuai.ai@gmail.com as contact email.
- .github/FUNDING.yml with github: tukuaiai and custom crypto/social links.
- README.md with a new 联系方式 section and fixed Mermaid diagram syntax.
- .gitignore updated to track .github/ directory.
This ensures better community engagement and project maintainability.