Skip to content

docs: reconcile all docs with v1.5.3 product-outside-strix migration - #61

Merged
ecryptoguru merged 1 commit into
mainfrom
docs/reconcile-with-v1.5.3-migration
Aug 12, 2026
Merged

docs: reconcile all docs with v1.5.3 product-outside-strix migration#61
ecryptoguru merged 1 commit into
mainfrom
docs/reconcile-with-v1.5.3-migration

Conversation

@ecryptoguru

@ecryptoguru ecryptoguru commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Reconcile all documentation with the v1.5.3 product-outside-strix migration (PR Complete adapter migration and release hardening #58): product behavior now lives in lyrashield/**, and strix/** is exact upstream v1.5.3 with only two generic seams.
  • Update UPGRADES.md ledger with PR Complete adapter migration and release hardening #58/fix(release): harden sandbox supply chain and docs #59/docs: clarify ChatGPT subscription support #60 entries, migrate historical section path references from strix/** to lyrashield/**, and update the "Compatibility patches retained" and "LyraShield-owned contract" sections.
  • Rewrite lyrashield/README.md from "intentionally minimal" to a full module map with registration-seam documentation.
  • Fix lyrashield/telemetry/README.md — adapter now supports chatgpt/ subscription by default (was incorrectly saying it rejects them).
  • Update docs/advanced/skills.mdx to document the lyrashield/skills/ overlay directory.
  • Update docs/contributing.mdx gate description to the v1.5.3 hard two-file allowlist.
  • Update docs/usage/cli.mdx viewer SPA path to lyrashield/interface/viewer/.
  • Fix broken AI_AUDIT_REPORT.md references in README.md, CONTRIBUTING.md, docs/contributing.mdx, and UPGRADES.md (file was deleted; now links to the UPGRADES.md security hardening section).
  • Remove stale planning/handoff docs superseded by UPGRADES.md: AI_AUDIT_REPORT.md, LYRASHIELD_DIFF_REPORT.md, MIGRATION_MATRIX.md, findings.md, progress.md, task_plan.md, upstream-sync-2e70402.md.

Test plan

  • bash scripts/verify-controlled-derivative.sh — 1011 passed, 1 skipped; lint/format/mypy/Bandit pass
  • strix/** footprint unchanged (docs-only PR)
  • Engine CI green on PR

Generated with Devin

Summary by CodeRabbit

  • New Features

    • ChatGPT subscription-backed models are now enabled by default, with an option to disable them.
    • Deep and Custom presets now assign higher reasoning to focused specialist tasks.
  • Documentation

    • Clarified production worker-image verification, immutable-digest promotion, health checks, scan readiness, and rollback practices.
    • Updated setup, contribution, skills, CLI viewer, and architecture guidance.
    • Consolidated security-hardening and migration references while removing obsolete planning documents.

Update UPGRADES.md, README.md, CONTRIBUTING.md, lyrashield/README.md,
lyrashield/telemetry/README.md, and docs/*.mdx to reflect the post-PR-#58
state where all product behavior lives in lyrashield/** and strix/** is
exact upstream v1.5.3 with only two generic seams.

Key changes:
- UPGRADES.md: add PR #58/#59/#60 ledger entries; update "Compatibility
  patches retained" and "LyraShield-owned contract" sections to reference
  lyrashield/** paths; add migration notes to historical sections (Parallel
  Search, Security hardening pass) with per-bullet "(Now ...)" annotations.
- lyrashield/README.md: rewrite from "intentionally minimal" to full module
  map and registration-seam documentation.
- lyrashield/telemetry/README.md: fix wrong claim that adapter rejects
  chatgpt/ subscription models (now supports by default).
- docs/advanced/skills.mdx: document lyrashield/skills/ overlay directory.
- docs/contributing.mdx: update gate description to v1.5.3 hard two-file
  allowlist; fix broken AI_AUDIT_REPORT.md reference.
- docs/usage/cli.mdx: update viewer SPA path to lyrashield/interface/viewer/.
- README.md, CONTRIBUTING.md: fix broken AI_AUDIT_REPORT.md references to
  link to UPGRADES.md security hardening section; update viewer path.
- Remove stale planning/handoff docs (AI_AUDIT_REPORT.md,
  LYRASHIELD_DIFF_REPORT.md, MIGRATION_MATRIX.md, findings.md, progress.md,
  task_plan.md, upstream-sync-2e70402.md) superseded by UPGRADES.md.

Verification: bash scripts/verify-controlled-derivative.sh -- 1011 passed,
1 skipped; lint/format/mypy/Bandit pass.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The pull request removes obsolete migration and audit documents. It updates the upgrade ledger and package documentation, documents immutable worker-image promotion, and aligns contribution, viewer, skill, provider, and security-hardening references with the LyraShield product boundary.

Changes

Documentation and release boundaries

Layer / File(s) Summary
Migration ownership and upgrade ledger
UPGRADES.md, lyrashield/README.md, AI_AUDIT_REPORT.md, MIGRATION_MATRIX.md, findings.md, progress.md, task_plan.md, upstream-sync-2e70402.md
The upgrade ledger and package README now describe LyraShield-owned modules, retained Strix seams, migration history, security-hardening paths, and PR #58#60 records. Obsolete audit and migration planning files were deleted.
Worker image promotion documentation
README.md, CONTRIBUTING.md, docs/advanced/configuration.mdx, docs/cloud/overview.mdx, docs/tools/sandbox.mdx
Documentation now requires immutable worker-image verification, explicit digest promotion, VM reconciliation, readiness checks, mutable-tag rejection, and rollback retention.
Contribution and provider guidance
docs/contributing.mdx, docs/advanced/skills.mdx, docs/usage/cli.mdx, docs/llm-providers/overview.mdx, lyrashield/telemetry/README.md
Guidance now uses LyraShield paths, restricts Strix edits, documents skill registration, updates viewer paths, assigns high reasoning to focused specialists, and documents ChatGPT subscription support.

Estimated code review effort: 2 (Simple) | ~15 minutes

Possibly related PRs

Suggested reviewers: 0xallam

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the documentation reconciliation for the v1.5.3 product-outside-strix migration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/reconcile-with-v1.5.3-migration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ecryptoguru
ecryptoguru merged commit 3bf016f into main Aug 12, 2026
2 of 3 checks passed
@ecryptoguru
ecryptoguru deleted the docs/reconcile-with-v1.5.3-migration branch August 12, 2026 09:58

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
lyrashield/README.md (1)

24-39: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Distinguish modified seams from upstream hooks.

The introduction limits local strix/** changes to strix/config/loader.py and strix/skills/__init__.py. The list also names strix.agents.factory.register_tool_override, register_model_policy, and strix.agents.prompt.FileSystemLoader without stating that they remain exact-upstream APIs. Add that qualification so contributors do not treat those files as additional allowed edits. UPGRADES.md already makes this distinction.

Proposed clarification
-Product modules register themselves through generic seams in the retained
-`strix/**` substrate:
+Product modules use generic upstream hooks and the two locally modified seams
+in the retained `strix/**` substrate:
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@lyrashield/README.md` around lines 24 - 39, Update the “Registration seams”
section in README.md to distinguish locally modified seams from unchanged
upstream hooks: explicitly state that only strix/config/loader.py and
strix/skills/__init__.py are modified, while
strix.agents.factory.register_tool_override, register_model_policy, and
strix.agents.prompt.FileSystemLoader remain exact-upstream APIs and are not
additional permitted edits.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/advanced/skills.mdx`:
- Line 145: Update the contribution guidance wording around the prohibition on
modifying strix/skills/** so it only forbids inherited skill files while
explicitly permitting the reviewed generic seam strix/skills/__init__.py,
keeping the override guidance for lyrashield/skills/ intact.

In `@UPGRADES.md`:
- Line 576: Update the historical note in UPGRADES.md to capitalize the proper
noun, using “Markdown table separator” instead of “markdown table separator,”
while preserving the surrounding sentence and formatting.

---

Nitpick comments:
In `@lyrashield/README.md`:
- Around line 24-39: Update the “Registration seams” section in README.md to
distinguish locally modified seams from unchanged upstream hooks: explicitly
state that only strix/config/loader.py and strix/skills/__init__.py are
modified, while strix.agents.factory.register_tool_override,
register_model_policy, and strix.agents.prompt.FileSystemLoader remain
exact-upstream APIs and are not additional permitted edits.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f14d20c4-b286-4fc6-8b82-da98053bb328

📥 Commits

Reviewing files that changed from the base of the PR and between 5362b06 and d1a6dd4.

📒 Files selected for processing (19)
  • AI_AUDIT_REPORT.md
  • CONTRIBUTING.md
  • LYRASHIELD_DIFF_REPORT.md
  • MIGRATION_MATRIX.md
  • README.md
  • UPGRADES.md
  • docs/advanced/configuration.mdx
  • docs/advanced/skills.mdx
  • docs/cloud/overview.mdx
  • docs/contributing.mdx
  • docs/llm-providers/overview.mdx
  • docs/tools/sandbox.mdx
  • docs/usage/cli.mdx
  • findings.md
  • lyrashield/README.md
  • lyrashield/telemetry/README.md
  • progress.md
  • task_plan.md
  • upstream-sync-2e70402.md
💤 Files with no reviewable changes (6)
  • upstream-sync-2e70402.md
  • progress.md
  • MIGRATION_MATRIX.md
  • findings.md
  • task_plan.md
  • AI_AUDIT_REPORT.md

Comment thread docs/advanced/skills.mdx
Inherited skills live under `strix/skills/` (upstream v1.5.3 substrate). LyraShield additions and overrides live under `lyrashield/skills/` and are registered through the `register_skill_dir` seam in `strix/skills/__init__.py`. Any change must follow the same review boundary as other files:

- Keep the LyraShield modification banner on changed upstream skill files.
- Do not modify `strix/skills/**` directly; add or override skills in `lyrashield/skills/` instead.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Clarify the strix/skills/** exception.

docs/contributing.mdx Line [13] allows strix/skills/__init__.py as a reviewed generic seam, but this rule forbids every path under strix/skills/**. Limit the prohibition to inherited skill files, or explicitly exempt strix/skills/__init__.py.

Proposed wording
-- Do not modify `strix/skills/**` directly; add or override skills in `lyrashield/skills/` instead.
+- Do not modify inherited skill files under `strix/skills/` directly; add or override skills in `lyrashield/skills/`. Keep `strix/skills/__init__.py` as the reviewed registration seam.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Do not modify `strix/skills/**` directly; add or override skills in `lyrashield/skills/` instead.
- Do not modify inherited skill files under `strix/skills/` directly; add or override skills in `lyrashield/skills/`. Keep `strix/skills/__init__.py` as the reviewed registration seam.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/advanced/skills.mdx` at line 145, Update the contribution guidance
wording around the prohibition on modifying strix/skills/** so it only forbids
inherited skill files while explicitly permitting the reviewed generic seam
strix/skills/__init__.py, keeping the override guidance for lyrashield/skills/
intact.

Comment thread UPGRADES.md
- `README.md`: updated upstream base reference to v1.5.3.
- `UPGRADES.md`: replaced the Deep Review v12 footprint-budget blockquote with
a historical note clarifying the v1.5.3 hard gate supersedes it; fixed
markdown table separator and indentation formatting flagged by markdownlint.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Capitalize Markdown in the historical note.

Use Markdown table separator in this sentence. The proper noun is currently lowercase.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~576-~576: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...v1.5.3 hard gate supersedes it; fixed markdown table separator and indentation formatt...

(MARKDOWN_NNP)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@UPGRADES.md` at line 576, Update the historical note in UPGRADES.md to
capitalize the proper noun, using “Markdown table separator” instead of
“markdown table separator,” while preserving the surrounding sentence and
formatting.

Source: Linters/SAST tools

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