-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Root
Generated from:
https://github.com/mfittko/pi-dev-loops
Source commit:86d4b3c
Compiled at:2026-06-14T01:30:39.777Z
Page kind:module
Page state:generated
Confidence:high
Claim status:grounded
Primary sources: .devloops, .gitignore, .linkcheckignore, .llmwiki/config.json, .llmwiki/schema.md, .pi/dev-loop-queue.json, .pi/dev-loop/defaults.yaml, .pi/extensions/dev-loop-behavioral-review.ts, AGENTS.md, Dockerfile, ... and 10 more
Generated first-pass page for files grouped under Repository Root. This should be refined by the LLM compiler using source cards and targeted source excerpts.
- Files: 270
- Categories: source, docs, package, test
- Languages: Text, JSON, Markdown, YAML, TypeScript, JavaScript, Dockerfile
- Runtime hints: background-work, environment-variable, deployment, http-route
- Reasons: api-surface, auth, configuration, data-model, docs, package, package-manifest, readme, source, test
- .devloops
- .gitignore
- .linkcheckignore
- .llmwiki/config.json
- .llmwiki/schema.md
- .pi/dev-loop-queue.json
- .pi/dev-loop/defaults.yaml
- .pi/extensions/dev-loop-behavioral-review.ts
- AGENTS.md
- Dockerfile
- LICENSE
- PLAN.md
- README.md
- agents/dev-loop.agent.md
- agents/developer.agent.md
- agents/docs.agent.md
- agents/fixer.agent.md
- agents/quality.agent.md
- agents/refiner.agent.md
- agents/review.agent.md
- cli/index.mjs
- extension/README.md
- extension/checks.ts
- extension/index.ts
- extension/post-merge-update.ts
- extension/presentation.ts
- package-lock.json
- package.json
- playwright.inspect-run-viewer.config.mjs
- schemas/dev-loop-config.schema.json
- scripts/README.md
- scripts/_cli-primitives.mjs
- scripts/_core-helpers.mjs
- scripts/docs/validate-links.mjs
- scripts/docs/validate-no-duplicate-rules.mjs
- scripts/github/_review-thread-mutations.mjs
- scripts/github/capture-review-threads.mjs
- scripts/github/create-draft-pr.mjs
- scripts/github/detect-checkpoint-evidence.mjs
- scripts/github/detect-linked-issue-pr.mjs
- scripts/github/manage-sub-issues.mjs
- scripts/github/probe-copilot-review.mjs
- scripts/github/ready-for-review.mjs
- scripts/github/reconcile-draft-gate.mjs
- scripts/github/reply-resolve-review-thread.mjs
- scripts/github/reply-resolve-review-threads.mjs
- scripts/github/request-copilot-review.mjs
- scripts/github/resolve-tracker-local-spec.mjs
- scripts/github/stage-reviewer-draft.mjs
- scripts/github/upsert-checkpoint-verdict.mjs
- scripts/github/verify-fresh-review-context.mjs
- scripts/github/write-gate-findings-log.mjs
- scripts/loop/_checkpoint-io.mjs
- scripts/loop/_checkpoint-paths.mjs
- scripts/loop/_handoff-contract.mjs
- scripts/loop/_inspect-run-viewer-adapter.mjs
- scripts/loop/_loop-evidence.mjs
- scripts/loop/_pr-runner-coordination.mjs
- scripts/loop/_stale-runner-detection.mjs
- scripts/loop/_steering-state-file.mjs
- scripts/loop/build-handoff-envelope.mjs
- scripts/loop/checkpoint-contract.mjs
- scripts/loop/conductor-monitor.mjs
- scripts/loop/conductor.mjs
- scripts/loop/copilot-pr-handoff.mjs
- scripts/loop/debt-remediate.mjs
- scripts/loop/detect-change-scope.mjs
- scripts/loop/detect-copilot-loop-state.mjs
- scripts/loop/detect-copilot-session-activity.mjs
- scripts/loop/detect-initial-copilot-pr-state.mjs
- scripts/loop/detect-internal-only-pr.mjs
- scripts/loop/detect-issue-refinement-artifact.mjs
- scripts/loop/detect-pr-gate-coordination-state.mjs
- scripts/loop/detect-reviewer-loop-state.mjs
- scripts/loop/detect-stale-runner.mjs
- scripts/loop/detect-tracker-first-loop-state.mjs
- scripts/loop/detect-tracker-pr-state.mjs
- scripts/loop/info.mjs
- scripts/loop/inspect-run-viewer-ci-changes.mjs
- scripts/loop/inspect-run-viewer.mjs
- skills/dev-loop/scripts/dev-mode-context.test.mjs
- skills/dev-loop/scripts/post-gate-verdict-fallback.test.mjs
- skills/dev-loop/scripts/render-template.test.mjs
- test/contracts/copilot-review-doc-contracts.test.mjs
- test/contracts/issue-intake-doc-contracts.test.mjs
- test/contracts/local-implementation-delegation-contract.test.mjs
- test/contracts/planning-doc-contracts.test.mjs
- test/contracts/public-facade-doc-contracts.test.mjs
- test/contracts/review-doc-contracts.test.mjs
- test/dev-loop-init-phase-smoke.test.mjs
- test/dev-loops-cli.test.mjs
- test/docs/validate-links.test.mjs
- test/docs/validate-no-duplicate-rules.test.mjs
- test/extension-checks.test.mjs
- test/extension-command-contract.test.mjs
- test/extension-post-merge-update.test.mjs
- test/github/capture-review-threads.test.mjs
- test/github/create-draft-pr.test.mjs
- test/github/detect-checkpoint-evidence-stale-runner.test.mjs
- test/github/detect-checkpoint-evidence.test.mjs
- test/github/detect-linked-issue-pr.test.mjs
- test/github/manage-sub-issues.test.mjs
- test/github/probe-copilot-review.test.mjs
- test/github/ready-for-review.test.mjs
- test/github/reconcile-draft-gate.test.mjs
- test/github/reply-resolve-review-thread.test.mjs
- test/github/reply-resolve-review-threads.test.mjs
- test/github/request-copilot-review.test.mjs
- test/github/resolve-tracker-local-spec.test.mjs
- test/github/stage-reviewer-draft.test.mjs
- test/github/upsert-checkpoint-verdict.test.mjs
- test/github/write-gate-findings-log.test.mjs
- test/loop/_checkpoint-io.test.mjs
- test/loop/build-handoff-envelope.test.mjs
- test/loop/checkpoint-contract.test.mjs
- test/loop/cli-primitives.test.mjs
- test/loop/conductor-integration.test.mjs
- test/loop/conductor-monitor.test.mjs
- test/loop/conductor-routing.test.mjs
- test/loop/copilot-pr-handoff.test.mjs
- test/loop/detect-copilot-loop-state-auto-detect.test.mjs
- test/loop/detect-copilot-loop-state-input-modes.test.mjs
- test/loop/detect-copilot-session-activity.test.mjs
- test/loop/detect-initial-copilot-pr-state.test.mjs
- test/loop/detect-internal-only-pr.test.mjs
- test/loop/detect-issue-refinement-artifact.test.mjs
- test/loop/detect-pr-gate-coordination-state.test.mjs
- test/loop/detect-reviewer-loop-state.test.mjs
- test/loop/detect-stale-runner.test.mjs
- test/loop/detect-tracker-pr-state.test.mjs
- test/loop/handoff-contract.test.mjs
- test/loop/info.test.mjs
- test/loop/inspect-run-cli.test.mjs
- test/loop/inspect-run-unit.test.mjs
- test/loop/inspect-run-viewer-client.test.mjs
- test/loop/inspect-run-viewer-handoff-envelope-renderer.test.mjs
- test/loop/inspect-run-viewer-managed-instance.test.mjs
- test/loop/inspect-run-viewer-rendering.test.mjs
- test/loop/inspect-run-viewer-server.test.mjs
- test/loop/outer-loop-routing.test.mjs
- test/loop/outer-loop-state-machine.test.mjs
- test/loop/pr-runner-coordination.test.mjs
- test/loop/pre-commit-branch-guard.test.mjs
- test/loop/pre-flight-gate.test.mjs
- test/loop/pre-pr-ready-gate.test.mjs
- test/loop/pre-push-main-guard.test.mjs
- test/loop/pre-write-remote-freshness-guard.test.mjs
- test/loop/refine-verify.test.mjs
- test/loop/refinement-audit-chain-contract.test.mjs
- test/loop/repo-wiki-local.test.mjs
- test/loop/repo-wiki.test.mjs
- test/loop/resolve-dev-loop-startup.test.mjs
- test/loop/run-conductor-cycle.test.mjs
- test/loop/run-refinement-audit.test.mjs
- test/loop/run-watch-cycle.test.mjs
- test/loop/steer-loop.test.mjs
- test/loop/ui-designer-review-contract.test.mjs
- test/loop/ui-smoke-harness.test.mjs
- test/loop/watch-initial-copilot-pr.test.mjs
- test/playwright/inspect-run-viewer.spec.mjs
- test/projects/add-queue-item.test.mjs
- test/projects/ensure-queue-board.test.mjs
- test/projects/list-queue-items.test.mjs
- test/projects/move-queue-item.test.mjs
- test/projects/reorder-queue-item.test.mjs
Generated from:
https://github.com/mfittko/dev-loops
Source commit:3a57ddf
Compiled at:2026-07-11T01:39:45.675Z
Page kind:sidebar
Page state:generated
Confidence:medium