55 lines
1.5 KiB
HTML
55 lines
1.5 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. Run these at the appropriate moment in a working session.</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<section>
|
||
|
|
|
||
|
|
<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 — actions
|
||
|
|
</footer>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<script>var NAV_ROOT = '../';</script>
|
||
|
|
<script src="../_assets_/nav-data.js"></script>
|
||
|
|
<script src="../_assets_/nav.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|