From 1ceba111ceb7f238f98a6ad9501d1927f26c4735 Mon Sep 17 00:00:00 2001 From: Roger Bacon Date: Sun, 12 Jul 2026 16:58:04 +0000 Subject: [PATCH] Move Tau from Instituto to Personal Projects --- PROJECTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS.md b/PROJECTS.md index f293fb1..18abe99 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -10,7 +10,6 @@ |---------|--------|----------|-------| | **Gestión de Tablets v1.0** | Active | High | First version of tablet management system | | **Gestión de Edificios Públicos** | Someday | Low | [cmms](https://github.com/Grashjs/cmms) — *Computerized Maintenance Management System* for tracking maintenance of public school buildings. Useful for secondary schools to schedule upkeep, log facility issues, and ensure infrastructure safety. | -| **Tau** | Studying | Medium | [huggingface/tau](https://github.com/huggingface/tau) — Minimalist teaching project for creating coding agents. A Python implementation to understand agent architecture without starting from a giant codebase. | --- @@ -29,6 +28,7 @@ |---------|--------|----------|-------| | **"Satélites"** | v0.1 (abandoned) | Medium | Personal knowledge system: graphs, markdown projects, inter-page links | | **Zedless** | Finished (pending future review) | Low | Privacy-friendly fork of Zed editor — no telemetry, local-first. Uses ast-grep to patch upstream source. Review when upstream code updates | +| **Tau** | Studying | Medium | [huggingface/tau](https://github.com/huggingface/tau) — Minimalist teaching project for creating coding agents. A Python implementation to understand agent architecture without starting from a giant codebase. | ---