Skip to content

chore(deps): bump github.com/grokify/structured-plan from 0.6.0 to 0.7.0#1

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grokify/structured-plan-0.7.0
Closed

chore(deps): bump github.com/grokify/structured-plan from 0.6.0 to 0.7.0#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/grokify/structured-plan-0.7.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps github.com/grokify/structured-plan from 0.6.0 to 0.7.0.

Release notes

Sourced from github.com/grokify/structured-plan's releases.

v0.7.0

Release Notes: v0.7.0

Full Changelog: grokify/structured-plan@v0.6.0...v0.7.0

Changelog

Sourced from github.com/grokify/structured-plan's changelog.

[v0.7.0] - 2026-02-02

Highlights

  • Add PRD schema types for platform/infrastructure PRDs with microservices support (2b8dc56)
  • Add markdown rendering for technical architecture enhancements (48be2d0)
  • Add completeness scoring for in-scope and related documents sections (2004120)

Added

  • Add --text-icons CLI flag for Pandoc PDF compatibility
  • Add Service type with layer, protocol, language, responsibilities, dependencies (2b8dc56)
  • Add APISpec and APIEndpoint types for API documentation (2b8dc56)
  • Add StorageCategory type for storage architecture by category (2b8dc56)
  • Add GitOpsConfig and SourceOfTruth types for GitOps configuration (2b8dc56)
  • Add OrchestrationConfig type for workflow orchestration (short-lived, long-running) (2b8dc56)
  • Add RelatedDocument type for linking PRDs, TRDs, design docs, RFCs (2b8dc56)
  • Add InScope field to Document (complements OutOfScope) (2b8dc56)
  • Add enum types: ServiceLayer, Protocol, StorageCategoryType, SourceOfTruthLocation, RelationshipType, DocumentType (2b8dc56)
  • Add markdown rendering for Services table and detailed sections (48be2d0)
  • Add markdown rendering for APIs with endpoints table (48be2d0)
  • Add markdown rendering for Storage Architecture table (48be2d0)
  • Add markdown rendering for GitOps Configuration (48be2d0)
  • Add markdown rendering for Workflow Orchestration (48be2d0)
  • Add markdown rendering for In Scope and Related Documents (48be2d0)
  • Add checkInScope() completeness function for in-scope items (2004120)
  • Add checkRelatedDocuments() completeness function for related documents (2004120)

Changed

  • Update TechnicalArchitecture scoring: +1 for Services, +1 for APIs, +0.5 for Storage/GitOps/Orchestration (2004120)
  • Update OptionalTotal from 6 to 8 sections (2004120)
  • Update TechArchitecture maxPoints from 4.0 to 7.5 (2004120)
  • Regenerate PRD JSON schema with new types (15f937f)

Fixed

  • Add UseTextIcons option for Pandoc PDF compatibility (converts emoji to ASCII) (52c6128)

Documentation

  • Reorganize release notes from root to docs/releases/ (6f11b20)
  • Add v0.7.0 release notes with PRD platform architecture features (fd11129)
  • Document PRD technical architecture sections in README (38078c1)
  • Update PRD section table with inScope and relatedDocuments (38078c1)
  • Update completeness check example output for 8 optional sections (38078c1)
  • Document Pandoc PDF generation with XeLaTeX and DejaVu font requirements (7123664)
  • Add release notes to MkDocs navigation (b65aa90)
Commits
  • a5f1f5e docs: add backticks to code elements in changelog
  • 31b7802 feat(cli): add --text-icons flag for Pandoc PDF compatibility
  • b4063c9 docs: update changelog and release notes for UseTextIcons
  • 52c6128 fix: add UseTextIcons option for Pandoc PDF compatibility
  • bc80703 docs: update changelog with mkdocs nav entry
  • b65aa90 docs(mkdocs): add release notes to navigation
  • 9242caf docs: update changelog for Pandoc Unicode fix
  • 7123664 fix: use DejaVu fonts for Pandoc PDF Unicode/emoji support
  • e94c15d docs: update changelog for v0.7.0
  • 38078c1 docs(readme): document PRD platform architecture features
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grokify/structured-plan](https://github.com/grokify/structured-plan) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/grokify/structured-plan/releases)
- [Changelog](https://github.com/grokify/structured-plan/blob/main/CHANGELOG.md)
- [Commits](grokify/structured-plan@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/grokify/structured-plan
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 3, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 10, 2026

Superseded by #3.

@dependabot dependabot bot closed this Feb 10, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/grokify/structured-plan-0.7.0 branch February 10, 2026 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants