Skip to content

docs: remove stale status dumps and trim to v0.1.1 - #4

Open
Jimthetaxguy wants to merge 1 commit into
mainfrom
cursor/stale-docs-cleanup-0dd2
Open

docs: remove stale status dumps and trim to v0.1.1#4
Jimthetaxguy wants to merge 1 commit into
mainfrom
cursor/stale-docs-cleanup-0dd2

Conversation

@Jimthetaxguy

Copy link
Copy Markdown
Owner

Docs-only cleanup. Deletes superseded status/audit/session dumps and trims remaining docs so they match shipped v0.1.1. No product code (src/, src-tauri/, NeuroBrowser/ untouched).

Deleted (superseded or session residue)

  • CURRENT_STATE.md, ANALYSIS.md, CONTEXT.md — stale status / machine-path residue
  • docs/CODE_ANALYSIS.md, docs/CODE_REVIEW.md, docs/TESTING-NOTES.md — pre-v0.1.1 audit notes
  • research/rust_coding_frameworks.md (and empty research/)
  • _working-files/20260708-1300-cursor-v0.1.1-roadmap-complete.md — tracked session note
  • docs/goals/ dated pack (README.md, goal-autoresearch-optimize-2026-07-20.md, optimization-backlog-2026-07-20.md, feature-backlog-2026-07-20.md, focus-areas-2026-07-20.md, quality-audit-2026-07-20.md) — leftover v0.2 items folded into PROJECT.md
  • .autoresearch/ — agent-loop harness

Trimmed

  • PROJECT.md — current status + real v0.2 list
  • SKILL.md — APIs that exist in src/ today; points at docs/AGENT-SURFACE.md
  • docs/RUNBOOK-DEV.md — how to build/run today (headless daemon already shipped)
  • docs/references/prior-art.md — closed the agent-browser TODO; dropped missing-file links
  • docs/specs/programmatic-surface-design-2026-07-20.md — layers + contract + phases only
  • docs/AGENT-SURFACE.md — one-line drop of the TESTING-NOTES.md link

CHANGELOG.md still names TESTING-NOTES.md as a 0.1.1 add; left untouched as a historical record.

Open in Web Open in Cursor 

Remove superseded status/audit docs, dated goals pack, autoresearch
harness, and session notes. Rewrite PROJECT.md, SKILL.md, RUNBOOK-DEV,
prior-art, and the programmatic-surface spec so they match shipped
reality. No product code.

Co-authored-by: Jimthetaxguy <Jimthetaxguy@users.noreply.github.com>
@Jimthetaxguy
Jimthetaxguy marked this pull request as ready for review September 11, 2026 03:24
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T03:28:52.725843Z dfaa338 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dfaa338dd5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread PROJECT.md
Comment on lines +3 to +5
AI-native desktop browser: Rust library + Tauri/React shell. Agents drive a
real OS webview (or the scraper-backed headless daemon) through a 12-tool
surface gated by `ActionPolicy`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Label the headless daemon as a protocol stub

At this commit, the daemon is not scraper-backed and cannot drive the advertised 12-tool surface: src-tauri/src/bin/headless.rs's dispatch only handles the policy methods plus snapshot, and that snapshot returns a hard-coded about:blank payload rather than consulting BrowserEngine. An agent relying on this status text can receive a successful but empty snapshot and produce incorrect results; describe the daemon as a protocol stub until the real browser wiring lands.

Useful? React with 👍 / 👎.

Comment thread SKILL.md
Comment on lines +77 to +79
let agent = ReActAgent::new(AgentConfig::default(), provider);
let response = agent
.execute_with_policy("Summarize the page", &browser, &policy)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Define the provider and browser in the Rust example

When a user copies this newly rewritten in-process example, it cannot compile because neither provider nor browser is declared. The preceding SessionManager::create_page call does not produce a BrowserInterface, so it cannot supply the missing value implicitly; construct a provider and concrete browser in the example, or mark both as explicit placeholders.

Useful? React with 👍 / 👎.

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.

2 participants