docs(runtime): remove stale node 24 guidance
This commit is contained in:
parent
aa46a29cdd
commit
2f44374249
6 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
**Timestamp:** 2026-05-06 16:30 UTC
|
**Timestamp:** 2026-05-06 16:30 UTC
|
||||||
**Source:** TODO.md (Raw Dump Inbox)
|
**Source:** TODO.md (Raw Dump Inbox)
|
||||||
**Command:** `sf todo triage`
|
**Command:** `sf todo triage`
|
||||||
**Node:** v24.15.0
|
**Node baseline:** v26.1.0+
|
||||||
**Session:** 77b45896
|
**Session:** 77b45896
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ TODO.md now contains two major sections ready for triage:
|
||||||
|
|
||||||
## How to Triage
|
## How to Triage
|
||||||
|
|
||||||
When you have Node 24.15.0+ available:
|
When you have Node 26.1.0+ available:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /home/mhugo/code/singularity-forge
|
cd /home/mhugo/code/singularity-forge
|
||||||
|
|
@ -18,7 +18,7 @@ cd /home/mhugo/code/singularity-forge
|
||||||
sf todo triage
|
sf todo triage
|
||||||
|
|
||||||
# Or if using npm/nvm
|
# Or if using npm/nvm
|
||||||
nvm use 24
|
nvm use 26
|
||||||
npm exec sf -- todo triage
|
npm exec sf -- todo triage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,6 @@ The recommended workflow: run auto mode in one terminal, steer from another. See
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **Node.js** 24.0.0 or later (24 LTS recommended)
|
- **Node.js** 26.1.0 or later
|
||||||
- **Git** installed and configured
|
- **Git** installed and configured
|
||||||
- An API key for at least one LLM provider (or use browser sign-in for Anthropic/GitHub Copilot)
|
- An API key for at least one LLM provider (or use browser sign-in for Anthropic/GitHub Copilot)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
npm install -g singularity-forge
|
npm install -g singularity-forge
|
||||||
```
|
```
|
||||||
|
|
||||||
Requires **Node.js 24.0.0 or later** (24 LTS recommended) and **Git**.
|
Requires **Node.js 26.1.0 or later** and **Git**.
|
||||||
|
|
||||||
{% hint style="info" %}
|
{% hint style="info" %}
|
||||||
**`command not found: sf`?** Your shell may not have npm's global bin directory in `$PATH`. Run `npm prefix -g` to find it, then add `$(npm prefix -g)/bin` to your PATH. See [Troubleshooting](../reference/troubleshooting.md) for details.
|
**`command not found: sf`?** Your shell may not have npm's global bin directory in `$PATH`. Run `npm prefix -g` to find it, then add `$(npm prefix -g)/bin` to your PATH. See [Troubleshooting](../reference/troubleshooting.md) for details.
|
||||||
|
|
|
||||||
|
|
@ -91,9 +91,9 @@ It checks file structure, referential integrity, completion state consistency, g
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Node.js version or git not found at startup">
|
<Accordion title="Node.js version or git not found at startup">
|
||||||
**Cause:** SF v2.45+ checks for Node.js >= 24 and git availability at startup.
|
**Cause:** SF checks for Node.js >= 26.1 and git availability at startup.
|
||||||
|
|
||||||
**Fix:** Install Node.js 24+ (24 LTS recommended) and ensure `git` is in your PATH.
|
**Fix:** Install Node.js 26.1+ and ensure `git` is in your PATH.
|
||||||
</Accordion>
|
</Accordion>
|
||||||
</AccordionGroup>
|
</AccordionGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Control the [SF-2 coding agent](https://github.com/singularity-forge/sf-run) dir
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **SF-2** installed globally: `npm install -g sf-pi`
|
- **SF-2** installed globally: `npm install -g sf-pi`
|
||||||
- **Node.js** >= 24.0.0
|
- **Node.js** >= 26.1.0
|
||||||
- **Git** installed and on PATH
|
- **Git** installed and on PATH
|
||||||
- **VS Code** >= 1.95.0
|
- **VS Code** >= 1.95.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue