Skip to content

Commit 17af30e

Browse files
Simplify C4 clause: focus on tool-agnostic design without extra requirements
- Removed steward, refresh cadence, and traceability fields - Kept core principle: tool-agnostic by default - Kept directory organization requirement for tool-specific implementations
1 parent e070fee commit 17af30e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.devagent/memory/constitution.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ Use these clauses as the long-term guardrails for product discovery, research, a
3535
- **Traceability:** Feature and spec templates must include a "Delivery Principles" check confirming adherence; deviations require an explicit waiver captured in the decision journal.
3636

3737
### C4. Tool-Agnostic Design
38-
- **Statement:** Agents, workflows, and tooling must be designed to be tool-agnostic by default, enabling use across any AI development tool (Cursor, Codegen, Codex, GitHub Copilot, etc.). Tool-specific implementations must be organized under clearly labeled tool-specific directory structures (e.g., `.devagent/tools/codegen/`, `.devagent/tools/cursor/`) to maintain clear separation of concerns and maximize reusability across platforms.
39-
- **Steward:** AgentBuilder in partnership with ProductMissionPartner.
40-
- **Refresh cadence:** Review quarterly or when new AI development tools emerge.
41-
- **Traceability:** Agent definitions and workflow specifications must include a "Tool Compatibility" section documenting which tools can execute them; tool-specific code must reside under `.devagent/tools/{tool-name}/` directories with a README explaining the tool-specific implementation.
38+
- **Statement:** Agents, workflows, and tooling must be designed to be tool-agnostic by default, enabling use across any AI development tool (Cursor, Codegen, Codex, GitHub Copilot, etc.). Tool-specific implementations must be organized under clearly labeled tool-specific directory structures (e.g., `.devagent/tools/codegen/`, `.devagent/tools/cursor/`).
4239

4340
## Clause Directory
4441

0 commit comments

Comments
 (0)