docs: OpenJob and OpenResume.md (#148)
Some checks failed
CI / build (push) Has been cancelled
test / test (push) Has been cancelled

Two conventions for the hiring end of the agentic stack, published here beside
the other Open* specs.

OpenResume.md says a resume is a Markdown file: a document a person can read,
diff and keep, and one an agent can write without being taught a schema first.
Six conventions, every one of which degrades rather than fails, because a
resume that does not parse still has to be a usable resume.

OpenJob extends schema.org JobPosting with the three things it has no
vocabulary for: whether the employer accepts applications written with an agent
(stated, rather than discovered by silent rejection), the application form as
data so applying does not require rendering a page, and a description in
Markdown.

Both are implemented by profullstack/agenticjobs, and neither requires it.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Anthony Ettinger 2026-09-08 16:16:05 -07:00 committed by GitHub
parent 88b29da91c
commit 331b437724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 345 additions and 0 deletions

View file

@ -15,6 +15,8 @@ export const DOC_SLUGS = [
"openontology",
"openontology-governance",
"openontology-interoperability",
"openjob",
"openresume",
"openspec-comparison",
"data-model",
"cli",