Feat/3 code gen tool: Release v1.2.0 - CLI Project Generator - #22
Merged
Conversation
- Improve duplicate command error messages to name the conflicting sibling and parent instead of just the full path - Make schema version mismatch error actionable with migration hint and add TODO marker for v2 guidance - Document NormalizeCommandName backslash behaviour on Windows - Document MakeProgramFileRelPath PascalCase filename convention - Add --dry-run example output to help text - Update CHANGELOG and README accordingly
…ADME.md for cli-fp-gen.
- harden command validation, overwrite protection, and manifest cleanup - add generator unit, golden, compile-smoke, and operations tests - run framework and generator suites on Linux and Windows CI - fix boolean parameter defaults and update generator documentation - bump package metadata to v1.2.0 and add release notes - remove tracked code-generation scratch artifacts
- make SpecIO ownership exception-safe for malformed specifications - reject manifest deletion through symlinks and Windows reparse points - add memory-leak and cross-platform path-safety regression tests - document ownership, extension steps, and beginner setup - correct FPC generator build commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This release adds
cli-fp-gen, a standalone scaffold generator that createscompilable
cli-fpapplications from a versioned JSON project specification.It also adds cross-platform CI for both the framework and generator, strengthens
generated-file safety, and fixes boolean default-value lookup behavior.
Type of change
Generator functionality
initclifp.json--dry-run--forceis suppliedReview fixes
clifp.jsonfiles are protected duringinitreparse points, including directory junctions
parameters safely
GetParameterValuecontracttree
Testing
Framework
1.2.0Generator
init,generate,add command, andremove commandoperations passWindows junction escape attempts
CI
Release metadata
1.2.01.2.0CHANGELOG.mdpromoted from Unreleased to1.2.0Compatibility
This is a backward-compatible minor release. Existing framework APIs remain
supported, and the optional generator does not change how existing applications
are built.
Documentation