Conversation
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update GitHub page and HTML documentation with repository details
Update GitHub Pages and HTML docs with accurate repository details
Mar 8, 2026
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
Update GitHub Pages and HTML docs with accurate repository details
Sync GitHub Pages and HTML docs with v0.2.0 main branch changes
Mar 8, 2026
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
Sync GitHub Pages and HTML docs with v0.2.0 main branch changes
Sync docs to v0.2.0 and add init wizard sanity scenario
Mar 8, 2026
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot
AI
changed the title
Sync docs to v0.2.0 and add init wizard sanity scenario
Restore Mar 8, 2026
from cli.__version__ import __version__ in cli/__init__.py; add init wizard sanity CI step
chefgs
approved these changes
Mar 8, 2026
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.
This pull request includes several improvements and fixes across documentation, workflow configuration, and frontend styles. The main changes are grouped below:
Documentation and Versioning:
0.2.0to the top of theREADME.mdfor clearer version visibility.README.mdto include Kubernetes deployment instructions.__version__is imported incli/__init__.pyfor better maintainability.docs/CLI-TEST-REPORT.mdto keep documentation concise.Continuous Integration:
sanity.ymlworkflow, ensuring the CLI initialization process is tested in CI.Frontend/CSS Fixes:
feature-announcements/announcement.htmlfrom the invalid–(en dash) to the correct--(double hyphen), resolving color and style issues throughout the announcement page. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]These changes improve code quality, documentation clarity, CI reliability, and frontend appearance.Two regressions introduced during the merge conflict resolution with main:
cli/__init__.py— version import reverted to inline duplicateThe merge conflict resolution replaced the canonical import with an inline definition, breaking the single-source-of-truth contract:
sanity.yml—devopsos inithad no dedicated CI scenarioThe init wizard was only swept in by the broad final "CLI integration tests" step. Added an explicit scenario so init failures surface with per-feature granularity, matching the pattern of every other scenario in the workflow:
Covers:
--helpoption visibility,--dirplacement, Space-to-toggle instruction on checkboxes, and wizard selections written todevcontainer.env.json.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.