-
Notifications
You must be signed in to change notification settings - Fork 1
feat: lock positioning + rewrite hero around canonical-source framing #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
cf24fd4
d1fbfc5
14adf1c
25032b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Locked positioning (decision 9.1, locked 2026-05-14) | ||
|
|
||
| **Sentence (verbatim):** | ||
|
|
||
| > For AI coding agents writing Python, python-docs-mcp-server is the canonical Python stdlib oracle: exact symbols, exact sections, exact versions — offline, **always free, always MIT**, token-frugal. | ||
|
|
||
| **Use verbatim in:** | ||
|
|
||
| - `README.md` hero | ||
| - `glama.json` `description` | ||
| - `server.json` `description` | ||
| - GitHub repo `About` text | ||
| - `LAUNCH-POST.md` lede | ||
| - Talk bio | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,6 @@ | ||||||
| { | ||||||
| "$schema": "https://glama.ai/mcp/schemas/server.json", | ||||||
| "description": "For AI coding agents writing Python: the canonical Python stdlib oracle. Exact symbols, exact sections, exact versions — offline, always free, always MIT, token-frugal.", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use the locked positioning sentence verbatim in metadata. Line 3 does not match the locked sentence wording/order (it rephrases with Suggested fix- "description": "For AI coding agents writing Python: the canonical Python stdlib oracle. Exact symbols, exact sections, exact versions — offline, always free, always MIT, token-frugal.",
+ "description": "For AI coding agents writing Python, python-docs-mcp-server is the canonical Python stdlib oracle: exact symbols, exact sections, exact versions — offline, always free, always MIT, token-frugal.",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "maintainers": [ | ||||||
| "ayhammouda" | ||||||
| ] | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid normative “source-of-truth” directives in
.planning/.Lines 7–14 are written as enforceable policy (“Use verbatim in”), which conflicts with the rule that
.planning/is archival history, not live truth. Rephrase this section as a historical record (e.g., “Applied in … on 2026-05-14”) and keep enforcement in live docs/checks.As per coding guidelines, ".planning/**: Treat
.planning/directory as archival project history, not live repo truth".🤖 Prompt for AI Agents