Releases: thatfactory/agent-guidelines
Releases · thatfactory/agent-guidelines
Release list
0.0.12
0.0.11
Added
- Pre-compilation Xcode build-phase guidance and a reusable
format-and-lintcommand for human and agent workflows. - An easy-to-find record of Xcode-aligned layout settings, enabled rule overrides, and deliberate non-adoptions.
- Pull-request guidance that prevents duplicate manual Codex requests when automatic review is enabled.
Changed
- Enabled empty-array literals, force-try rejection, brace whitespace cleanup,
whereclauses in eligible loops, and documentation-comment validation.
0.0.10
Added
- Shared Xcode-aligned swift-format and EditorConfig configuration.
- Reusable format, warning-lint, and strict-lint commands for Swift consumers.
Changed
- Replaced SwiftLint guidance with toolchain-native swift-format guidance.
0.0.9
Added
- Consumer pull-request review scope that excludes synchronized
AgentGuidelines/**files from substantive Codex and human review outside the central repository.
0.0.8
Added
- Consumer guidance for keeping
AgentGuidelines/tracked while collapsing synchronized files in GitHub pull-request diffs with.gitattributes. - Pull-request conventions for isolated subtree commits, explicit version notes, central review links, and continued CI validation.
0.0.7
Added
- Shared logging ownership, subsystem, package emoji, message design, privacy, testing, and filtering guidance.
- Logging pointers for application development, Swift packages, and consumer instruction templates.
0.0.6
Changelog
All notable changes to this project are documented in this file.
[0.0.6] - 2026-07-22
Added
- Generic Redux store contracts, state/action, service-boundary, projection, and middleware guidance.
- Generic GitHub Actions workflow, self-hosted runner, build strategy, and failure-investigation guidance.
- Shared documentation conventions and test-tag/mock guidance.
[0.0.5] - 2026-07-21
Added
- Default DocC documentation and GitHub Pages publishing guidance for Swift packages.
[0.0.4] - 2026-07-21
Added
- Development guidance for reusability-first design and checking the latest shared-guidelines version before project work.
Changed
- Require an approved pull request before releasing
agent-guidelinesor any consumer package.
[0.0.3] - 2026-07-21
Added
- A Codex review-monitoring workflow covering paginated processing reactions and review threads, clean reviews, inline feedback, replies, thread resolution, and CI checks.
[0.0.2] - 2026-07-21
Added
- Standard README badge conventions for ThatFactory projects and packages.
- Git repository guidance that defaults push-capable clones to SSH remotes.
- GitHub pull-request review and merge-gate guidance.
- Updated and Revision badges to the repository README.
Changed
- Updated GitHub workflows to
actions/checkout@v7and documented using current stable action versions in new workflows. - Clarified the Redux side-effect loop and the canonical view-projection test path.
- Expanded and tested semantic-version validation to support prerelease plus build metadata and reject invalid numeric identifiers.
- Removed the redundant README license section while retaining the MIT license badge and root license file.
[0.0.1] - 2026-07-21
Added
- Initial shared guidelines for Redux, Swift, SwiftUI, SwiftLint, localization, testing, documentation, package maintenance, CI/CD, Xcode MCP, and Xcode security audits.
- A consumer
AGENTS.mdtemplate and Git subtree installation workflow. - Structural validation for links, the documentation catalog, version metadata, subtree instructions, and public-repository safety.
- A tag-driven GitHub release workflow that validates the tag against
VERSIONand publishes changelog notes.
0.0.5
Added
- Default DocC documentation and GitHub Pages publishing guidance for Swift packages.
0.0.4
Added
- Development guidance for reusability-first design and checking the latest shared-guidelines version before project work.
Changed
- Require an approved pull request before releasing
agent-guidelinesor any consumer package.
0.0.3
Added
- A Codex review-monitoring workflow covering paginated processing reactions and review threads, clean reviews, inline feedback, replies, thread resolution, and CI checks.