Feat/v1.58 dark renaissance - #7
Closed
nihilistau wants to merge 2 commits into
Closed
Conversation
GitHub's README precedence is .github/README.md > README.md, so the ".github/ Copilot Operating Manual" was being shown as the repo homepage instead of the new flagship README, and its relative links/images didn't resolve from the repo root. - Rename .github/README.md → .github/COPILOT_MANUAL.md (content kept) so the root README.md becomes the served homepage; updated the 2 references in copilot-instructions.md + the archived onboarding doc. - Fix a mangled middot in the "frontend" shields.io badge URL. Root README images are all root-relative under docs/assets/scenes/ (verified present) and now render on the GitHub repo page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…nces to COPILOT_MANUAL Follow-up to aa8df9a (which only carried the rename): the working-tree edits weren't staged because the prior git-add aborted on the renamed path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates CosySim’s documentation and Copilot governance references by introducing a dedicated Copilot operating manual file and repointing existing docs to it, plus a small README badge URL formatting tweak.
Changes:
- Added a new Copilot operating manual at
.github/COPILOT_MANUAL.md. - Updated documentation links to reference the new manual (instead of the prior
.github/README.mdreference). - Tweaked the README frontend badge label/URL encoding.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Updates the frontend badge text/URL encoding. |
| docs/archive/AGENT_ONBOARDING.md | Repoints “Copilot operating manual” link to .github/COPILOT_MANUAL.md. |
| .github/copilot-instructions.md | Updates references to point at .github/COPILOT_MANUAL.md. |
| .github/COPILOT_MANUAL.md | Adds a new consolidated operating manual for Copilot-facing repo assets. |
Comment on lines
221
to
224
| - Copilot repository policy: [`../.github/copilot-instructions.md`](../.github/copilot-instructions.md) | ||
| - Copilot operating manual: [`../.github/README.md`](../.github/README.md) | ||
| - Copilot operating manual: [`../.github/COPILOT_MANUAL.md`](../.github/COPILOT_MANUAL.md) | ||
| - Workflow agent: [`../.github/agents/copilot-workflow.agent.md`](../.github/agents/copilot-workflow.agent.md) | ||
| - Nexus path rules: [`../.github/instructions/nexus.instructions.md`](../.github/instructions/nexus.instructions.md) |
Comment on lines
+5
to
6
| > `.github/agents/`. See also [`.github/COPILOT_MANUAL.md`](./COPILOT_MANUAL.md) and | ||
| > [`docs/AGENT_ONBOARDING.md`](../docs/AGENT_ONBOARDING.md). |
| - Overview: [`.github/README.md`](./README.md) | ||
| - Overview: [`.github/COPILOT_MANUAL.md`](./COPILOT_MANUAL.md) | ||
| - Copilot workflow agent: [`./agents/copilot-workflow.agent.md`](./agents/copilot-workflow.agent.md) | ||
| - Onboarding guide: [`../docs/AGENT_ONBOARDING.md`](../docs/AGENT_ONBOARDING.md) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.