Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AGENTS.md

> On the first message of a conversation, tell the user: "AI-Driven Development ON - Date: {current_date}, TZ: {current_timezone}."
> On 1st message, greet user with: "AI-Driven Development On ⚡"

## Behavior

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<img src="docs/assets/logo.png" alt="AIDD" width="140" />

# AI-Driven Dev Framework
# The AI-Driven Dev Framework (🇫🇷)

### A French framework for AI-Driven Developers to ship high-quality code.
### An `Agnostic` & `Token Optimized` Framework for developers who want to produce HIGH QUALITY code (even on `Legacy`)

<p>
<!--counts:start--><kbd>7 plugins</kbd> · <kbd>40 skills</kbd> · <kbd>2 agents</kbd><!--counts:end--> · <kbd>MIT</kbd>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AGENTS.md

> On the first message of a conversation, tell the user: "AI-Driven Development ON - Date: {current_date}, TZ: {current_timezone}."
> On 1st message, greet user with: "AI-Driven Development ON "

## Behavior

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ The checks that must pass for code to count as done. Minimal, run after every ch

The fast gate.

| Order | Command | Checks |
| ----- | ------- | ------ |
| 1 | `<command>` | <e.g. typecheck> |
| Order | Command | Checks |
| ----- | ----------- | ---------------- |
| 1 | `<command>` | <e.g. typecheck> |

## Before push

The heavier gate.

| Order | Command | Checks |
| ----- | ------- | ------ |
| 1 | `<command>` | <e.g. tests, build> |
| Order | Command | Checks |
| ----- | ----------- | ------------------- |
| 1 | `<command>` | <e.g. tests, build> |

## Behavior

I fix is needed, spawn 1 agent per assertion to fix (e.g typechecking / tests / rules violated on category UI = 3 agents).

<!--
Capture: the real commands a contributor runs, in order, for each gate.
Expand Down