Skip to content

Merge stable into develop#1095

Open
infrahub-github-bot-app[bot] wants to merge 7 commits into
developfrom
stable
Open

Merge stable into develop#1095
infrahub-github-bot-app[bot] wants to merge 7 commits into
developfrom
stable

Conversation

@infrahub-github-bot-app

@infrahub-github-bot-app infrahub-github-bot-app Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

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/, .claude views point to them, dev docs are scaffolded, markdownlint ignores the new paths, and docs now uses qs 6.15.2.

  • Refactors

    • Moved command/skill sources to .agents/; repointed .claude/commands and .claude/skills to ../.agents/... and added .agents/skills/.gitkeep.
    • Tightened AGENTS.md (clearer product context, enforce uv run invoke lint-docs), and scaffolded dev/adr, dev/guidelines, dev/guides, dev/knowledge.
  • Bug Fixes

    • CI: excluded .agents/commands/** and .agents/skills/** from markdownlint to avoid symlink-follow duplicates.

Written for commit 517367b. Summary will update on new commits.

Review in cubic

Benoit Kohler and others added 6 commits June 16, 2026 19:08
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
@github-actions github-actions Bot added the group/ci Issue related to the CI pipeline label Jun 21, 2026
…-6.15.2

chore(deps): bump qs from 6.15.1 to 6.15.2 in /docs
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 517367b
Status: ✅  Deploy successful!
Preview URL: https://5d44ad3a.infrahub-sdk-python.pages.dev

View logs

@github-actions github-actions Bot added the type/documentation Improvements or additions to documentation label Jun 21, 2026
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

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           
Flag Coverage Δ
integration-tests 41.66% <ø> (ø)
python-3.10 55.27% <ø> (-0.02%) ⬇️
python-3.11 55.28% <ø> (ø)
python-3.12 55.27% <ø> (ø)
python-3.13 55.27% <ø> (ø)
python-3.14 55.28% <ø> (ø)
python-filler-3.12 22.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

group/ci Issue related to the CI pipeline type/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants