Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.3",
"name": "agent-candidate",
"display_name": "Agent Candidate",
"version": "0.2.1",
"version": "0.2.2",
"description": "Turn a job posting into a full application kit through the real candidate-suite generators: posting brief, cover letter, strategic playbook, application summary, interview prep, and a one-page quick-reference card. The untrusted posting is sanitised at ingestion and untrusted-origin identifiers are tripwired before the letter is written.",
"long_description": "Agent Candidate turns a job posting into six deliverables through the real candidate-suite generators: a posting brief (.md), a cover letter (.docx), a strategic playbook (.md), an application summary (.md), interview prep (.md), and a one-page quick-reference card (.md). The posting is loaded as reference data (not instructions): non-rendered content is stripped at ingestion, and any identifier of untrusted origin that reaches the letter is refused before the document is produced. The candidate profile used to fill the letter is the developer's fictional sample data.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion server/chain_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# manifest.json by test_frozen_server T0 (serverInfo.version == manifest), the
# same shape as the tools/list <-> manifest parity (T1). Bump here AND in the
# manifest in the same commit; the assert refuses a half-bump.
SERVER_VERSION = "0.2.1"
SERVER_VERSION = "0.2.2"

# Language-neutral sentinel, identical to the real scripts (LNG-2 S3b):
# a critical field that is empty OR equals this token is refused, never invented.
Expand Down