{% extends "base.html" %} {% block title %}File Reservations — {{ project.human_key }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
When agents want to edit files, they can "reserve" them to signal their intent to other agents.
| ID | Agent | Path Pattern | Type | Created | Expires | Status |
|---|---|---|---|---|---|---|
| #{{ c.id }} |
|
{{ c.path_pattern }} | {% if c.exclusive %} Exclusive {% else %} Shared {% endif %} | {{ c.created }} | {{ c.expires }} | {% if c.released %} Released {% else %} Active {% endif %} |
File reservations help agents coordinate who's working on what files to avoid conflicts.
file_reservation_paths(paths=["src/api.py"])