feat: add databank collab and artifacts structure with updated workflows\n\n- Create databank/collab directory for human/AI interaction\n- Create databank/artifacts directory with subdirs (docs, code, config, templates)\n- Update AGENTS.md to clarify collab/ for human/AI interaction and artifacts/ fully managed by AI\n- Replace old output/ references with new artifacts/ structure in AGENTS.md\n- Update main README.md with new databank structure and clickable links\n- Add documentation for both new databank directories\n- Update AGENTS.md version tracking to v5.0.0 reflecting the new structure\n- Maintain consistency across all references to AI-managed vs human-managed spaces
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -5,6 +5,7 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|--------------------------------------------------|---------------------|
|
||||
| 2025-10-24 | 5.0.0 | Add databank collab and artifacts structure | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 4.0.0 | Update PMO structure and documentation links | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 3.0.0 | Add guidelines for gorgeous commit messages | Charles N Wyble (@ReachableCEO) |
|
||||
| 2025-10-24 | 2.0.0 | Update for databank/PMO restructure | Charles N Wyble (@ReachableCEO) |
|
||||
@@ -14,6 +15,7 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
|
||||
| Date | Version | Description |
|
||||
|------------|---------|--------------------------------------------------|
|
||||
| 2025-10-24 | 5.0.0 | Added databank collab and artifacts structure |
|
||||
| 2025-10-24 | 4.0.0 | Updated PMO structure and documentation links |
|
||||
| 2025-10-24 | 3.0.0 | Added guidelines for gorgeous commit messages |
|
||||
| 2025-10-24 | 2.0.0 | Updated for databank/PMO restructure |
|
||||
@@ -202,6 +204,16 @@ Friday, October 24, 2025 (Timezone: UTC+00:00 - Please adjust to local system ti
|
||||
- Maintain consistency in behavior across different projects
|
||||
- Respect environment-specific configurations
|
||||
|
||||
### Collaboration and Artifacts
|
||||
- Use `databank/collab/` for human/AI interaction and communication
|
||||
- Use `databank/artifacts/` for AI-managed content (docs, code, config, templates)
|
||||
- AI has full management control over `databank/artifacts/` directory
|
||||
- Human interaction primarily occurs in `databank/collab/` directory
|
||||
- The AI manages the `databank/artifacts/` directory structure as needed
|
||||
- Common pattern: `databank/artifacts/docs/`, `databank/artifacts/code/`, `databank/artifacts/config/`, etc.
|
||||
- Maintain clean separation between human-managed and AI-managed resources
|
||||
- Follow consistent naming conventions across artifacts
|
||||
|
||||
### Tool Integration
|
||||
- Work with existing development tools and workflows
|
||||
- Maintain compatibility with CI/CD pipelines
|
||||
|
||||
Reference in New Issue
Block a user