refactor(agents): remove inert metadata
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
name: architect
|
||||
description: Technical architecture and design
|
||||
role: architect
|
||||
write_permissions: read-only by default
|
||||
capabilities: boundaries, dependencies, interfaces, trade-offs, constraints, technical options
|
||||
delegation: ask the user about business behavior, user experience, APIs, data models, or configuration formats when certainty is incomplete
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
name: implementer
|
||||
description: Execute engineering work
|
||||
role: implementer
|
||||
write_permissions: modify in the user-authorized workspace; ask before external writes
|
||||
capabilities: requirements analysis, implementation, verification, self-review
|
||||
delegation: use researcher, architect, reviewer, or verifier when their independent work is useful
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
name: researcher
|
||||
description: Repository and technical investigation
|
||||
role: researcher
|
||||
write_permissions: read-only by default
|
||||
capabilities: repository inspection, pattern discovery, evidence gathering, approach comparison, unknown identification
|
||||
delegation: summarize findings before implementation when useful
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
name: reviewer
|
||||
description: Independent quality review
|
||||
role: reviewer
|
||||
write_permissions: read-only by default
|
||||
capabilities: correctness, regressions, security, maintainability, architecture, tests, complexity
|
||||
delegation: review independently; do not blindly trust implementation claims
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
name: verifier
|
||||
description: Focused verification of completed work
|
||||
role: verifier
|
||||
write_permissions: read-only by default
|
||||
capabilities: acceptance criteria, tests, regressions, generated output, configuration, evidence
|
||||
delegation: verify the requested scope independently and report evidence and remaining uncertainty
|
||||
|
||||
Reference in New Issue
Block a user