Skip to content

docs: add missing Tier 4-6 features to CHANGELOG, web site, and MCP listings#7

Merged
I4cTime merged 1 commit intodevelopfrom
feature/fix-docs-sync-rule-metadata
Mar 23, 2026
Merged

docs: add missing Tier 4-6 features to CHANGELOG, web site, and MCP listings#7
I4cTime merged 1 commit intodevelopfrom
feature/fix-docs-sync-rule-metadata

Conversation

@I4cTime
Copy link
Copy Markdown
Owner

@I4cTime I4cTime commented Mar 23, 2026

Summary

  • CHANGELOG.md: Consolidated 17 missing Tier 4-6 feature entries into the [0.9.0] section — composite secrets, approvals, JIT provisioning, exec/redaction, scanner, linter, agent memory, context, governance, team/org scopes, rotation, CI validation, audit verify/export, analytics, wizard, and pre-commit hook.
  • Web changelog (web/app/changelog/page.tsx): Merged the same entries into the 0.9.0 release on the site.
  • MCP section (web/components/McpSection.tsx): Added 3 missing tool groups (Execution & Scanning, AI Agent Tools, Governance & Policy) totaling 15 tools; added verify_audit_chain, export_audit, status_dashboard to Observer & Health; updated subtitle 31 → 44 tools.
  • Features (web/components/Features.tsx): Added 11 new feature cards; updated subtitle "Thirteen" → "Twenty-four".
  • Architecture (web/components/Architecture.tsx): Added 8 missing core modules (Policy, Exec, Scan, Provision, Approval, Context, Linter, Memory).
  • Stats (web/components/Stats.tsx): Removed Tiers and Platforms cards; kept MCP Tools (44) and Quantum Features (24).

Intent

The Tier 4-6 features were committed in d7aca27 and shipped in the v0.9.0 release, but were never recorded in the CHANGELOG or reflected on the landing site. This PR closes that documentation gap.

Risk

Documentation-only changes (CHANGELOG + web/ static site components). No runtime code, no secrets, no MCP server changes.

Test plan

  • cd web && pnpm run build succeeds (static export, zero errors)
  • TypeScript compiles cleanly
  • No linter errors introduced
  • Verified all 44 server.tool() registrations in src/mcp/server.ts are represented in McpSection.tsx
  • Verified all architecture modules in README.md are represented in Architecture.tsx

Made with Cursor

…istings

The Tier 4-6 features (composite secrets, approvals, JIT provisioning,
exec/redaction, scanner, linter, agent memory, context, governance,
team/org scopes, rotation, CI validation, audit verify/export, analytics,
wizard, pre-commit hook) were shipped in v0.9.0 but never recorded in
the CHANGELOG or reflected on the landing site.

- CHANGELOG.md: consolidate 17 missing entries into [0.9.0]
- web/app/changelog/page.tsx: match CHANGELOG with full 0.9.0 entry
- web/components/McpSection.tsx: add 3 tool groups (15 tools), fix count 31→44
- web/components/Features.tsx: add 11 feature cards, update count 13→24
- web/components/Architecture.tsx: add 8 missing core modules
- web/components/Stats.tsx: remove Tiers/Platforms cards, keep MCP Tools + Features

Made-with: Cursor
@I4cTime I4cTime force-pushed the feature/fix-docs-sync-rule-metadata branch from 050a372 to 6760f49 Compare March 23, 2026 16:55
@I4cTime I4cTime merged commit 8c39ce7 into develop Mar 23, 2026
5 checks passed
@I4cTime I4cTime deleted the feature/fix-docs-sync-rule-metadata branch March 23, 2026 16:57
@I4cTime I4cTime mentioned this pull request Mar 23, 2026
5 tasks
I4cTime added a commit that referenced this pull request Mar 23, 2026
* feat(web): add Next.js site with deploy and CI workflows

Made-with: Cursor

* feat: harden HTTP clients, dashboard server, and hook system (#4)

* feat: harden HTTP clients, dashboard server, and hook system

- Add shared HTTP helper (src/utils/http-request.ts) with timeout and
  64 KiB response body cap; refactor validate.ts and hooks.ts to use it
- Fix dashboard route matching to parse URL pathname (query strings no
  longer break /events and /api/status)
- Add SSE broadcast backpressure: drop destroyed or slow clients
- Block SSRF on HTTP hooks by default (private/loopback/link-local IP
  ranges); override with Q_RING_ALLOW_PRIVATE_HOOKS=1
- Remove unnecessary CORS wildcard headers from localhost dashboard
- Replace external Google Fonts and remote icon in dashboard HTML with
  system font stacks and inline SVG for full offline operation
- Document SSRF protection in README

Made-with: Cursor

* fix: harden HTTP helper, dashboard server, and SSRF hook checks per review feedback (#5)

* Initial plan

* fix: address all 7 review comments on HTTP helper, dashboard, and hooks

Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>
Agent-Logs-Url: https://github.com/I4cTime/quantum_ring/sessions/f98e4751-fde3-4773-832f-4daaafdb62be

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>

* feat(web): Tailwind v4, motion, docs/changelog, mobile nav

- Add Tailwind CSS v4 with @theme tokens and PostCSS
- Add Framer Motion (motion) FadeIn, StaggerGroup, animated stats
- CopyableTerminal with copy buttons; remove RevealObserver
- Mobile nav with focus trap, Docs/Changelog routes
- Interactive Architecture tooltips and scroll targets
- Getting Started (/docs) and Changelog (/changelog) pages
- Skip link, main landmark, reduced-motion for WebGL

Made-with: Cursor

* chore: bump version to v0.4.1

Made-with: Cursor

* chore: bump version to v0.9.0

Made-with: Cursor

* docs: add missing Tier 4-6 features to CHANGELOG, web site, and MCP listings (#7)

The Tier 4-6 features (composite secrets, approvals, JIT provisioning,
exec/redaction, scanner, linter, agent memory, context, governance,
team/org scopes, rotation, CI validation, audit verify/export, analytics,
wizard, pre-commit hook) were shipped in v0.9.0 but never recorded in
the CHANGELOG or reflected on the landing site.

- CHANGELOG.md: consolidate 17 missing entries into [0.9.0]
- web/app/changelog/page.tsx: match CHANGELOG with full 0.9.0 entry
- web/components/McpSection.tsx: add 3 tool groups (15 tools), fix count 31→44
- web/components/Features.tsx: add 11 feature cards, update count 13→24
- web/components/Architecture.tsx: add 8 missing core modules
- web/components/Stats.tsx: remove Tiers/Platforms cards, keep MCP Tools + Features

Made-with: Cursor

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>
I4cTime added a commit that referenced this pull request Mar 23, 2026
* feat(web): add Next.js site with deploy and CI workflows

Made-with: Cursor

* feat: harden HTTP clients, dashboard server, and hook system (#4)

* feat: harden HTTP clients, dashboard server, and hook system

- Add shared HTTP helper (src/utils/http-request.ts) with timeout and
  64 KiB response body cap; refactor validate.ts and hooks.ts to use it
- Fix dashboard route matching to parse URL pathname (query strings no
  longer break /events and /api/status)
- Add SSE broadcast backpressure: drop destroyed or slow clients
- Block SSRF on HTTP hooks by default (private/loopback/link-local IP
  ranges); override with Q_RING_ALLOW_PRIVATE_HOOKS=1
- Remove unnecessary CORS wildcard headers from localhost dashboard
- Replace external Google Fonts and remote icon in dashboard HTML with
  system font stacks and inline SVG for full offline operation
- Document SSRF protection in README

Made-with: Cursor

* fix: harden HTTP helper, dashboard server, and SSRF hook checks per review feedback (#5)

* Initial plan

* fix: address all 7 review comments on HTTP helper, dashboard, and hooks

Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>
Agent-Logs-Url: https://github.com/I4cTime/quantum_ring/sessions/f98e4751-fde3-4773-832f-4daaafdb62be

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>

* feat(web): Tailwind v4, motion, docs/changelog, mobile nav

- Add Tailwind CSS v4 with @theme tokens and PostCSS
- Add Framer Motion (motion) FadeIn, StaggerGroup, animated stats
- CopyableTerminal with copy buttons; remove RevealObserver
- Mobile nav with focus trap, Docs/Changelog routes
- Interactive Architecture tooltips and scroll targets
- Getting Started (/docs) and Changelog (/changelog) pages
- Skip link, main landmark, reduced-motion for WebGL

Made-with: Cursor

* chore: bump version to v0.4.1

Made-with: Cursor

* chore: bump version to v0.9.0

Made-with: Cursor

* docs: add missing Tier 4-6 features to CHANGELOG, web site, and MCP listings (#7)

The Tier 4-6 features (composite secrets, approvals, JIT provisioning,
exec/redaction, scanner, linter, agent memory, context, governance,
team/org scopes, rotation, CI validation, audit verify/export, analytics,
wizard, pre-commit hook) were shipped in v0.9.0 but never recorded in
the CHANGELOG or reflected on the landing site.

- CHANGELOG.md: consolidate 17 missing entries into [0.9.0]
- web/app/changelog/page.tsx: match CHANGELOG with full 0.9.0 entry
- web/components/McpSection.tsx: add 3 tool groups (15 tools), fix count 31→44
- web/components/Features.tsx: add 11 feature cards, update count 13→24
- web/components/Architecture.tsx: add 8 missing core modules
- web/components/Stats.tsx: remove Tiers/Platforms cards, keep MCP Tools + Features

Made-with: Cursor

* chore: bump version to v0.9.1

Made-with: Cursor

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: I4cTime <24039758+I4cTime@users.noreply.github.com>
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