Skip to content

Commit 2a9892f

Browse files
author
SATOVERSE Developer
committed
Autonomous development: Documentation standardization, CI/CD improvements, and release preparation - 2025-07-02 15:18:35
1 parent bfe93d2 commit 2a9892f

File tree

61 files changed

+36963
-1358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+36963
-1358
lines changed

.cursor/rules/SDKs-rules.mdc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ This file is the **single authoritative entry point** for all rules, templates,
133133
- **Violation Handling**: **MUST** fix violations immediately or block deployment
134134
- **Documentation**: **MUST** document any exceptions or workarounds
135135

136+
### **MANDATORY SECURITY AND PRIVACY RULES**
137+
- **ABSOLUTELY NO private, sensitive, or credential information in ANY public files**
138+
- **NEVER include secrets, API keys, passwords, or internal URLs in changelogs, documentation, or code**
139+
- **NEVER commit files containing credentials, even if they are later removed**
140+
- **ALL sensitive data MUST be handled through environment variables or secure configuration files**
141+
- **Changelogs and documentation MUST only contain public-facing information**
142+
- **If a change involves secrets or credentials, describe it generically without exposing details**
143+
- **This is a CRITICAL security requirement that applies to ALL SDKs and projects**
144+
- **Reason: Prevents accidental exposure of sensitive information in public repositories**
145+
136146
### **MANDATORY COMMUNITY LINKS**
137147
- **ALL documentation, README files, and public-facing content MUST include these community links:**
138148
- **GitHub**: https://github.com/satoverse/

.cursor/rules/language_documentation_automation.mdc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,3 +872,7 @@ echo "✅ Language documentation automation complete!"
872872
- **Status**: Active and Enforced
873873

874874

875+
876+
877+
878+

.next/trace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"name":"next-dev","duration":748273,"timestamp":342031697804,"id":1,"tags":{},"startTime":1751448490440,"traceId":"e9567bafeeb4c577"}]

0 commit comments

Comments
 (0)