зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									ad81172e75
								
							
						
					
					
						Коммит
						1fca0160dd
					
				| @ -1,2 +1,6 @@ | |||||||
| world leaders ai | world leaders ai | ||||||
| https://www.youtube.com/@Funny-DCAI/shorts | https://www.youtube.com/@Funny-DCAI/shorts | ||||||
|  | 
 | ||||||
|  | 2011 | ||||||
|  | Instructor na Zile of 2:31 | ||||||
|  |     https://www.youtube.com/watch?v=KhGwec_zedM | ||||||
|  | |||||||
| @ -1,6 +1,8 @@ | |||||||
| Evgeniy Victorovich | Evgeniy Victorovich | ||||||
| 
 | 
 | ||||||
| 2025 | 2025 | ||||||
|  | RusPolitCult - Varshavskiy - QA - International Right and Palestine of 1:06:11 | ||||||
|  |     https://www.youtube.com/watch?v=E2yxDn284FQ | ||||||
| RusPolitCult - Varshavskiy - Putch of 1991 of 36:10 | RusPolitCult - Varshavskiy - Putch of 1991 of 36:10 | ||||||
|     https://www.youtube.com/watch?v=dhYoeqPVPiw |     https://www.youtube.com/watch?v=dhYoeqPVPiw | ||||||
|     https://vkvideo.ru/video-188764303_456239976 |     https://vkvideo.ru/video-188764303_456239976 | ||||||
|  | |||||||
| @ -1,4 +1,6 @@ | |||||||
| 2025 | 2025 | ||||||
|  | Devoxx - Bootiful Spring Boot: the Deep Dive by Josh Long 0:00 of 3:00:56 | ||||||
|  |     https://www.youtube.com/watch?v=nzDpu4qh0jA | ||||||
| Devoxx - Bootiful Spring Boot by Josh Long 0:00 of 50:20 | Devoxx - Bootiful Spring Boot by Josh Long 0:00 of 50:20 | ||||||
|     https://www.youtube.com/watch?v=KwXMAtldEz0 |     https://www.youtube.com/watch?v=KwXMAtldEz0 | ||||||
| Devoxx - A Long Spring: 19 Years of Living with Your Past Mistakes by Arjen Poutsma 0:00 of 49:59 | Devoxx - A Long Spring: 19 Years of Living with Your Past Mistakes by Arjen Poutsma 0:00 of 49:59 | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								pl/web/design/diagrams/mermaid/ext.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								pl/web/design/diagrams/mermaid/ext.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://github.com/IstiN/mermaid_extensions | ||||||
| @ -11,3 +11,87 @@ graph LR | |||||||
|     style B fill:#e6e6ff,stroke:#333,color:black,stroke-width:2px |     style B fill:#e6e6ff,stroke:#333,color:black,stroke-width:2px | ||||||
|     style C fill:#e6ffe6,stroke:#333,color:black,stroke-width:2px |     style C fill:#e6ffe6,stroke:#333,color:black,stroke-width:2px | ||||||
| ``` | ``` | ||||||
|  | 
 | ||||||
|  | https://raw.githubusercontent.com/IstiN/dmtools-ai-teammate/refs/heads/main/README.md | ||||||
|  | ```mermaid | ||||||
|  | sequenceDiagram | ||||||
|  |     participant User as 👤 User | ||||||
|  |     participant Jira as 🎫 Jira | ||||||
|  |     participant JiraAuto as 🤖 Jira Automation | ||||||
|  |     participant GitHub as 🐙 GitHub Actions | ||||||
|  |     participant DMTools as 🔧 DMTools CLI | ||||||
|  |     participant Cursor as 🤖 Cursor Agent | ||||||
|  |     participant FS as 📁 File System | ||||||
|  | 
 | ||||||
|  |     Note over User, FS: AI Teammate Workflow Process | ||||||
|  | 
 | ||||||
|  |     User->>Jira: Assigns issue to "AI Teammate" | ||||||
|  |     Note right of Jira: Issue assigned with specific conditions | ||||||
|  |      | ||||||
|  |     Jira->>JiraAuto: Triggers automation rule | ||||||
|  |     Note right of JiraAuto: Condition: Assignee = AI Teammate<br/>+ No "ai_questions_asked" label | ||||||
|  |      | ||||||
|  |     JiraAuto->>GitHub: POST webhook to workflow dispatch | ||||||
|  |     Note right of GitHub: Sends config_file + encoded_config<br/>with issue key and initiator | ||||||
|  |      | ||||||
|  |     GitHub->>DMTools: Executes workflow with parameters | ||||||
|  |     Note right of DMTools: Installs Cursor CLI + DMTools CLI | ||||||
|  |      | ||||||
|  |     DMTools->>FS: Creates input/ folder structure | ||||||
|  |     Note right of FS: Prepares instructions from config | ||||||
|  |      | ||||||
|  |     DMTools->>DMTools: Reads agent configuration | ||||||
|  |     Note right of DMTools: Loads story_description.json or<br/>story_questions.json | ||||||
|  |      | ||||||
|  |     DMTools->>FS: Writes instructions to input/ folder | ||||||
|  |     Note right of FS: Contains JQL query, user context,<br/>AI role, and formatting rules | ||||||
|  |      | ||||||
|  |     DMTools->>Cursor: Executes CLI command | ||||||
|  |     Note right of Cursor: ./cicd/scripts/run-cursor-agent.sh<br/>--model sonnet-4 | ||||||
|  |      | ||||||
|  |     Cursor->>FS: Reads input/ folder | ||||||
|  |     Note right of Cursor: Processes instructions and context | ||||||
|  |      | ||||||
|  |     Cursor->>Jira: Queries ticket data via JQL | ||||||
|  |     Note right of Jira: Gets current description, comments,<br/>attachments, child tickets | ||||||
|  |      | ||||||
|  |     Cursor->>Cursor: AI Processing | ||||||
|  |     Note right of Cursor: Analyzes content based on role<br/>and instructions | ||||||
|  |      | ||||||
|  |     Cursor->>FS: Writes output to outputs/response.md | ||||||
|  |     Note right of FS: Generated content ready for processing | ||||||
|  |      | ||||||
|  |     alt Story Description Agent (outputType: "field") | ||||||
|  |         DMTools->>DMTools: Executes assignForReview.js | ||||||
|  |         Note right of DMTools: Post-processing script | ||||||
|  |          | ||||||
|  |         DMTools->>Jira: Updates ticket description | ||||||
|  |         Note right of Jira: Replaces description field<br/>with enhanced content | ||||||
|  |          | ||||||
|  |         DMTools->>Jira: Assigns ticket for review | ||||||
|  |         Note right of Jira: Changes assignee to reviewer | ||||||
|  |          | ||||||
|  |         DMTools->>Jira: Adds processing labels | ||||||
|  |         Note right of Jira: Adds "ai_description_updated" label | ||||||
|  |          | ||||||
|  |     else Story Questions Agent (outputType: "none") | ||||||
|  |         DMTools->>DMTools: Executes createQuestionsAndAssignForReview.js | ||||||
|  |         Note right of DMTools: Parses JSON array from response.md | ||||||
|  |          | ||||||
|  |         loop For each question in JSON array | ||||||
|  |             DMTools->>Jira: Creates new sub-ticket | ||||||
|  |             Note right of Jira: Summary, Priority, Description<br/>from JSON object | ||||||
|  |              | ||||||
|  |             DMTools->>Jira: Links as child to parent | ||||||
|  |             Note right of Jira: Sets parent-child relationship | ||||||
|  |         end | ||||||
|  |          | ||||||
|  |         DMTools->>Jira: Adds "ai_questions_asked" label | ||||||
|  |         Note right of Jira: Prevents duplicate processing | ||||||
|  |          | ||||||
|  |         DMTools->>Jira: Assigns parent ticket for review | ||||||
|  |         Note right of Jira: Changes assignee to reviewer | ||||||
|  |     end | ||||||
|  |      | ||||||
|  |     Note over User, FS: Process Complete - Jira Updated | ||||||
|  | ``` | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								science/ai/agent/awesome.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								science/ai/agent/awesome.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | |||||||
|  | https://github.com/ashishpatel26/500-AI-Agents-Projects | ||||||
| @ -1,3 +1,5 @@ | |||||||
|  | https://www.deeplearning.ai/courses/agentic-ai/ | ||||||
|  | 
 | ||||||
| https://microsoft.github.io/ai-agents-for-beginners/ | https://microsoft.github.io/ai-agents-for-beginners/ | ||||||
|     https://github.com/microsoft/ai-agents-for-beginners |     https://github.com/microsoft/ai-agents-for-beginners | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -3,6 +3,7 @@ https://cursor.sh/pricing | |||||||
| https://cursor.directory/ | https://cursor.directory/ | ||||||
| 
 | 
 | ||||||
| https://cursor.com/ru/learn | https://cursor.com/ru/learn | ||||||
|  | https://github.com/IstiN/cursor_masterclass | ||||||
| 
 | 
 | ||||||
| rules | rules | ||||||
| https://cursor.directory/rules | https://cursor.directory/rules | ||||||
|  | |||||||
							
								
								
									
										20
									
								
								science/ai/integration/jira/dmtools.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										20
									
								
								science/ai/integration/jira/dmtools.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,20 @@ | |||||||
|  | https://github.com/IstiN/dmtools | ||||||
|  | https://github.com/IstiN/dmtools-ai-teammate | ||||||
|  | https://github.com/IstiN/dmtools-flutter | ||||||
|  | https://github.com/IstiN/dmtools-agentic-workflows | ||||||
|  |      | ||||||
|  | Uladzimir Klyshevich  | ||||||
|  | 
 | ||||||
|  | https://github.com/IstiN/dmtools/tree/main/docs | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/README.md | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/ai-teammate/agent-configuration.md | ||||||
|  | https://github.com/IstiN/dmtools/tree/main/docs/getting-started | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/getting-started/configuration.md | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/getting-started/first-steps.md | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/cli-usage/mcp-tools.md | ||||||
|  | https://github.com/IstiN/dmtools/blob/main/docs/jobs/README.md | ||||||
|  | 
 | ||||||
|  | integration | ||||||
|  | https://github.com/IstiN/dmtools/tree/main/docs/integrations | ||||||
|  | ms-teams | ||||||
|  | https://github.com/IstiN/dmtools/pull/56/files | ||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 ihar_hancharenka
						ihar_hancharenka