Skip to content

Commit 962cddc

Browse files
barckcodeclaude
andcommitted
fix: add Schedules to docs overview and add docs completeness rule
Add Schedules entry to Documentation Sections list in docs overview (EN/ES). Add development guideline to CLAUDE.md requiring docs overview, sidebar, and translations to be updated when adding new doc pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac43538 commit 962cddc

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Source code lives in `web/`. Deployments are automated via GitHub Actions on eve
1717
- **Validate UI changes with Playwright MCP** to ensure user flows work correctly end-to-end.
1818
- **Build validation** — if the project has a build step, run it and confirm it succeeds before committing.
1919
- **Tests are mandatory** — write e2e, functional, and unit tests for every new feature. Tests live in `web/tests/`.
20+
- **Docs completeness** — when adding a new documentation page, ALWAYS update: (1) the "Documentation Sections" list in the docs overview (`web/src/pages/docs/index.astro` and `web/src/pages/es/docs/index.astro`), (2) the sidebar in `web/src/layouts/DocsLayout.astro`, and (3) the translations in `web/src/i18n/ui.ts`.

web/src/pages/docs/index.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ import DocsLayout from '../../layouts/DocsLayout.astro';
9494
<a href="/docs/skills"><strong>Skills</strong></a>:
9595
How to extend agent capabilities with installable skills.
9696
</li>
97+
<li>
98+
<a href="/docs/schedules"><strong>Schedules</strong></a>:
99+
Automate recurring tasks with cron-based schedules and track run history.
100+
</li>
97101
<li>
98102
<a href="/docs/architecture"><strong>Architecture</strong></a>:
99103
System components, messaging, container internals, and runtime design.

web/src/pages/es/docs/index.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ import DocsLayout from '../../../layouts/DocsLayout.astro';
9494
<a href="/es/docs/skills"><strong>Habilidades</strong></a>:
9595
Como extender las capacidades de los agentes con habilidades instalables.
9696
</li>
97+
<li>
98+
<a href="/es/docs/schedules"><strong>Tareas Programadas</strong></a>:
99+
Automatiza tareas recurrentes con programaciones basadas en cron y consulta el historial de ejecuciones.
100+
</li>
97101
<li>
98102
<a href="/es/docs/architecture"><strong>Arquitectura</strong></a>:
99103
Componentes del sistema, mensajeria, internos del contenedor y diseno del runtime.

0 commit comments

Comments
 (0)