docs: rewrite README with current identity and feature list #472
No reviewers
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Total time spent: 44 seconds
Due date
igor
44 seconds
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor!472
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/471-docs-spruce-up-readme-title-says-agent-identity"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this PR does
# Igor, rewrite the intro paragraph, point per-repo conventions atAGENTS.md/docs/agents-md-spec.md(CLAUDE.mdnoted as legacy)<bot-user>/agent-><bot-user>/igor) and tighten the prereq list againstbin/install.sh(addedflock/timeout, noted auth)docs/agents-md-spec.md; left as-is## Licensesection added -- noLICENSEfile or GPL commit found in history, so #469 hasn't merged yetTest plan
make testpassesmake lint(shellcheck + mdl) passesCloses #471
🤖 Review —
COMMENT(automated)CI for
eb579cdf: successDocs-only README rewrite (one file, ~60 lines) that retitles to
# Igor, adds a "What it does" list, and fixes the stale clone URL. In scope, CI green, checklist matches the diff. Not blocking, but the entire value of this PR is factual accuracy against code I cannot see, so I'm leaving it for a human spot-check rather than approving.Findings
npm audit,cargo audit,pip-audit,govulncheck,bundle audit)<bot-user>/igorbut the target stays~/.local/share/agent. That may well be correct (systemd units,$AGENT_HOME, etc.), but deliverable 3 asked to verify the clone path againstbin/install.shas it exists now, and the diff only changed the URL half. Please confirmbin/install.shstill expects~/.local/share/agent.jq curl git flock timeout sqlite3) but the apt command installs packages (... util-linux coreutils sqlite3) —flock/timeoutnever appear in the command, andutil-linux/coreutilsnever appear in the list. It's technically correct (flock←util-linux, timeout←coreutils) but a stranger reading this for the first time will wonder if the command is missing two packages. Suggest either annotating (flock(util-linux),timeout(coreutils)) or just listing packages.docs/agents-md-spec.md; left as-is" is plausible and honestly framed as a no-op, but the docs-index section of the README isn't in the shown hunks, so I can't confirm it. Cheap for the human to eyeball.Checklist honesty
Clean. Every checked item maps to something visible in the diff, and the two no-op items ("left as-is", "no
## Licenseadded") are stated as no-ops rather than dressed up as work — that's the right way to report them.Tests / CI
Docs-only; no tests expected. CI is
successoneb579cd, which covers themake test/make lintclaims.