Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ corrected on sight.
## Task tracking

Implementation planning and execution uses the superpowers plugin workflows
(`writing-plans` and `executing-plans`). Plans live in `docs/plans/`.
(`writing-plans` and `executing-plans`). Plans live in `docs/plans/`, created
when the first plan is written.
4 changes: 2 additions & 2 deletions md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Formats every `.md` file in the repository with
[uvx](https://docs.astral.sh/uv/).

Use this for repos that keep documentation at the root. Use
[`docs.just`](../README.md#docsjust) for Docusaurus sites under `docs/`.
[`docusaurus.just`](../docusaurus/README.md) for Docusaurus sites under `docs/`.

## 📦 Usage

Expand Down Expand Up @@ -61,7 +61,7 @@ Excluded by default: `node_modules/`, `.worktrees/`, `.claude/`, and `.just/`.
them on `openspec update` — reformatting them creates a loop where CI and the
generator fight each other.

**⚠️ Do not point `md.just` and `docs.just` at the same files.** They use
**⚠️ Do not point `md.just` and `docusaurus.just` at the same files.** They use
different formatters (mdformat vs prettier) and produce different output, so
each would undo the other. A repo may use both, but on disjoint paths. Since
`md.just` scans the whole repo, a repo with a Docusaurus site under `docs/` must
Expand Down