Skip to content

docs(readme): redesign for better traction and narrative clarity#559

Merged
KaifAhmad1 merged 2 commits into
mainfrom
feat/readme-redesign
May 18, 2026
Merged

docs(readme): redesign for better traction and narrative clarity#559
KaifAhmad1 merged 2 commits into
mainfrom
feat/readme-redesign

Conversation

@KaifAhmad1
Copy link
Copy Markdown
Contributor

  • Reorder sections: Problem β†’ Solution β†’ Quick Start β†’ What's New β†’ Integrations
  • Add website and docs badges to the top badge strip
  • Improve hero tagline and narrative blockquote
  • Restore v0.4.0 (Temporal, SKOS, SHACL) and v0.3.0 release sections
  • Remove duplicate modules list; consolidate into single table
  • Fix broken emoji characters in Enterprise section
  • Add blank lines around all headings and list blocks

- Reorder sections: Problem β†’ Solution β†’ Quick Start β†’ What's New β†’ Integrations
- Add website and docs badges to the top badge strip
- Improve hero tagline and narrative blockquote
- Restore v0.4.0 (Temporal, SKOS, SHACL) and v0.3.0 release sections
- Remove duplicate modules list; consolidate into single table
- Fix broken emoji characters in Enterprise section
- Add blank lines around all headings and list blocks
@qodo-code-review
Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more β†’

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account β†’

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us β†’

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

πŸ’‘ Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 731e7415d4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with πŸ‘.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md Outdated
)
context.checkpoint("before_merge")
# ... make changes ...
diff = context.diff_checkpoints("before_merge", "after_merge")
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 Badge Add missing checkpoint before diffing snapshots

This example calls diff_checkpoints("before_merge", "after_merge") without ever creating the after_merge checkpoint, so users copying it will immediately hit KeyError: Unknown checkpoint label(s): after_merge instead of seeing a diff. AgentContext.diff_checkpoints requires both labels to exist, so the snippet should create context.checkpoint("after_merge") (after making changes) before diffing.

Useful? React with πŸ‘Β / πŸ‘Ž.

@KaifAhmad1 KaifAhmad1 self-assigned this May 18, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

πŸ’‘ Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f17deda7f7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with πŸ‘.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Comment on lines +76 to +80
rate_id = graph.record_decision(
category="interest_rate",
scenario="Set rate for approved mortgage",
outcome="rate_set_6.2pct",
confidence=0.98,
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 Badge Add required reasoning argument to rate decision example

ContextGraph.record_decision requires a non-empty reasoning parameter, but the second graph.record_decision(...) call omits it here, so the Quick Start snippet raises a TypeError as soon as users run it. Because this is the first runnable example in the README, it blocks onboarding and should include reasoning= (as the previous version did).

Useful? React with πŸ‘Β / πŸ‘Ž.

@KaifAhmad1 KaifAhmad1 merged commit 9686508 into main May 18, 2026
7 checks passed
@KaifAhmad1 KaifAhmad1 deleted the feat/readme-redesign branch May 18, 2026 15:01
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.

1 participant