Docs: one instruction file, and no status in files #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thehansogroup/eltrix_web#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This repository is now in Forge as
eltrix/web. Bring its instruction files up to the standard the rest of the fleet runs on.oddie-apps/outa_webis the worked example: see its issues 23 to 26.The instruction files
There is a
CLAUDE.md(52 lines) and noAGENTS.md, so Codex reads nothing at all in this repository. Rename it toAGENTS.mdand replaceCLAUDE.mdwith the single line@AGENTS.md.AGENTS.mdis the instruction file because both Claude and Codex read it. It holds only what an agent cannot read from the code: constraints, rationale and pitfalls. Architecture, directory layouts, data models and env-var names are discoverable, so cut them rather than carrying them across. A shorterAGENTS.mdthat is entirely true beats a long one that is half stale.There are no loose planning documents in this one, so the instruction files are the whole job.
Where to work
~/Forge/eltrix/wt/<change>/, created with~/Forge/mantis/wt/main/mantis/bin/forge.sh new eltrix <change>. That worktree holds every repo of the project on one branch. Do not work in~/Code/oddie-apps/eltrix_web.Note that
~/Code/oddie-appsstill holds stashes that a clone cannot carry, so do not delete anything there.Xcode is not installed on this machine, only the Command Line Tools. This change is documentation only and needs no build.