mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-09-10 19:26:00 +00:00
docs: OpenJob and OpenResume.md (#148)
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:
parent
88b29da91c
commit
331b437724
3 changed files with 345 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ export const DOC_SLUGS = [
|
|||
"openontology",
|
||||
"openontology-governance",
|
||||
"openontology-interoperability",
|
||||
"openjob",
|
||||
"openresume",
|
||||
"openspec-comparison",
|
||||
"data-model",
|
||||
"cli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue