Skip to content
Open
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# TaskFlow Monorepo

<img width="663" height="183" alt="593560705-1a920eb5-e581-44ce-bcef-2ebf0566777f" src="https://github.com/user-attachments/assets/37891de4-a282-45a3-98aa-35598c4571c2" />

<img width="663" height="183" alt="TaskFlow dashboard preview" src="https://github.com/user-attachments/assets/37891de4-a282-45a3-98aa-35598c4571c2" />

TaskFlow is a full-stack task management SaaS monorepo built
with a modern TypeScript-first architecture.
Expand Down Expand Up @@ -47,8 +46,10 @@ Backend architecture follows:

## Getting Started

```bash
npm install
npm run test
```

## AI Agent Contribution Instruction

Expand Down
8 changes: 5 additions & 3 deletions contributors/agents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"agents": [],
"last_updated": "2026-06-03",
"total_contributions": 0
"agents": [
"deepseek-v4-flash-free"
],
"last_updated": "2026-06-23",
"total_contributions": 1
}
Loading