docs(release): curated notes for v0.5.0; core 0.9.5; robots fix - #333
Conversation
0.9.4 -> 0.9.5 is documentation links only; the published bundle is unchanged.
The series since v0.4.0: roboinvestor.ai as the public research home, Company Research in the app, the AI beside filings and shared reports, and the account moving to robosystems.ai. The first curated note for this app, so the README stops predicting that 1.0.0 would be.
|
Change classification: normal — platform or application code changed. A normal change carries a documented automated review on this pull request before merge, in place of a second human approver. The |
Both are signed-in routes in the (app) group that shipped without a robots.txt entry. A test now reads the route group and fails when a top-level segment is missing from the disallow list, so the next signed-in page can't ship without one.
|
@claude please review this PR |
|
Claude finished @jfrench9's task in 1m 15s —— View job Reviewing PR #333
ReviewThis is a clean, low-risk docs/chore PR. Went through all 6 changed files and cross-checked the
Verification limits: I wasn't able to run No blocking issues found — the changes are accurate, well-scoped, and the new test meaningfully closes the gap that caused the |
Three changes for the v0.5.0 minor.
.github/release-notes/v0.5.0.mdcovers the series since v0.4.0 (chore(setup): accept a region argument in bootstrap.sh #249–chore(deps): @robosystems/client 1.17.2, report-components 0.7.0 #332). This is the app's first curated release note: roboinvestor.ai as the public research home with a page for every SEC filer, Company Research in the app, the AI beside filings and shared reports, and the account moving to robosystems.ai. The sharedtag-release.ymluses it verbatim when it exists at the tagged ref, so it has to merge beforecreate-release.ymlis dispatched.release-notes/README.mdno longer predicts that 1.0.0 would be the first curated note.@robosystems/core0.9.4 → 0.9.5, which changes documentation links only; the published bundle is identical. The notes' dependency line already says 0.9.5.robots.tsdisallows/companies/and/reports/. Both are signed-in routes that shipped without an entry. A new test reads the(app)route group and fails when a top-level segment is missing from the list; it failed on exactly these two before the fix.The notes were written from the PR bodies across the series, not from titles. Deploy notes checked: every API dependency is in v1.12.8 (already in production), and the series' CloudFormation changes already reached production with the v0.4.x patches. Security-adjacent changes are described at the level of what the user sees.
Verified locally: prettier on the notes; the pre-commit gate on each commit (201 tests with the new robots test).
🤖 Generated with Claude Code