-
Notifications
You must be signed in to change notification settings - Fork 0
feat: diagnose Repository Skill Set readiness #37
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
8bcd61f
docs: align doctor skill readiness task context
marcioaltoe 94e0ba6
chore: archive 0049-baseline-preservation-idempotency
marcioaltoe 474e2aa
docs: refine doctor skill readiness plan
marcioaltoe d2cf8de
docs: add constraints to terminal outcome specs
marcioaltoe c664fc8
docs: isolate protected skill alignment tasks
marcioaltoe 9d456de
docs: report baseline profile refresh retention gap
marcioaltoe 1865d12
docs: report baseline capability remediation gaps
marcioaltoe 7b44d70
docs: add terminal outcome task graphs
marcioaltoe 50d4dbf
chore: align CodeRabbit reviews with Go project
marcioaltoe a20f0cd
docs: update baseline remediation evidence
marcioaltoe 80ebf4a
fix: remove markdown files from coderabbit review scope to avoid unne…
marcioaltoe 8564e67
fix: update codex model to gpt-5.6-terra for improved performance
marcioaltoe 393624b
feat: diagnose Repository Skill Set readiness
marcioaltoe 672eb5c
chore: refresh repository skill set
marcioaltoe fd786ed
chore: refresh repository skill set
marcioaltoe 7e59784
Merge branch 'ma/0036-doctor-skill-readiness' into roundfix/run-run_2…
marcioaltoe ccfbd15
docs: synchronize Doctor skill-readiness guidance
marcioaltoe d4b679e
docs: reopen skill hash compatibility task
marcioaltoe fb78fbf
feat: diagnose Repository Skill Set readiness
marcioaltoe bda64c4
docs: authorize derived skill readiness artifacts
marcioaltoe 0a0f5bd
feat: diagnose Repository Skill Set readiness
marcioaltoe 9c1e00f
docs: authorize parity corpus refresh
marcioaltoe 6e5618d
docs: align the protected Roundfix Skill pair
marcioaltoe 6ec34e3
docs: qa report for 0036-doctor-skill-readiness (partial)
marcioaltoe e08ad4e
docs: close doctor skill readiness qa
marcioaltoe 46efe28
docs: order doctor skill readiness qa reports
marcioaltoe 46b7534
chore: archive doctor skill readiness spec
marcioaltoe af3bd79
docs: document Claude adapter migration
marcioaltoe b71957d
docs: plan doctor skill readiness hardening
marcioaltoe 6fd1d32
chore: add the authorized Unicode collation dependency
marcioaltoe 93b3151
feat: centralize external skill hash compatibility
marcioaltoe be91ebc
feat: anchor Repository Skill Set filesystem reads
marcioaltoe 14e03d6
feat: harden Doctor coordination and evidence
marcioaltoe d8588d8
docs: qa report for 0050-doctor-skill-readiness-hardening (pass)
marcioaltoe b089b92
chore: archive 0050-doctor-skill-readiness-hardening
marcioaltoe 53a1522
docs: plan Doctor readiness contract reconciliation
marcioaltoe c27c8a1
chore: tidy authorized Go module metadata
marcioaltoe b8ed2dc
feat: make external skill hash ordering total
marcioaltoe 0b10162
feat: make Repository Skill Set inspection cancellable
marcioaltoe 5cdc5bd
feat: reconcile Doctor readiness contracts
marcioaltoe fbc2ae4
docs: synchronize Roundfix Doctor guidance
marcioaltoe a30cad2
docs: qa report for 0051-doctor-readiness-contract-reconciliation (fail)
marcioaltoe 8bef8cb
docs: add Baseline snapshot reconciliation task
marcioaltoe 0ea83ff
chore: reconcile the derived Baseline skill snapshot
marcioaltoe 3f383b2
docs: qa report for 0051-doctor-readiness-contract-reconciliation (pa…
marcioaltoe 817828d
docs: close Doctor readiness QA after full-access proof
marcioaltoe 9a6b7f9
chore: archive Doctor readiness contract reconciliation
marcioaltoe 75795f7
fix: resolve Roundfix batch 001
marcioaltoe 072ae5b
docs: review rounds for pr 37
marcioaltoe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| language: "en" | ||
| early_access: true | ||
|
|
||
| knowledge_base: | ||
| code_guidelines: | ||
| enabled: true | ||
| filePatterns: | ||
| - "AGENTS.md" | ||
| - "**/AGENTS.md" | ||
| - "CONTEXT.md" | ||
| - "docs/agents/**/*.md" | ||
| - "docs/adr/**/*.md" | ||
| - ".agents/skills/**/*.md" | ||
|
|
||
| reviews: | ||
| request_changes_workflow: true | ||
| high_level_summary: true | ||
| poem: false | ||
| review_status: true | ||
| collapse_walkthrough: false | ||
| sequence_diagrams: true | ||
| profile: "assertive" | ||
| related_prs: false | ||
| tools: | ||
| golangci-lint: | ||
| enabled: true | ||
| path_filters: | ||
| # ----- Generated mirrors and local agent state ----- | ||
| - "!.claude/**" | ||
| - "!skills/**" | ||
|
|
||
| # ----- IDE / editor / OS noise ----- | ||
| - "!.vscode/**" | ||
| - "!.idea/**" | ||
| - "!**/.DS_Store" | ||
| - "!**/Thumbs.db" | ||
| - "!**/*.swp" | ||
| - "!**/*.sw?" | ||
|
|
||
| # ----- Build, release, log, and runtime artifacts ----- | ||
| - "!bin/**" | ||
| - "!dist/**" | ||
| - "!tmp/**" | ||
| - "!**/.cache/**" | ||
| - "!**/logs/**" | ||
| - "!**/*.log" | ||
| - "!**/.tmp/**" | ||
| - "!**/*.db" | ||
| - "!**/*.db-shm" | ||
| - "!**/*.db-wal" | ||
| - "!**/*.digest" | ||
| - "!**/*.sha256" | ||
| - "!**/*.png" | ||
| - "!**/*.jpeg" | ||
| - "!**/*.pdf" | ||
|
|
||
| # ----- Secrets / env ----- | ||
| - "!**/.env" | ||
| - "!**/.env.local" | ||
| - "!**/.env.*.local" | ||
| - "!**/*.local" | ||
| - "!**/*.pem" | ||
|
|
||
| # ----- Roundfix source, tests, contracts, docs, and configuration ----- | ||
| - "**/*.go" | ||
| - "**/*.golden" | ||
| - "**/*.txt" | ||
| - "**/*.stdout" | ||
| - "**/*.stderr" | ||
| - "**/*.json" | ||
| - "**/*.jsonc" | ||
| - "**/*.yml" | ||
| - "**/*.yaml" | ||
| - "**/*.toml" | ||
| - ".github/**/*" | ||
| - ".agents/skills/**/*" | ||
| - ".coderabbit.yaml" | ||
| - ".roundfixrc.yml" | ||
| - ".gitignore" | ||
| - "AGENTS.md" | ||
| - "CHANGELOG.md" | ||
| - "CONTEXT.md" | ||
| - "LICENSE" | ||
| - "README.md" | ||
| - "go.mod" | ||
| - "go.sum" | ||
| - "skills-lock.json" | ||
| - "cog.toml" | ||
| - "Makefile" | ||
| - "**/Makefile" |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.