-
Notifications
You must be signed in to change notification settings - Fork 153
Power Pages ALM: 10 new skills + 45 helpers + 6 reference docs for site-to-pipeline lifecycle #167
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
41 commits
Select commit
Hold shift + click to select a range
1dbc595
Setup-solution skill verified for 100 components site
tyaginidhi 487383c
Fix export-solution bugs found during live testing against IdeaSphere
tyaginidhi 66017e5
Fix import-solution bugs found during live testing against IdeaSphere
tyaginidhi 0f51b9e
Add AttachmentBlocked import error pattern; fix import SKILL.md case bug
tyaginidhi fcd472f
Add Phase 5b: resolve AttachmentBlocked errors in import-solution
tyaginidhi 59986ca
Clarify Phase 5b consent: invoke AskUserQuestion directly, not as cha…
tyaginidhi b07ef1d
export-solution: ask managed vs unmanaged via AskUserQuestion directly
tyaginidhi 5408b88
Remove er-diagram-ideasphere.png — not part of skill code
tyaginidhi 5e316f1
power pages alm using solutions (#47)
tyaginidhi 7472b0b
Add setup-pipeline and deploy-pipeline skills; remove generate-pipeli…
tyaginidhi 0f42f77
Merge origin/main into users/nityagi/PowerPagesALM
tyaginidhi 791c24b
Deployment variables, CI/CD pipeline deploy, and setup-solution impro…
tyaginidhi 5074049
Merge remote-tracking branch 'origin/main' into users/nityagi/PowerPa…
tyaginidhi 2b05b6b
import-solution + deploy-pipeline: env var prompting and post-deploy …
tyaginidhi 8d5f85c
deploy-pipeline: tabbed deploy history + solution contents; plan-alm:…
tyaginidhi 05317a5
Add solution-splitting decision tree and manifest v2 (#107)
tyaginidhi fe7a431
Merge remote-tracking branch 'origin/main' into users/nityagi/PowerPa…
tyaginidhi 973adec
Add ALM-aware-by-default safeguards for Power Pages skills (#108)
tyaginidhi 4ea10b7
ALM validation run: 11 fixes + integration tests + live-verified end-…
tyaginidhi 67a16f9
Merge branch 'main' into users/nityagi/PowerPagesALM
tyaginidhi 4a128f7
Power Pages ALM: per-skill telemetry on 6 skills + 5 plan-alm UX fixe…
tyaginidhi 9bb2a3a
ensure-pipelines-host skill + plan-alm UX overhaul + 3-entity site mo…
tyaginidhi d888303
Merge remote-tracking branch 'origin/main' into users/nityagi/PowerPa…
tyaginidhi cb9b0f2
ALM plan UX overhaul: env-first host menu, post-run refresh, SKU fall…
tyaginidhi b6ad412
plan-alm + ensure-pipelines-host: cap eligible-env list at 5 in env-f…
tyaginidhi 5fff6d7
ensure-pipelines-host: ship Platform Host getOrCreate as Phase 4.0 (#…
tyaginidhi 53895d2
Merge remote-tracking branch 'origin/main' into users/nityagi/PowerPa…
tyaginidhi afb55ad
ALM skills release-readiness: plan-UI fixes, OAuth handling, MCP grou…
tyaginidhi 3efde0c
force-link-environment skill + setup-pipeline Pattern 15 auto-fix (#149)
tyaginidhi 17d92cb
ALM skills: artifacts under docs/alm, post-sync approval gates, estim…
tyaginidhi 56b2cac
Merge remote-tracking branch 'origin/main' into featureBranch/PowerPa…
tyaginidhi f5aefce
ALM split + plan-state auto-sync + getOrCreate + pre-flight unblock (…
tyaginidhi 17b5ef5
Approval Gates: catalog, marker sweep + lint, loop-iteration tighteni…
tyaginidhi 4949d99
Merge remote-tracking branch 'origin/main' into featureBranch/PowerPa…
tyaginidhi 990ab40
Env var lifecycle: pre-PATCH validate + post-deploy verify + canonica…
tyaginidhi 84bae64
Manual export/import reliability + parallel validation batch (#164)
tyaginidhi bf95c03
Merge remote-tracking branch 'origin/main' into featureBranch/PowerPa…
tyaginidhi b0cda13
ALM review follow-ups: B1-B4 + D1, heartbeat Phase 0, halt-on-deploy-…
tyaginidhi e3b76ef
Auto-add plugin version check to SKILL.md files
github-actions[bot] 31073e9
Bump power-pages plugin version 1.6.0 → 2.0.0 for main-bound PR #167
tyaginidhi 13a0d74
AGENTS.md: fix three doc-drift items flagged in pre-merge review
tyaginidhi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| name: power-pages-alm-lint | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - "plugins/power-pages/**" | ||
|
|
||
| jobs: | ||
| alm-lint: | ||
| name: alm-lint | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: setup-node | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 | ||
|
|
||
| - name: run-alm-lint | ||
| # Fails the check when any SKILL.md, script, or new powerpagecomponenttype | ||
| # violates the ALM-aware-by-default rules documented in | ||
| # plugins/power-pages/AGENTS.md. See PLUGIN_DEVELOPMENT_GUIDE.md for the | ||
| # full checklist and the allowlist mechanism (.almlintignore / inline | ||
| # `alm-lint-ignore:` comments). | ||
| run: node plugins/power-pages/scripts/lint-skills-alm.js |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.