rojects/workspace/actions/index.html

70 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Actions — Roject</title>
<link rel="stylesheet" href="../_assets_/styles.css">
<link rel="stylesheet" href="../_assets_/nav.css">
</head>
<body>
<div class="page">
<header>
<h1>Actions</h1>
<p class="subtitle">Repeatable procedures for maintaining the project. These actions are for agents and are requested by the users
to run at the appropriate moment in a working session.
</p>
</header>
<section>
<div class="card">
<h3>Update Board</h3>
<p>
Review what was done in a session and keep the three boards accurate —
moving completed tasks and bugs to Done, adding new To Do items, and
recommending whether Update Outline is also needed.
</p>
<p style="margin-top:0.75rem">
<a href="update-board/index.html">Read the action</a>
</p>
</div>
<div class="card">
<h3>Update History</h3>
<p>
At the end of a working session, create a day entry summarising what was built,
key decisions made, and any structural changes. Then register it in the history
index and nav data.
</p>
<p style="margin-top:0.75rem">
<a href="update-history/index.html">Read the action</a>
</p>
</div>
<div class="card">
<h3>Update Outline</h3>
<p>
When the project's scope, structure, or conventions change, update the outline
and keep <code>CLAUDE.md</code> in sync. Covers which cards to update and when.
</p>
<p style="margin-top:0.75rem">
<a href="update-outline/index.html">Read the action</a>
</p>
</div>
</section>
<footer>
Roject &mdash; actions
</footer>
</div>
<script>var NAV_ROOT = '../';</script>
<script src="../_assets_/nav-data.js"></script>
<script src="../_assets_/nav.js"></script>
</body>
</html>