Skip to content

ci: update readme#74

Merged
KT-Doan merged 3 commits intomainfrom
docs/update-readme
Feb 25, 2026
Merged

ci: update readme#74
KT-Doan merged 3 commits intomainfrom
docs/update-readme

Conversation

@KT-Doan
Copy link
Collaborator

@KT-Doan KT-Doan commented Feb 25, 2026

Description

update readme

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

  • I have read the CONTRIBUTING guide
  • My code follows the existing code style
  • I have added tests that prove my fix/feature works
  • I have updated documentation as needed
  • All new and existing tests pass (make test)
  • I have run the linter (make format)

Testing

Describe how you tested these changes:

  • Unit tests
  • Acceptance tests
  • Manual testing

Screenshots/Output

If applicable, add screenshots or command output to help explain your changes.

- Fix Quick Start example: `scopes` → `scope` (matches actual schema)
- Add missing resources to features list (JWK, workspace, project, identity schemas)
- Add data sources section to features list
- Fix testing section: document pre-created project setup with .env
- Expand development section with make tools, hooks, install targets
- Add duration format warning (API normalizes durations, use full format)
- Add known limitations section from actual resource behaviors
- Add pre-commit checklist and security scanning documentation
- Complete templates directory tree (was showing 5 of 16 templates)
- Update contributing section to reference CONTRIBUTING.md
- Remove CHANGELOG.md (links pointed to old jasonhernandez repo)
Copilot AI review requested due to automatic review settings February 25, 2026 08:47
@KT-Doan KT-Doan self-assigned this Feb 25, 2026
@KT-Doan KT-Doan requested a review from Demonsthere February 25, 2026 08:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the README.md documentation with significant improvements to structure, clarity, and completeness. It also removes the CHANGELOG.md file entirely. The README changes include better organization of features (separating Resources and Data Sources), updated build instructions, corrected example code, expanded development and testing documentation, and new sections on duration formats, known limitations, pre-commit checklists, and security scanning.

Changes:

  • Enhanced README.md with better structure, expanded development/testing sections, and new reference sections (Duration Format, Known Limitations, Pre-Commit Checklist, Security Scanning)
  • Fixed incorrect field name in example code (scopesscope for social provider)
  • Updated build instructions from direct go build to make build command
  • Removed CHANGELOG.md file completely

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Comprehensive documentation improvements including reorganized features section, expanded development/testing guides, corrected code examples, and new reference sections for developers
CHANGELOG.md Complete file deletion (only contained initial v0.1.0 release notes)
Comments suppressed due to low confidence (1)

CHANGELOG.md:1

  • The entire CHANGELOG.md file is being removed without explanation in the PR description. While this may be intentional (perhaps switching to GitHub Releases or another approach), the removal should be explicitly mentioned and justified in the PR description.

Note that the .goreleaser.yml configuration has changelog generation disabled, so if CHANGELOG.md is removed and no alternative is set up, there will be no changelog for future releases.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 25, 2026 08:54
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KT-Doan KT-Doan merged commit d5cb671 into main Feb 25, 2026
11 checks passed
@KT-Doan KT-Doan deleted the docs/update-readme branch February 25, 2026 09:51
KT-Doan added a commit that referenced this pull request Mar 4, 2026
KT-Doan added a commit that referenced this pull request Mar 4, 2026
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.

3 participants