diff --git a/README.md b/README.md index 55fdf4a..6729436 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PyAutoBrain +📖 **Full documentation → ** — the whole PyAutoScientist organism, including how to fork and run your own. + The reasoning layer of the PyAuto organism. Brain figures out *how* work gets done: it classifies incoming tasks, plans them, and routes them to specialist agents, delegating execution to the other organs. It holds no diff --git a/docs/conf.py b/docs/conf.py index b8b48c6..2407aa9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,6 +29,13 @@ html_css_files = ["pyauto.css"] html_theme_options = { + "announcement": ( + "⚠️ The PyAutoScientist docs are at a very early stage " + "of writing — obviously entirely AI-generated, and will be improved upon " + "significantly moving forward. Even so, they should already be good enough " + "to get the idea behind PyAutoScientist, and the AI-development workflow it " + "enables is now thoroughly tested, with months of development behind it." + ), "light_css_variables": { "color-brand-primary": "#be123c", "color-brand-content": "#be123c",