Skip to content

Releases: dutifuldev/prtags

v0.1.2

21 Apr 22:28
ea7a040

Choose a tag to compare

Patch release for the current shipped prtags build.

Changes since v0.1.1:

  • enforce mutually exclusive group membership by target identity within a repository
  • add explicit production-safe migration for exclusive group_members targets
  • fix the Postgres conflict path so cross-group membership conflicts return 409 instead of 500
  • default the CLI --server flag to https://prtags.dutiful.dev

v0.1.1

21 Apr 12:08
668494e

Choose a tag to compare

Changelog

  • 668494e fix(comment-sync): escape self footnote marker (#16)
  • 56ed36d fix(comment-sync): read sync targets from local repo state (#15)
  • 7d066ef fix(comment-sync): tighten operator follow-ups (#14)
  • 66bf848 fix: lower default postgres pool size
  • 64852b8 feat: sync group comments and migrate workers to river
  • 89f132c Harden concurrent group member adds (#11)
  • d4f0639 docs(skill): add prtags skill
  • fc5feca docs(agent): declare ghreplica dependency
  • 3657f21 Make group reads refs-first by default (#10)
  • 6463e25 Make group reads cache first (#9)
  • 6f481c6 Add repository access grants (#8)
  • 7b7c32e Document repository access grants

v0.1.0

19 Apr 13:47
541b17e

Choose a tag to compare

Changelog

  • 541b17e Add prtags release automation
  • 3677dfd Add annotation clear commands (#7)
  • 6e8ef7a Improve field setup workflows (#6)
  • 4572cf1 Refresh current-state documentation
  • 24549dd Add group list counts and freshness metadata (#5)
  • 87620b2 Enrich group members from ghreplica batch reads (#4)
  • 03da159 Document server-side group enrichment
  • 8ead674 Cut over groups to public IDs (#3)
  • 9a4b18a Document public ID strategy
  • 59b53fa Add CLI auth and GCP deploy config
  • dad3015 Document PRtags auth flow
  • 286b34c Align README with product structure
  • 2f30b9c Implement PRtags Phase 1 core service (#1)
  • cdcdc4d Pin down API and job policies
  • 272af7f Pin down implementation stack
  • d2802ed Adopt JSend response contract
  • f0460bd Rename project to prtags
  • 193c521 Pin down production data policies
  • 6a03b48 Pin down canonical target identity
  • b646531 Add production implementation plan
  • 3dca428 Rename cluster model to groups
  • 4f2c60e Move reference docs under docs
  • 11d9085 Drop placeholder Go package file
  • e2d6275 Document annotation field configuration
  • 3e8ef70 Set up Go CI and drop Node package files
  • a7ce174 Add initial data model docs
  • 8251b82 Initial commit