chore: remove configuration files and reorganize production workflow documentation
Some checks failed
CLI Tests / test-cli (push) Failing after 6s
Integration Tests / test-service-integration (push) Successful in 48s
Documentation Validation / validate-docs (push) Successful in 11s
Package Tests / test-python-packages (map[name:aitbc-core path:packages/py/aitbc-core]) (push) Successful in 32s
Package Tests / test-python-packages (map[name:aitbc-agent-sdk path:packages/py/aitbc-agent-sdk]) (push) Successful in 46s
Package Tests / test-python-packages (map[name:aitbc-crypto path:packages/py/aitbc-crypto]) (push) Successful in 24s
Package Tests / test-python-packages (map[name:aitbc-sdk path:packages/py/aitbc-sdk]) (push) Successful in 25s
Package Tests / test-javascript-packages (map[name:aitbc-sdk-js path:packages/js/aitbc-sdk]) (push) Successful in 19s
Python Tests / test-python (push) Failing after 5s
Package Tests / test-javascript-packages (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 1m4s
Security Scanning / security-scan (push) Successful in 31s
Some checks failed
CLI Tests / test-cli (push) Failing after 6s
Integration Tests / test-service-integration (push) Successful in 48s
Documentation Validation / validate-docs (push) Successful in 11s
Package Tests / test-python-packages (map[name:aitbc-core path:packages/py/aitbc-core]) (push) Successful in 32s
Package Tests / test-python-packages (map[name:aitbc-agent-sdk path:packages/py/aitbc-agent-sdk]) (push) Successful in 46s
Package Tests / test-python-packages (map[name:aitbc-crypto path:packages/py/aitbc-crypto]) (push) Successful in 24s
Package Tests / test-python-packages (map[name:aitbc-sdk path:packages/py/aitbc-sdk]) (push) Successful in 25s
Package Tests / test-javascript-packages (map[name:aitbc-sdk-js path:packages/js/aitbc-sdk]) (push) Successful in 19s
Python Tests / test-python (push) Failing after 5s
Package Tests / test-javascript-packages (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 1m4s
Security Scanning / security-scan (push) Successful in 31s
🧹 Configuration Cleanup: • Remove .aitbc.yaml test configuration file • Remove .editorconfig editor settings • Remove .env.example environment template • Remove .gitea-token authentication file • Remove .pre-commit-config.yaml hooks configuration 📋 Workflow Documentation Restructuring: • Replace immediate actions with complete optimization workflow (step 1) • Add production deployment workflow as
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
### **📚 Learning Paths**
|
||||
- **👤 [Beginner Path](#-beginner-learning-path)** - Start here (6 topics)
|
||||
- **🤖 [Agent SDK Path](#-agent-sdk-learning-path)** - Agent communication (3 topics)
|
||||
- **🌉 [Intermediate Path](#-intermediate-learning-path)** - Bridge concepts (7 topics)
|
||||
- **🚀 [Advanced Path](#-advanced-learning-path)** - Deep technical (6 topics)
|
||||
- **🎓 [Expert Path](#-expert-learning-path)** - Specialized expertise (6 topics)
|
||||
@@ -89,6 +90,24 @@
|
||||
|
||||
---
|
||||
|
||||
## 🤖 **Agent SDK Learning Path**
|
||||
|
||||
### **🎯 [Agent SDK Overview](agent-sdk/README.md)**
|
||||
**Prerequisites**: Basic Python knowledge | **Time**: 2-4 hours total
|
||||
|
||||
| Topic | Description | Time | Difficulty |
|
||||
|-------|-------------|------|------------|
|
||||
| [📱 Agent Communication Guide](agent-sdk/AGENT_COMMUNICATION_GUIDE.md) | Comprehensive agent communication guide | 1-2h | ⭐⭐⭐ |
|
||||
| [🚀 Quick Start Guide](agent-sdk/QUICK_START_GUIDE.md) | Get started in 5 minutes | 30m | ⭐ |
|
||||
| [📚 API Reference](agent-sdk/API_REFERENCE.md) | Complete API documentation | 1-2h | ⭐⭐⭐⭐ |
|
||||
|
||||
**🎯 Agent Paths:**
|
||||
- **New Agents**: Quick Start → Communication Guide → API Reference
|
||||
- **Developing Agents**: Communication Guide → API Reference → Advanced Topics
|
||||
- **Agent Integrators**: API Reference → Communication Guide → Quick Start
|
||||
|
||||
---
|
||||
|
||||
## 🎓 **Expert Learning Path**
|
||||
|
||||
### **🎯 [Expert Overview](expert/README.md)**
|
||||
@@ -129,6 +148,15 @@ Documentation about the documentation system itself:
|
||||
| [📚 Centralization Guide](about/CENTRALIZED_DOCS_STRUCTURE.md) | Documentation centralization process |
|
||||
| [📋 Sorting Summary](about/DOCUMENTATION_SORTING_SUMMARY.md) | Documentation sorting and organization |
|
||||
|
||||
### **🤖 [Agent SDK Documentation](agent-sdk/)**
|
||||
**Complete documentation for OpenClaw agent communication:**
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| [📱 Agent Communication Guide](agent-sdk/AGENT_COMMUNICATION_GUIDE.md) | Comprehensive agent communication guide |
|
||||
| [🚀 Quick Start Guide](agent-sdk/QUICK_START_GUIDE.md) | Get started in 5 minutes |
|
||||
| [📚 API Reference](agent-sdk/API_REFERENCE.md) | Complete API documentation |
|
||||
|
||||
---
|
||||
|
||||
## 🗂️ **Archive & History**
|
||||
|
||||
Reference in New Issue
Block a user