You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3-AI-Engineering/3.3.2-agentic-ide.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ As of the time of writing each of these are all very close in feature sets thoug
46
46
47
47
While the features of agentic IDEs can vary, there are some common features that are typically available. These include rule/instruction files, workflows, and MCP servers (which were covered previously). All major agentic IDEs have native support for MCP servers.
48
48
49
-
| Feature | Description | Key Capabilities |
50
-
|---------|-------------|------------------|
51
-
|**Intelligent Code Completion**| Advanced code suggestions that understand context | • Context-aware suggestions<br>• Whole-line and multi-line completions<br>• API and documentation integration |
52
-
|**Automated Refactoring**| Tools to improve and modernize code | • Code quality improvements<br>• Pattern recognition and application<br>• Technical debt identification |
53
-
|**Natural Language Interfaces**| Conversational AI assistance for development tasks | • Conversational coding assistance<br>• Documentation generation<br>• Bug explanation and fixes |
54
-
|**Contextual Understanding**| Deep awareness of codebase structure and relationships | • Codebase awareness<br>• Dependency analysis<br>• Architectural insights |
|**Intelligent Code Completion**| Advanced code suggestions that understand context | • Context-aware suggestions<br>• Whole-line and multi-line completions<br>• API and documentation integration |
52
+
|**Automated Refactoring**| Tools to improve and modernize code | • Code quality improvements<br>• Pattern recognition and application<br>• Technical debt identification|
53
+
|**Natural Language Interfaces**| Conversational AI assistance for development tasks | • Conversational coding assistance<br>• Documentation generation<br>• Bug explanation and fixes|
54
+
|**Contextual Understanding**| Deep awareness of codebase structure and relationships | • Codebase awareness<br>• Dependency analysis<br>• Architectural insights|
55
55
56
56
### Rule/Instruction Files
57
57
@@ -152,7 +152,7 @@ prompt: |
152
152
Write a comprehensive unit test for the following function.
153
153
Focus on edge cases and error conditions.
154
154
Use the testing framework from the existing test files.
Copy file name to clipboardExpand all lines: docs/6-software-development-practices/6.1.1-scrum.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,12 @@ Establishing a base for the team's ceremonies helps create a rhythm and cadence.
54
54
55
55

56
56
57
-
| Ceremony | Purpose | Duration | Audience |
58
-
| -- | -- | -- | -- |
59
-
|**Refinement**| Refine backlog stories, update with outstanding questions and point stories that are fully refined. | 1hr | Everyone |
60
-
|**Sprint Planning**| Confirm backlog stories are fully defined and pointed and decide which stories to pull into the upcoming sprint. | 30min | Everyone |
61
-
|**Stand up**| Daily team touch point. Walk the board or discuss work accomplished yesterday, work planned for today, and blockers | 15 min | Everyone |
62
-
|**Demo & Retro**| Demonstrate code changes to the team, product owner, and stakeholders. Discuss what went well and what improvements can be made. | 1hr | Everyone |
57
+
| Ceremony | Purpose| Duration | Audience |
58
+
| -- | -- | -- | --|
59
+
|**Refinement**| Refine backlog stories, update with outstanding questions and point stories that are fully refined. | 1hr| Everyone |
60
+
|**Sprint Planning**| Confirm backlog stories are fully defined and pointed and decide which stories to pull into the upcoming sprint. | 30min| Everyone |
61
+
|**Stand up**| Daily team touch point. Walk the board or discuss work accomplished yesterday, work planned for today, and blockers | 15 min| Everyone |
62
+
|**Demo & Retro**| Demonstrate code changes to the team, product owner, and stakeholders. Discuss what went well and what improvements can be made. | 1hr| Everyone |
63
63
64
64
3 Amigos, part of BDD practice, include 30 minute sessions with relevant team members to surface questions and assumptions around product, development, and testing. Although some teams decide to incorporate this into a regularly cadenced ceremony, other teams follow the recommendation to have them adhoc.
| RBAC | (Role-based Access Control) is a method of regulating access to computer or network resources based on the roles of individual users within an enterprise. |
35
-
| Node | Grants permissions to kubelets based on the pods they're scheduled to run. |
35
+
| Node | Grants permissions to kubelets based on the pods they're scheduled to run. |
36
36
| ABAC | (Attribute-Based Access Control) grants rights to users based on policies that combine attributes together. |
37
37
| Webhook | Is an HTTP callback; a simple event-notification via HTTP POST. |
0 commit comments