Skip to content

feat: inline technical specification into docs #594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 17, 2025
Merged

Conversation

pthmas
Copy link
Contributor

@pthmas pthmas commented Jul 16, 2025

Overview

Update/Clean the technical specifications and inline them in the docs repo.

Summary by CodeRabbit

  • New Features

    • Expanded the "Technical Specifications" section in the sidebar, providing direct access to detailed documentation for key components such as Block Manager, Block Validity, Data Availability, Full Node, Header Sync, P2P, and Store.
    • Added a markdown template to standardize future technical documentation.
  • Documentation

    • Introduced comprehensive specification documents for core system components, outlining their architecture, interfaces, and operational details.
    • Removed the previous consolidated technical specifications file in favor of more granular and detailed documents.

@pthmas pthmas self-assigned this Jul 16, 2025
Copy link
Contributor

coderabbitai bot commented Jul 16, 2025

Walkthrough

The sidebar under the "Learn" section was reorganized to replace a single "Technical specifications" link with a set of specific technical specification documents. The previous consolidated specifications file was removed, and eight new markdown documents were added, each detailing a different Rollkit component or protocol.

Changes

File(s) Change Summary
.vitepress/config.ts Sidebar updated: "Resources" renamed to "Technical Specifications" and expanded with links to new spec documents
learn/specifications.md Deleted brief technical specifications pointer document
learn/specs/template.md Added a markdown template for protocol/component specifications documentation
learn/specs/block-manager.md, learn/specs/block-validity.md, learn/specs/da.md, Added detailed technical specification documents for Block Manager, Block Validity, DA interface, Full Node,
learn/specs/full_node.md, learn/specs/header-sync.md, learn/specs/p2p.md, learn/specs/store.md Header/Data Sync, P2P client, and Store components
specs/overview.md Added overview document introducing the Rollkit Technical Specifications and linking to detailed specs

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Sidebar (UI)
    participant SpecDocs

    User->>Sidebar (UI): Open "Learn" section
    Sidebar (UI)->>SpecDocs: Display links to individual spec documents
    User->>SpecDocs: Select a specification (e.g., Block Manager)
    SpecDocs-->>User: Show detailed documentation
Loading

Suggested reviewers

  • Manav-Aggarwal
  • tuxcanfly
  • gupadhyaya
  • jcstein

Poem

In the warren, specs now bloom,
Each with a tidy, well-marked room.
No longer one, but many doors,
For Rollkit’s secrets, lore, and cores.
Hop along the sidebar trail,
Where knowledge grows in every tale!
🐇📚✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a43ca0b and 1315a55.

📒 Files selected for processing (2)
  • .vitepress/config.ts (1 hunks)
  • specs/overview.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • specs/overview.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • .vitepress/config.ts
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @pthmas, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates a suite of in-depth technical specifications directly into the project's documentation. The aim is to provide a single, accessible source for understanding the intricate workings of Rollkit's core components, from block management and data synchronization to network interactions and storage mechanisms. This effort enhances the overall clarity and maintainability of the project's technical knowledge base.

Highlights

  • Documentation Enhancement: New, comprehensive technical specifications for core Rollkit components have been added to the learn/specs directory, centralizing detailed architectural and operational information.
  • Core Component Specifications: Detailed specifications are now available for the Block Manager, Block and Header Validity rules, Data Availability (DA) integration, the Full Node's structure, Header and Data Synchronization, P2P networking, and the data Storage layer.
  • Clarity and Detail: These new documents include architecture diagrams (sequence and flowchart), detailed component descriptions, configuration options, communication formats, and underlying assumptions, significantly improving the clarity and understanding of the system's design.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

github-actions bot commented Jul 16, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-17 15:55 UTC

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a comprehensive set of technical specification documents to the learn/specs directory. The new documentation covers key components like the Block Manager, P2P networking, storage, and data availability. My review focuses on improving the clarity, consistency, and correctness of these new markdown files. I've identified several minor issues such as typos, grammatical errors, and formatting inconsistencies that should be addressed to enhance the quality of the documentation.

@pthmas pthmas force-pushed the pierrick/add-specs branch from 378e0a0 to b23bcfb Compare July 16, 2025 15:04
@pthmas pthmas force-pushed the pierrick/add-specs branch from b23bcfb to d802271 Compare July 17, 2025 14:17
pthmas and others added 6 commits July 17, 2025 16:22
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@pthmas pthmas marked this pull request as ready for review July 17, 2025 14:28
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (11)
learn/specs/template.md (1)

77-77: Address the previously identified grammatical issue.

The phrasing like [grammarly], is still informal and the comma placement is awkward. Using such as would be more appropriate for technical documentation.

-The recommendation is to use your favorite spellchecker extension in your IDE like [grammarly], to make sure that the document is free of spelling and grammar errors.
+The recommendation is to use your favorite spellchecker extension in your IDE, such as [grammarly], to make sure that the document is free of spelling and grammar errors.
learn/specs/full_node.md (1)

31-31: Remove the stray pipe character.

There is still a stray pipe character | at the end of this line that should be removed.

-The [Store] is initialized with `DefaultStore`, an implementation of the [store interface] which is used for storing and retrieving blocks, commits, and state. |
+The [Store] is initialized with `DefaultStore`, an implementation of the [store interface] which is used for storing and retrieving blocks, commits, and state.
learn/specs/p2p.md (2)

3-3: Fix the double space issue.

There is still a double space between 'Every' and 'node' that was previously flagged.

-Every  node (both full and light) runs a P2P client using [go-libp2p][go-libp2p] P2P networking stack for gossiping transactions in the chain's P2P network.
+Every node (both full and light) runs a P2P client using [go-libp2p][go-libp2p] P2P networking stack for gossiping transactions in the chain's P2P network.

27-27: Fix grammar and abbreviation formatting.

The sentence has grammar issues and the abbreviation "etc" is missing a period.

-A P2P client provides an interface `SetTxValidator(p2p.GossipValidator)` for specifying a gossip validator which can define how to handle the incoming `GossipMessage` in the P2P network. The `GossipMessage` represents message gossiped via P2P network (e.g. transaction, Block etc).
+A P2P client provides an interface `SetTxValidator(p2p.GossipValidator)` for specifying a gossip validator which can define how to handle the incoming `GossipMessage` in the P2P network. The `GossipMessage` represents a message gossiped via the P2P network (e.g., transaction, Block, etc.).
learn/specs/header-sync.md (2)

10-10: Remove the stray space before the pipe.

This space breaks table alignment and was already pointed out in a previous review.

-|subscriber | a [libp2p][libp2p] node pubsub subscriber for the specific data type|
+|subscriber| a [libp2p][libp2p] node pubsub subscriber for the specific data type|

25-25: Trim trailing spaces in the heading.

Trailing blanks after a heading show up in some renderers and were flagged earlier.

-### Data Sync Service··
+### Data Sync Service
learn/specs/block-validity.md (3)

31-33: Undefined variable c in pseudo-code.

c.Signatures doesn’t exist in the surrounding context; you probably meant sh.Signature.

-    verify len(c.Signatures) not 0
+    verify len(sh.Signature) not 0

53-54: Lower-case the if keyword.

Go-style pseudo-code uses lowercase if. This was flagged previously.

-  If !sd.Signer.IsEmpty():
+  if !sd.Signer.IsEmpty():

108-116: Table still contains stray dot and extra back-ticks.

Both issues were noted before and remain.

-| **BaseHeader** |                                                                                            |                                       |
+| **BaseHeader** |                                                                                            |                                       |-| **Header** .        |                                                                                            |                                       |
+| **Header**           |                                                                                            |                                       |-| Height              | Height of the previous accepted header, plus 1.                                            | checked in the `Verify()`` step          |
+| Height              | Height of the previous accepted header, plus 1.                                            | checked in the `Verify()` step            |
learn/specs/block-manager.md (2)

97-97: Parameter name should use camelCase (signingKey).

This aligns with the rest of the table and was already flagged.


117-117: Enclose LazyBlockInterval in back-ticks for consistency.

Same issue noted in the previous review.

🧹 Nitpick comments (3)
learn/specs/da.md (1)

20-20: Fix the abbreviation formatting.

The abbreviation "etc," is missing a period and should be "etc.," according to American English style conventions.

-* the implementation specific failures, e.g., for [celestia-da-json-rpc][jsonrpc], invalid namespace, unable to create the commitment or proof, setting low gas price, etc, could return error.
+* the implementation specific failures, e.g., for [celestia-da-json-rpc][jsonrpc], invalid namespace, unable to create the commitment or proof, setting low gas price, etc., could return an error.
learn/specs/p2p.md (1)

16-19: Replace hard tabs with spaces for consistent formatting.

The code block uses hard tabs which should be replaced with spaces for consistent markdown formatting.

 type P2PConfig struct {
-	ListenAddress string // Address to listen for incoming connections
-	Seeds         string // Comma separated list of seed nodes to connect to
-	BlockedPeers  string // Comma separated list of nodes to ignore
-	AllowedPeers  string // Comma separated list of nodes to whitelist
+    ListenAddress string // Address to listen for incoming connections
+    Seeds         string // Comma separated list of seed nodes to connect to
+    BlockedPeers  string // Comma separated list of nodes to ignore
+    AllowedPeers  string // Comma separated list of nodes to whitelist
 }
learn/specs/store.md (1)

38-44: Vary sentence starts to avoid monotony (style only).

Each bullet begins with “Used to store …”. Consider rephrasing a few bullets or combining them. Purely cosmetic, no functional impact.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d11a712 and b3930f6.

⛔ Files ignored due to path filters (2)
  • learn/specs/out-of-order-blocks.png is excluded by !**/*.png
  • learn/specs/termination.png is excluded by !**/*.png
📒 Files selected for processing (10)
  • .vitepress/config.ts (1 hunks)
  • learn/specifications.md (0 hunks)
  • learn/specs/block-manager.md (1 hunks)
  • learn/specs/block-validity.md (1 hunks)
  • learn/specs/da.md (1 hunks)
  • learn/specs/full_node.md (1 hunks)
  • learn/specs/header-sync.md (1 hunks)
  • learn/specs/p2p.md (1 hunks)
  • learn/specs/store.md (1 hunks)
  • learn/specs/template.md (1 hunks)
💤 Files with no reviewable changes (1)
  • learn/specifications.md
🧰 Additional context used
🧠 Learnings (1)
learn/specs/block-manager.md (5)
Learnt from: dumbeng
PR: rollkit/docs#436
File: tutorials/artela-evm-plus-plus.md:49-69
Timestamp: 2024-10-08T18:35:32.960Z
Learning: Even testing private keys should be handled carefully in documentation to avoid promoting bad practices. It's better to use placeholders or provide instructions to generate new keys.
Learnt from: dumbeng
PR: rollkit/docs#436
File: tutorials/artela-evm-plus-plus.md:0-0
Timestamp: 2024-08-27T02:53:35.650Z
Learning: Even testing private keys should be handled carefully in documentation to avoid promoting bad practices. It's better to use placeholders or provide instructions to generate new keys.
Learnt from: dumbeng
PR: rollkit/docs#436
File: tutorials/artela-evm-plus-plus.md:0-0
Timestamp: 2024-10-08T18:35:32.960Z
Learning: Even testing private keys should be handled carefully in documentation to avoid promoting bad practices. It's better to use placeholders or provide instructions to generate new keys.
Learnt from: dumbeng
PR: rollkit/docs#436
File: tutorials/artela-evm-plus-plus.md:49-69
Timestamp: 2024-08-27T02:42:42.659Z
Learning: Even testing private keys should be handled carefully in documentation to avoid promoting bad practices. It's better to use placeholders or provide instructions to generate new keys.
Learnt from: dumbeng
PR: rollkit/docs#436
File: tutorials/artela-evm-plus-plus.md:0-0
Timestamp: 2024-10-20T19:01:50.319Z
Learning: Even testing private keys should be handled carefully in documentation to avoid promoting bad practices. It's better to use placeholders or provide instructions to generate new keys.
🪛 LanguageTool
learn/specs/da.md

[style] ~20-~20: In American English, abbreviations like “etc.” require a period.
Context: ...itment or proof, setting low gas price, etc, could return error. The `RetrieveBloc...

(ETC_PERIOD)

learn/specs/store.md

[style] ~40-~40: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...n the key-value store. - commitPrefix with value "c": Used to store commits relate...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~41-~41: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ... related to the blocks. - statePrefix with value "s": Used to store the state of t...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~42-~42: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ... of the blockchain. - responsesPrefix with value "r": Used to store responses rela...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~43-~43: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ted to the blocks. - validatorsPrefix with value "v": Used to store validator sets...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

learn/specs/p2p.md

[style] ~27-~27: In American English, abbreviations like “etc.” require a period.
Context: ...ia P2P network (e.g. transaction, Block etc). ```go // GossipValidator is a callba...

(ETC_PERIOD)

🪛 markdownlint-cli2 (0.17.2)
learn/specs/p2p.md

16-16: Hard tabs
Column: 1

(MD010, no-hard-tabs)


17-17: Hard tabs
Column: 1

(MD010, no-hard-tabs)


18-18: Hard tabs
Column: 1

(MD010, no-hard-tabs)


19-19: Hard tabs
Column: 1

(MD010, no-hard-tabs)

learn/specs/block-manager.md

96-96: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


96-96: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


111-111: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


111-111: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


112-112: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


112-112: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


113-113: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


113-113: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


114-114: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


114-114: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


115-115: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


115-115: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


116-116: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


116-116: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


117-117: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


117-117: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


118-118: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


118-118: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


119-119: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


119-119: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


120-120: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


120-120: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)


121-121: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe

(MD055, table-pipe-style)


121-121: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe

(MD055, table-pipe-style)

🔇 Additional comments (1)
.vitepress/config.ts (1)

209-220: LGTM! Sidebar configuration correctly updated for expanded technical specifications.

The sidebar configuration properly expands the single "Technical specifications" link into individual specification documents. The file paths and structure are correct.

@pthmas pthmas requested a review from tac0turtle July 17, 2025 14:33
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
tac0turtle
tac0turtle previously approved these changes Jul 17, 2025
Copy link
Contributor

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

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

left one comment otherwise looks good. it would be good to have an overview page that has a table of contents

@pthmas pthmas enabled auto-merge (squash) July 17, 2025 15:51
@pthmas pthmas merged commit c88e8a1 into main Jul 17, 2025
8 checks passed
@pthmas pthmas deleted the pierrick/add-specs branch July 17, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants