Conversation
The markdown sources stay on the host and are no longer carried in the public repo. What the outside world reads is the generated site at forail-platform.github.io, built from those sources. 84 files leave the index; nothing leaves the disk. They do remain in the existing history -- removing them from past commits would mean rewriting every branch and tag, which is not done here.
README and CONTRIBUTING linked into docs/, which this repo no longer ships. Both now point at forail-platform.github.io, and the README's documentation section lists the published pages instead of file paths.
The link resolved to docs/mobile_plan.md in this repo, which no longer ships docs/ and never held the mobile plan -- it lives in forail-mobile. The entry also now states what the assistant is for: it tells an admin what is happening on their servers so they resolve the incident faster, rather than resolving it for them.
future_development_plan.md was retired when the planning documents were consolidated, and docs/ is no longer tracked here either -- so the link was dead twice over. The successor is an internal document that is deliberately not published, which is what the sentence now says instead of pointing readers at a file they cannot open.
Every release-notes link pointed into docs/, which this repo stopped tracking on 2026-07-30 -- so all six rendered as 404s on GitHub. README and CONTRIBUTING were moved to the published site in that same change; ROADMAP was missed.
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.
Brings
developtomain:docs/is no longer tracked in the repository, and the roadmap links point at the published site, the forail-mobile repo, and the release notes instead of the retired internal plan.Release merge, no new code.