Merge stable into develop#1095
Open
infrahub-github-bot-app[bot] wants to merge 7 commits into
Open
Conversation
Add .agents/skills source-of-truth home; migrate dev/commands -> .agents/commands; re-point .claude/commands symlink to ../.agents/commands (was wrong-source ../dev/commands); scaffold dev/adr|guides|guidelines|knowledge; update AGENTS.md command paths. Audited by opsmill-agentic-structure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove the stale Knowledge base section pointing to a non-existent dev/knowledge/ directory and three missing files; fold the redundant 'Why the SDK' paragraph into the Product context lead; replace the vague 'Run markdownlint' boundary with the actual uv run invoke lint-docs command. Every repo-specific fact, command, path, and version is preserved; 104 -> 91 lines. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The .claude/skills adapter view pointed at ../dev/skills (the old, removed layout), leaving it wrong-source and dangling. Re-point to ../.agents/skills to match the other adapter views and the canonical agentic structure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
After the agentic restructure, .claude/commands and .claude/skills are symlinks into .agents/, so markdownlint follows them to the real files under .agents/ which were not in the ignore list. Add !.agents/commands/** and !.agents/skills/** to match the existing .claude/ and dev/ exclusions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.15.1 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.1...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
chore(agentic): adopt canonical agentic structure
…-6.15.2 chore(deps): bump qs from 6.15.1 to 6.15.2 in /docs
Deploying infrahub-sdk-python with
|
| Latest commit: |
517367b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5d44ad3a.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #1095 +/- ##
========================================
Coverage 81.88% 81.88%
========================================
Files 135 135
Lines 11706 11706
Branches 1770 1770
========================================
Hits 9586 9586
Misses 1573 1573
Partials 547 547
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Merging stable into develop after merging pull request #1084.
Summary by cubic
Sync stable into develop to adopt the canonical agentic layout and fix CI linting. Commands and skills now live under
.agents/,.claudeviews point to them, dev docs are scaffolded, markdownlint ignores the new paths, anddocsnow usesqs6.15.2.Refactors
.agents/; repointed.claude/commandsand.claude/skillsto../.agents/...and added.agents/skills/.gitkeep.AGENTS.md(clearer product context, enforceuv run invoke lint-docs), and scaffoldeddev/adr,dev/guidelines,dev/guides,dev/knowledge.Bug Fixes
.agents/commands/**and.agents/skills/**from markdownlint to avoid symlink-follow duplicates.Written for commit 517367b. Summary will update on new commits.