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
31 changes: 0 additions & 31 deletions .abstract.md

This file was deleted.

51 changes: 0 additions & 51 deletions .overview.md

This file was deleted.

7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Project overview using progressive disclosure
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 H2 heading precedes the first H1 in the file

The new section opens with ## Project overview using progressive disclosure (H2), but the next heading is # Project Preferences (H1). Having an H2 before any H1 is invalid heading hierarchy and may confuse both human readers and tools that parse document structure.

Suggested change
## Project overview using progressive disclosure
# Project overview using progressive disclosure
Prompt To Fix With AI
This is a comment left during a code review.
Path: AGENTS.md
Line: 1

Comment:
**H2 heading precedes the first H1 in the file**

The new section opens with `## Project overview using progressive disclosure` (H2), but the next heading is `# Project Preferences` (H1). Having an H2 before any H1 is invalid heading hierarchy and may confuse both human readers and tools that parse document structure.

```suggestion
# Project overview using progressive disclosure
```

How can I resolve this? If you propose a fix, please make it concise.


1. Read and understand: `.napkin/NAPKIN.md`
2. run `napkin overview --json`
Comment on lines +3 to +4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Referenced .napkin/ directory does not exist

The new section instructs agents to read .napkin/NAPKIN.md and run napkin overview --json, but neither the .napkin/ directory nor a NAPKIN.md file exist anywhere in the repository (confirmed via git history and working tree). Any agent or contributor following these steps will encounter a missing file.

If the .napkin/ directory is generated by a tool (e.g. a local napkin CLI), consider adding a note that it must be generated first, or commit a bootstrapped version of the file alongside this change so the reference is immediately valid.

Prompt To Fix With AI
This is a comment left during a code review.
Path: AGENTS.md
Line: 3-4

Comment:
**Referenced `.napkin/` directory does not exist**

The new section instructs agents to read `.napkin/NAPKIN.md` and run `napkin overview --json`, but neither the `.napkin/` directory nor a `NAPKIN.md` file exist anywhere in the repository (confirmed via git history and working tree). Any agent or contributor following these steps will encounter a missing file.

If the `.napkin/` directory is generated by a tool (e.g. a local `napkin` CLI), consider adding a note that it must be generated first, or commit a bootstrapped version of the file alongside this change so the reference is immediately valid.

How can I resolve this? If you propose a fix, please make it concise.


---

# Project Preferences

## Browser, esign/Style
Expand Down
2 changes: 1 addition & 1 deletion src/data/blog/vinyl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "J'ai posé cette question sur ce groupe Facebook et j'ai reçu plu
ogImage: ../../assets/images/og-legacy/2021/11/vinyl-1.jpg
---

Voici la liste ultime pour faire vos prochaines trouvailles!
Voici la liste ultime pour faire vos prochaines trouvailles:

## **Indies**

Expand Down
Loading