Skip to content

feat: v1.6.2 release#4

Merged
cody-rester merged 1 commit intoitential:mainfrom
cody-rester:feature/v1-6-2-release
Apr 17, 2026
Merged

feat: v1.6.2 release#4
cody-rester merged 1 commit intoitential:mainfrom
cody-rester:feature/v1-6-2-release

Conversation

@cody-rester
Copy link
Copy Markdown
Contributor

Description

Version 1.6.2 release. Adds an HTML-based Architecture Overview collector, splits the User Guide into two parts, and adds a Prerequisites Checklist guide.

Type of Change

  • New feature
  • Documentation

Changes Made

  • HTML Architecture Overview collector — opens architecture-form.html in the user's browser, waits for the JSON export, then imports it automatically; falls back to CLI prompts if the user
    opts out or the file cannot be found
  • manual_input_mode config field ("html" default / "cli") to control which architecture collector mode is used
  • Architecture form bundled in platform_atlas/guides/ and auto-synced to ~/.atlas/ on first use (stale copies replaced using size + SHA-256 comparison)
  • Architecture capture now reuses existing ~/.atlas/architecture.json without re-prompting when a completed collection is already present
  • PROJECT_GUIDES path constant added to core/paths.py
  • Split USER-GUIDE.md into USER-GUIDE-INSTALLATION-AND-USAGE.md and USER-GUIDE-READING-THE-REPORT.md
  • Added PREREQUISITES-CHECKLIST.md and corresponding HTML version
  • Added HTML user guide renderings for all three guides
  • Sample report (no logs) added to GUIDES/HTML/ for documentation reference

Testing

  • HTML architecture form tested locally — browser opens, JSON export detected and imported successfully
  • CLI fallback tested — typing cli at the prompt correctly drops through to terminal questions
  • Architecture data reuse tested — existing ~/.atlas/architecture.json skips re-collection
  • manual_input_mode cli config override tested

Checklist

  • Code follows the project's style guidelines
  • Self-review of code has been performed
  • Code has been commented where necessary
  • Tested with make setup or relevant profile
  • Commits follow conventional format (type: subject)
  • No secrets or credentials committed
  • Documentation has been updated accordingly
  • PR has been labeled appropriately

- HTML Architecture Overview collector with browser-based form and JSON import
- manual_input_mode config field (html/cli) to control collector UX
- Architecture form bundled in package, auto-synced to ~/.atlas on first use
- Architecture capture reuses existing ~/.atlas/architecture.json without re-prompting
- Split User Guide into Installation & Usage and Reading the Report
- Added Prerequisites Checklist in Markdown and HTML
- Sample report (no logs) added to GUIDES/HTML for documentation
- PROJECT_GUIDES path constant added to core/paths.py
@cody-rester cody-rester requested a review from a team as a code owner April 17, 2026 12:55
@cody-rester cody-rester merged commit f98279d into itential:main Apr 17, 2026
2 checks passed
@cody-rester cody-rester deleted the feature/v1-6-2-release branch May 1, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant