grimoire-kit 3.4.2__tar.gz → 3.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/CHANGELOG.md +21 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/PKG-INFO +5 -2
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/README.md +4 -1
- grimoire_kit-3.4.4/archetypes/agentic-standard/archetype.dna.yaml +135 -0
- grimoire_kit-3.4.4/archetypes/agentic-standard/shared-context.tpl.md +24 -0
- grimoire_kit-3.4.4/framework/agentic-standard/README.md +27 -0
- grimoire_kit-3.4.4/framework/agentic-standard/profile-map.yaml +289 -0
- grimoire_kit-3.4.4/framework/agentic-standard/target-schema.yaml +715 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/accepted-risks.yaml +13 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/compliance-declaration.md +41 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/compliance-score.yaml +34 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/context-contract.yaml +53 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/decision-graph.yaml +43 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/evidence-gates.yaml +40 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/evidence-pack.md +40 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/hook-registry.yaml +42 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/knowledge-source-registry.yaml +37 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/llm-provider-registry.yaml +83 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/memory-policy.yaml +122 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/mission-brief.md +46 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/orchestration-policy.yaml +57 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/pattern-catalog.yaml +61 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/remediation-plan.yaml +20 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/rule-packs.yaml +48 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/task-board.yaml +55 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/task-envelope.md +49 -0
- grimoire_kit-3.4.4/framework/agentic-standard/templates/waivers.yaml +12 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/registry/README.md +2 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/harmony-check.py +69 -45
- grimoire_kit-3.4.4/src/grimoire/__version__.py +1 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/app.py +55 -24
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_debugger.py +5 -3
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_init.py +5 -3
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_memory.py +5 -5
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_setup.py +4 -1
- grimoire_kit-3.4.4/src/grimoire/cli/cmd_standard.py +652 -0
- grimoire_kit-3.4.4/src/grimoire/core/agentic_standard.py +1846 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/archetype_resolver.py +2 -1
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/stigmergy.py +11 -2
- grimoire_kit-3.4.2/src/grimoire/__version__.py +0 -1
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/.gitignore +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/LICENSE +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/_grimoire/_config/custom/prompt-templates/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/agents/blender-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/agents/brand-designer.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/agents/content-creator.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/agents/illustration-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/creative-studio/shared-context.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/features/vector-memory/vectus.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/fix-loop/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/fix-loop/agents/fix-loop-orchestrator.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/fix-loop/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/fix-loop/workflows/workflow-closed-loop-fix.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/backup-dr-specialist.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/k8s-navigator.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/monitoring-specialist.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/ops-engineer.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/pipeline-architect.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/security-hardener.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/agents/systems-debugger.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/infra-ops/shared-context.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/agent-optimizer.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/art-director.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/concierge.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/creative-toolsmith.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/memory-keeper.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/meta/agents/project-navigator.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/minimal/agents/custom-agent.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/minimal/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/agents/backend-engineer.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/agents/deploy-orchestrator.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/agents/platform-architect.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/agents/reliability-engineer.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/shared-context.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/platform-engineering/templates/architecture.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/ansible-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/ansible-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/docker-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/docker-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/go-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/go-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/k8s-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/k8s-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/python-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/python-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/terraform-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/terraform-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/typescript-expert.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/stack/agents/typescript-expert.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/web-app/agents/frontend-specialist.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/web-app/agents/fullstack-dev.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/web-app/archetype.dna.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/archetypes/web-app/shared-context.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/examples/terraform-houseserver/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/examples/web-app-todo/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent-base-compact.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent-base.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent-mesh-network.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent-relationship-graph.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent-rules.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/agent2agent.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/archetype-dna.schema.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/cc-reference.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/cc-verify.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/context-router.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/instructions/grimoire-project.instructions.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-changelog.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-dream.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-health-check.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-pre-push.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-self-heal.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-session-bootstrap.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot/prompts/grimoire-status.prompt.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/copilot-extension/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/cross-validation-trust.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/delivery-contract.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/event-log-shared-state.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/grimoire-trace.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/honest-uncertainty-protocol.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/.pre-commit-config.tpl.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/commit-msg.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/mnemo-consolidate.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/post-checkout.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/post-commit.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/pre-commit-cc.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/pre-push.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hooks/prepare-commit-msg.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/hybrid-parallelism-engine.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/mcp/grimoire-mcp-server.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/backends/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/backends/backend_local.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/backends/backend_ollama.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/backends/backend_qdrant_local.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/backends/backend_qdrant_server.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/contradiction-log.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/docker-compose.memory.tpl.yml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/failure-museum.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/k8s-qdrant.tpl.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/maintenance.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/mem0-bridge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/requirements/requirements-minimal.txt +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/requirements/requirements-ollama.txt +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/requirements/requirements-qdrant.txt +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/requirements.txt +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/memory/session-save.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/orchestrator-gateway.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/productive-conflict-engine.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/audit-report.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/capacity-planning.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/compliance-check.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/dependency-updates.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/design-tokens.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/network-troubleshoot.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/operational-mode.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/periodic-report.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/secret-rotation.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/strategic-plan.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/prompt-templates/troubleshoot.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/question-escalation-chain.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/selective-huddle-protocol.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/sessions/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/sil-collect.sh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/team-manifest.schema.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/teams/team-build.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/teams/team-ops.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/teams/team-vision.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/README.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/adversarial-consensus.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-bench.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-build.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-caller.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-darwinism.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-debugger.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-forge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-integrity.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-lint.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-task-system.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-test.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-watch.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/agent-worker.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/antifragile-score.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/auto-doc.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/auto-index.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/background-tasks.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/bias-toolkit.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/bug-finder.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/cc-feedback.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/code-review.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/cognitive-flywheel.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/concierge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/context-guard.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/context-merge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/context-router.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/context-summarizer.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/conversation-branch.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/conversation-history.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/crescendo.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/crispr.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/cross-migrate.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/dark-matter.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/dashboard.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/decision-log.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/delivery-contracts.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/dep-check.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/desire-paths.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/digital-twin.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/distill.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/dna-evolve.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/doc-fetcher.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/docs-fetcher.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/dream.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/early-warning.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/expert-tool-chain.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/failure-museum.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/fitness-tracker.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/gen-tests.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/grimoire-completion.zsh +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/grimoire-daemon.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/grimoire-log.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/grimoire-mcp-tools.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/grimoire-setup.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/hpe-executors.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/hpe-monitor.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/hpe-runner.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/image-prompt.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/immune-system.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/incubator.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/llm-router.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/mcp-proxy.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/mcp-web-search.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/memory-lint.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/memory-sync.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/message-bus.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/mirror-agent.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/mycelium.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/new-game-plus.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/nso.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/nudge-engine.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/observatory.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/oracle.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/orchestrator.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/preflight-check.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/procedural-memory.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/project-graph.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/quality-score.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/quantum-branch.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/r-and-d.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rag-auto-inject.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rag-indexer.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rag-retriever.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/reasoning-stream.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rnd_core.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rnd_engine.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rnd_harvest.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/rosetta.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/schema-validator.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/self-healing.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/semantic-cache.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/semantic-chain.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/sensory-buffer.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/session-lifecycle.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/skill-validator.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/stigmergy.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/swarm-consensus.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/synapse-config.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/synapse-dashboard.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/synapse-trace.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/time-travel.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/token-budget.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/tool-advisor.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/tool-registry.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/tool-resolver.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/vision-judge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/web-browser.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/tools/workflow-adapt.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/boomerang-orchestration.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/github-cc-check.yml.tpl +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/incident-response.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/repo-map-generator.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/state-checkpoint.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/subagent-orchestration.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/workflow-graph.tpl.yaml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/framework/workflows/workflow-status.tpl.md +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/pyproject.toml +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/__main__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/archetypes/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_merge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/cli/cmd_upgrade.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/config.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/deprecation.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/error_codes.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/exceptions.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/log.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/merge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/project.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/resolver.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/retry.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/scaffold.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/scanner.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/schema.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/core/validator.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/data/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/mcp/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/mcp/server.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/_qdrant_mixin.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/base.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/local.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/ollama.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/backends/qdrant.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/memory/manager.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/py.typed +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/registry/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/registry/agents.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/registry/discovery.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/registry/local.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/__init__.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/_common.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/agent_forge.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/context_guard.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/context_router.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/harmony_check.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/memory_lint.py +0 -0
- {grimoire_kit-3.4.2 → grimoire_kit-3.4.4}/src/grimoire/tools/preflight_check.py +0 -0
|
@@ -7,6 +7,27 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/lang/fr/).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.4.4] - 2026-05-29
|
|
11
|
+
|
|
12
|
+
### Corrigé
|
|
13
|
+
|
|
14
|
+
- **CI SDK multi-OS** — stabilisation complète de `Grimoire SDK CI` : assertions CLI robustes face aux rendus Typer/Rich, couverture agentic standard incluse, smoke Windows ciblé et workflow de tests portable.
|
|
15
|
+
- **Runtime standard** — sorties JSON et tests du runtime agentique rendus portables entre Linux, macOS et Windows, notamment les chemins `context`/`knowledge`.
|
|
16
|
+
- **Release readiness** — correction ShellCheck, test de backoff déterministe et durcissement des tests d’édition de configuration pour débloquer la publication PyPI.
|
|
17
|
+
|
|
18
|
+
## [3.4.3] - 2026-05-28
|
|
19
|
+
|
|
20
|
+
### Ajouté
|
|
21
|
+
|
|
22
|
+
- **Agentic Standard Bridge** — profils `minimal`, `orchestrated` et `governed`, génération des artefacts ISO/design-pattern, vérification/audit CLI et baseline de preuves.
|
|
23
|
+
- **Provider onboarding** — détection non-secrète des providers, activation explicite via `standard init --provider/--providers`, politiques `hosted-safe`, `local-first` et `mixed`.
|
|
24
|
+
- **Package npm préparé** — launcher `grimoire-kit` ajouté, publication npm différée en attendant l’authentification npm dédiée.
|
|
25
|
+
|
|
26
|
+
### Corrigé
|
|
27
|
+
|
|
28
|
+
- **Sécurité standard** — durcissement des chemins générés, rejet des `task_id` traversants, confinement des locators knowledge locaux et échappement des valeurs projet injectées dans les templates.
|
|
29
|
+
- **CI/Docs** — workflow ciblé agentic standard, documentation d’extension des profils et pin explicite du bridge consommé par Forge.
|
|
30
|
+
|
|
10
31
|
## [3.4.2] - 2026-03-30
|
|
11
32
|
|
|
12
33
|
### Corrigé
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: grimoire-kit
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.4
|
|
4
4
|
Summary: Composable AI agent platform — personas, memory, workflows, and quality automation for any project.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Guilhem-Bonnet/Grimoire-kit
|
|
6
6
|
Project-URL: Repository, https://github.com/Guilhem-Bonnet/Grimoire-kit
|
|
@@ -88,6 +88,7 @@ Description-Content-Type: text/markdown
|
|
|
88
88
|
<a href="#-architecture">Architecture</a> •
|
|
89
89
|
<a href="#-features">Features</a> •
|
|
90
90
|
<a href="#-outils-cli">Outils CLI</a> •
|
|
91
|
+
<a href="docs/agentic-standard-integration.md">Standard agentique</a> •
|
|
91
92
|
<a href="docs/concepts.md">Concepts</a> •
|
|
92
93
|
<a href="docs/getting-started.md">Guide complet</a> •
|
|
93
94
|
<a href="CHANGELOG.md">Changelog</a>
|
|
@@ -151,6 +152,9 @@ Grimoire Kit déploie des **équipes d'agents IA** qui fonctionnent comme une vr
|
|
|
151
152
|
# Installation via pipx (recommandé)
|
|
152
153
|
pipx install grimoire-kit
|
|
153
154
|
|
|
155
|
+
# Installation recommandée pour le moment
|
|
156
|
+
pipx install grimoire-kit
|
|
157
|
+
|
|
154
158
|
# Ou via pip dans un venv
|
|
155
159
|
python3 -m venv .venv && source .venv/bin/activate
|
|
156
160
|
pip install grimoire-kit
|
|
@@ -942,4 +946,3 @@ Les contributions sont les bienvenues ! Voir [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
942
946
|
<img src="https://img.shields.io/github/stars/Guilhem-Bonnet/Grimoire-kit?style=social" alt="Stars">
|
|
943
947
|
</a>
|
|
944
948
|
</p>
|
|
945
|
-
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
<a href="#-architecture">Architecture</a> •
|
|
34
34
|
<a href="#-features">Features</a> •
|
|
35
35
|
<a href="#-outils-cli">Outils CLI</a> •
|
|
36
|
+
<a href="docs/agentic-standard-integration.md">Standard agentique</a> •
|
|
36
37
|
<a href="docs/concepts.md">Concepts</a> •
|
|
37
38
|
<a href="docs/getting-started.md">Guide complet</a> •
|
|
38
39
|
<a href="CHANGELOG.md">Changelog</a>
|
|
@@ -96,6 +97,9 @@ Grimoire Kit déploie des **équipes d'agents IA** qui fonctionnent comme une vr
|
|
|
96
97
|
# Installation via pipx (recommandé)
|
|
97
98
|
pipx install grimoire-kit
|
|
98
99
|
|
|
100
|
+
# Installation recommandée pour le moment
|
|
101
|
+
pipx install grimoire-kit
|
|
102
|
+
|
|
99
103
|
# Ou via pip dans un venv
|
|
100
104
|
python3 -m venv .venv && source .venv/bin/activate
|
|
101
105
|
pip install grimoire-kit
|
|
@@ -887,4 +891,3 @@ Les contributions sont les bienvenues ! Voir [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
887
891
|
<img src="https://img.shields.io/github/stars/Guilhem-Bonnet/Grimoire-kit?style=social" alt="Stars">
|
|
888
892
|
</a>
|
|
889
893
|
</p>
|
|
890
|
-
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
$schema: "grimoire-archetype-dna/v1"
|
|
2
|
+
|
|
3
|
+
id: agentic-standard
|
|
4
|
+
name: "Agentic Standard"
|
|
5
|
+
version: "0.1.0"
|
|
6
|
+
description: "Pont installable entre un corpus normatif agentique externe et les artefacts consommables Grimoire Kit."
|
|
7
|
+
icon: "⚖️"
|
|
8
|
+
author: "grimoire-kit"
|
|
9
|
+
tags: [standard, governance, compliance, context, knowledge, llm-provider, evidence]
|
|
10
|
+
|
|
11
|
+
inherits: minimal
|
|
12
|
+
|
|
13
|
+
traits:
|
|
14
|
+
- name: normative-traceability
|
|
15
|
+
description: "Chaque artefact standard-aware garde une trace vers l'exigence, le contrôle ou le pattern amont."
|
|
16
|
+
rule: "Ne pas reformuler une obligation comme source de vérité locale sans référence au corpus normatif amont. Toute conformité déclarée pointe vers mission-brief, compliance-declaration ou evidence-pack."
|
|
17
|
+
agents_affected: "*"
|
|
18
|
+
- name: evidence-gated-workflow
|
|
19
|
+
description: "Aucune livraison standard-aware sans preuve attachée."
|
|
20
|
+
rule: "Avant de déclarer une tâche terminée, produire ou mettre à jour un Evidence Pack et documenter les contrôles non applicables."
|
|
21
|
+
agents_affected: "*"
|
|
22
|
+
- name: context-orchestrated
|
|
23
|
+
description: "Le contexte n'est pas injecté en vrac : il est sélectionné, borné et justifié."
|
|
24
|
+
rule: "Pour toute tâche complexe, renseigner les sources de contexte, la raison de sélection, la fraîcheur et le budget dans le Task Envelope."
|
|
25
|
+
agents_affected: "*"
|
|
26
|
+
- name: knowledge-indexer-aware
|
|
27
|
+
description: "Les sources externes indexées sont séparées de la mémoire agentique."
|
|
28
|
+
rule: "Toute donnée externe greffée via dossier, dépôt, URL, API, MCP ou base de données doit être déclarée dans knowledge-source-registry.yaml avant usage récurrent."
|
|
29
|
+
agents_affected: "*"
|
|
30
|
+
- name: provider-neutral-routing
|
|
31
|
+
description: "Les appels LLM sont compatibles Copilot, Codex/OpenAI, Claude, Gemini et local via registre."
|
|
32
|
+
rule: "Aucun provider ou modèle non déclaré dans llm-provider-registry.yaml ne doit devenir une dépendance implicite du flow."
|
|
33
|
+
agents_affected: "*"
|
|
34
|
+
|
|
35
|
+
constraints:
|
|
36
|
+
- id: no-local-norm-fork
|
|
37
|
+
description: "Ne pas forker silencieusement la norme dans un template Grimoire."
|
|
38
|
+
enforcement: hard
|
|
39
|
+
checked_by: agent-optimizer
|
|
40
|
+
- id: evidence-pack-required
|
|
41
|
+
description: "Un Evidence Pack est requis pour toute déclaration de conformité."
|
|
42
|
+
enforcement: hard
|
|
43
|
+
checked_by: agent-optimizer
|
|
44
|
+
- id: knowledge-not-memory
|
|
45
|
+
description: "La base de connaissance indexée ne doit pas être mélangée à la mémoire agentique."
|
|
46
|
+
enforcement: hard
|
|
47
|
+
checked_by: memory-keeper
|
|
48
|
+
- id: registered-provider-only
|
|
49
|
+
description: "Les providers LLM doivent être déclarés avant usage."
|
|
50
|
+
enforcement: hard
|
|
51
|
+
checked_by: agent-optimizer
|
|
52
|
+
|
|
53
|
+
values:
|
|
54
|
+
- name: normative-clarity
|
|
55
|
+
description: "Séparer ce qui est obligatoire, informatif, généré et spécifique au projet."
|
|
56
|
+
priority: 1
|
|
57
|
+
- name: provider-portability
|
|
58
|
+
description: "Un flow Grimoire ne dépend pas d'un fournisseur LLM unique par accident."
|
|
59
|
+
priority: 1
|
|
60
|
+
- name: evidence-first-delivery
|
|
61
|
+
description: "La preuve de livraison fait partie du produit livré."
|
|
62
|
+
priority: 1
|
|
63
|
+
|
|
64
|
+
tools_required:
|
|
65
|
+
- name: git
|
|
66
|
+
description: "Traçabilité des changements et références vers la norme amont."
|
|
67
|
+
required: true
|
|
68
|
+
check_command: "which git"
|
|
69
|
+
- name: python3
|
|
70
|
+
description: "Validation et scripts Grimoire."
|
|
71
|
+
required: false
|
|
72
|
+
check_command: "which python3"
|
|
73
|
+
|
|
74
|
+
acceptance_criteria:
|
|
75
|
+
- id: mission-brief-present
|
|
76
|
+
description: "Le projet déclare son profil et son périmètre standard-aware."
|
|
77
|
+
enforcement: hard
|
|
78
|
+
context: "Template framework/agentic-standard/templates/mission-brief.md"
|
|
79
|
+
triggers_on: ["_grimoire/standard/mission-brief.md"]
|
|
80
|
+
checked_by: agent-optimizer
|
|
81
|
+
- id: task-envelope-used
|
|
82
|
+
description: "Les tâches complexes ont un état, un contexte borné et des limites d'outils."
|
|
83
|
+
enforcement: soft
|
|
84
|
+
context: "Template framework/agentic-standard/templates/task-envelope.md"
|
|
85
|
+
triggers_on: ["_grimoire-output/evidence/**/task-envelope.md"]
|
|
86
|
+
checked_by: agent-optimizer
|
|
87
|
+
- id: evidence-pack-used
|
|
88
|
+
description: "Les validations et écarts sont attachés à un Evidence Pack."
|
|
89
|
+
enforcement: hard
|
|
90
|
+
context: "Template framework/agentic-standard/templates/evidence-pack.md"
|
|
91
|
+
triggers_on: ["_grimoire-output/evidence/**/evidence-pack.md"]
|
|
92
|
+
checked_by: agent-optimizer
|
|
93
|
+
- id: knowledge-sources-declared
|
|
94
|
+
description: "Les sources documentaires externes indexées sont déclarées avec trust boundary."
|
|
95
|
+
enforcement: hard
|
|
96
|
+
context: "Knowledge Base Indexer — pas une mémoire."
|
|
97
|
+
triggers_on: ["_grimoire/standard/knowledge-source-registry.yaml"]
|
|
98
|
+
checked_by: memory-keeper
|
|
99
|
+
- id: providers-declared
|
|
100
|
+
description: "Les providers LLM utilisables sont explicitement déclarés."
|
|
101
|
+
enforcement: hard
|
|
102
|
+
context: "Provider-first routing."
|
|
103
|
+
triggers_on: ["_grimoire/standard/llm-provider-registry.yaml"]
|
|
104
|
+
checked_by: agent-optimizer
|
|
105
|
+
|
|
106
|
+
agents:
|
|
107
|
+
- path: "../../archetypes/meta/agents/project-navigator.md"
|
|
108
|
+
required: true
|
|
109
|
+
description: "Atlas — cartographie du projet et des artefacts standard-aware"
|
|
110
|
+
- path: "../../archetypes/meta/agents/agent-optimizer.md"
|
|
111
|
+
required: true
|
|
112
|
+
description: "Sentinel — vérification des evidence gates et guardrails"
|
|
113
|
+
- path: "../../archetypes/meta/agents/memory-keeper.md"
|
|
114
|
+
required: true
|
|
115
|
+
description: "Mnemo — séparation mémoire / connaissance indexée"
|
|
116
|
+
|
|
117
|
+
workflows: []
|
|
118
|
+
shared_context_template: "../../archetypes/agentic-standard/shared-context.tpl.md"
|
|
119
|
+
prompts_directory: null
|
|
120
|
+
|
|
121
|
+
compatible_with: [minimal, infra-ops, web-app, fix-loop, platform-engineering, features/vector-memory, stack/go, stack/typescript, stack/python, stack/terraform, stack/k8s]
|
|
122
|
+
incompatible_with: []
|
|
123
|
+
requires: [minimal]
|
|
124
|
+
|
|
125
|
+
auto_detect:
|
|
126
|
+
files: ["_grimoire/standard/mission-brief.md", "_grimoire/standard/compliance-declaration.md"]
|
|
127
|
+
directories: ["_grimoire/standard/", "_grimoire-output/evidence/"]
|
|
128
|
+
confidence_boost: 80
|
|
129
|
+
exclusive: false
|
|
130
|
+
|
|
131
|
+
changelog:
|
|
132
|
+
- version: "0.1.0"
|
|
133
|
+
date: "2026-05-10"
|
|
134
|
+
changes:
|
|
135
|
+
- "Création du pont agentic-standard : traçabilité normative, evidence gates, Knowledge Base Indexer, registre LLM provider-neutral."
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Agentic Standard Shared Context
|
|
2
|
+
|
|
3
|
+
This project uses the `agentic-standard` Grimoire archetype.
|
|
4
|
+
|
|
5
|
+
## Source of truth
|
|
6
|
+
|
|
7
|
+
- The external normative corpus defines obligations and requirement language.
|
|
8
|
+
- Grimoire Kit provides generated or copied implementation artifacts.
|
|
9
|
+
- Project-specific files may declare conformity, gaps, and decisions, but they do not redefine the standard.
|
|
10
|
+
|
|
11
|
+
## Required distinctions
|
|
12
|
+
|
|
13
|
+
- Agent memory: persistent learning about this project or agent behavior.
|
|
14
|
+
- Session context: bounded information selected for the current task.
|
|
15
|
+
- Knowledge base: indexed external documentation declared in `knowledge-source-registry.yaml`.
|
|
16
|
+
- Source of truth: only a source explicitly marked authoritative for the current scope.
|
|
17
|
+
|
|
18
|
+
## Execution rule
|
|
19
|
+
|
|
20
|
+
For non-trivial tasks, use a Task Envelope before execution and an Evidence Pack before completion. If a requirement is not applicable, state why instead of silently skipping it.
|
|
21
|
+
|
|
22
|
+
## LLM provider rule
|
|
23
|
+
|
|
24
|
+
Use provider-first routing. The selected provider, model or capability, fallback, and data policy must be declared before becoming part of the repeatable flow.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Agentic Standard Bridge
|
|
2
|
+
|
|
3
|
+
This directory is the Grimoire Kit bridge between an external agentic standard and concrete project artifacts.
|
|
4
|
+
|
|
5
|
+
It does not define the standard itself. The normative source remains the external corpus (`processus-developpement-agentique`). Grimoire Kit only turns that corpus into installable profiles, templates, prompts, controls, and evidence structures.
|
|
6
|
+
|
|
7
|
+
## Responsibilities
|
|
8
|
+
|
|
9
|
+
| Layer | Role | Output in Grimoire Kit |
|
|
10
|
+
|---|---|---|
|
|
11
|
+
| Normative corpus | Defines obligations, controls, pattern families, profiles, and evidence expectations | Referenced as an upstream source |
|
|
12
|
+
| Grimoire Forge | Selects a target profile and assembles project artifacts | Profile map, generator logic, validation flow |
|
|
13
|
+
| Grimoire Kit | Provides consumable flow assets for project teams | Archetypes, templates, manifests, checks |
|
|
14
|
+
|
|
15
|
+
## Files
|
|
16
|
+
|
|
17
|
+
- `profile-map.yaml` maps standard capabilities to Grimoire profiles and concrete kit artifacts.
|
|
18
|
+
- `templates/` contains project-facing documents generated or copied into a target project.
|
|
19
|
+
- `../../archetypes/agentic-standard/` is the installable archetype for teams that want the standard-aware flow.
|
|
20
|
+
|
|
21
|
+
## Design rules
|
|
22
|
+
|
|
23
|
+
1. The bridge must not copy normative obligations as if Grimoire Kit were the source of truth.
|
|
24
|
+
2. Every generated artifact must keep a trace to the upstream requirement, control, or pattern family it implements.
|
|
25
|
+
3. External knowledge indexing is declared as a knowledge base layer, not as memory and not as session context.
|
|
26
|
+
4. LLM compatibility is provider-first: provider, model, capability, data policy, and fallback must be explicit.
|
|
27
|
+
5. Evidence is part of the flow, not a post-hoc report.
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
$schema: "grimoire-agentic-standard-profile-map/v1"
|
|
2
|
+
|
|
3
|
+
metadata:
|
|
4
|
+
id: agentic-standard-profile-map
|
|
5
|
+
version: "0.1.0"
|
|
6
|
+
owner: grimoire-kit
|
|
7
|
+
upstream_standard:
|
|
8
|
+
name: "Standard de structure agentique"
|
|
9
|
+
repository: "processus-developpement-agentique"
|
|
10
|
+
canonical_entrypoint: "docs/norme-structure-agentique.md"
|
|
11
|
+
normative_matrix: "docs/matrice-normative-maitresse.md"
|
|
12
|
+
intent: >
|
|
13
|
+
Map an external normative corpus to concrete Grimoire Kit profiles,
|
|
14
|
+
templates, checks, and evidence packs.
|
|
15
|
+
|
|
16
|
+
principles:
|
|
17
|
+
- id: standard-is-upstream
|
|
18
|
+
rule: "Grimoire Kit consumes and traces the standard; it does not redefine it."
|
|
19
|
+
- id: evidence-gated-flow
|
|
20
|
+
rule: "A task is not complete until required evidence for the selected profile exists."
|
|
21
|
+
- id: provider-neutral-llm
|
|
22
|
+
rule: "Provider/model usage is declared through a registry before execution."
|
|
23
|
+
- id: knowledge-is-not-memory
|
|
24
|
+
rule: "Indexed external documentation is a knowledge base source, not agent memory."
|
|
25
|
+
- id: context-is-orchestrated
|
|
26
|
+
rule: "Context is selected, ranked, bounded, and justified before reaching an agent."
|
|
27
|
+
|
|
28
|
+
artifact_types:
|
|
29
|
+
mission_brief:
|
|
30
|
+
template: "framework/agentic-standard/templates/mission-brief.md"
|
|
31
|
+
purpose: "Declare project scope, profile, risk level, and upstream standard references."
|
|
32
|
+
task_envelope:
|
|
33
|
+
template: "framework/agentic-standard/templates/task-envelope.md"
|
|
34
|
+
purpose: "Wrap an agentic task with state, context inputs, tools, checks, and evidence gates."
|
|
35
|
+
evidence_pack:
|
|
36
|
+
template: "framework/agentic-standard/templates/evidence-pack.md"
|
|
37
|
+
purpose: "Collect proof that a task, workflow, or release satisfied its declared controls."
|
|
38
|
+
compliance_declaration:
|
|
39
|
+
template: "framework/agentic-standard/templates/compliance-declaration.md"
|
|
40
|
+
purpose: "Declare profile-level conformance with explicit gaps and accepted deviations."
|
|
41
|
+
knowledge_source_registry:
|
|
42
|
+
template: "framework/agentic-standard/templates/knowledge-source-registry.yaml"
|
|
43
|
+
purpose: "Declare external documentation sources to index and their trust boundaries."
|
|
44
|
+
llm_provider_registry:
|
|
45
|
+
template: "framework/agentic-standard/templates/llm-provider-registry.yaml"
|
|
46
|
+
purpose: "Declare LLM providers, capabilities, data policy, routing, and fallback."
|
|
47
|
+
task_board:
|
|
48
|
+
template: "framework/agentic-standard/templates/task-board.yaml"
|
|
49
|
+
purpose: "Govern agentic work with states, owners, blockers, evidence, decisions, and remediation links."
|
|
50
|
+
memory_policy:
|
|
51
|
+
template: "framework/agentic-standard/templates/memory-policy.yaml"
|
|
52
|
+
purpose: "Declare memory types, scopes, retention, freshness, trust, redaction, and provider compatibility."
|
|
53
|
+
context_contract:
|
|
54
|
+
template: "framework/agentic-standard/templates/context-contract.yaml"
|
|
55
|
+
purpose: "Define deterministic context bundle assembly and validation rules."
|
|
56
|
+
decision_graph:
|
|
57
|
+
template: "framework/agentic-standard/templates/decision-graph.yaml"
|
|
58
|
+
purpose: "Declare explainable agentic decisions and decision record requirements."
|
|
59
|
+
rule_packs:
|
|
60
|
+
template: "framework/agentic-standard/templates/rule-packs.yaml"
|
|
61
|
+
purpose: "Declare executable normative rules mapped to checks, hooks, events, and remediation."
|
|
62
|
+
hook_registry:
|
|
63
|
+
template: "framework/agentic-standard/templates/hook-registry.yaml"
|
|
64
|
+
purpose: "Declare runtime hook phases, actions, and safety policies."
|
|
65
|
+
orchestration_policy:
|
|
66
|
+
template: "framework/agentic-standard/templates/orchestration-policy.yaml"
|
|
67
|
+
purpose: "Declare agents, personas, roles, autonomy limits, handoffs, escalation, and rollback."
|
|
68
|
+
evidence_gates:
|
|
69
|
+
template: "framework/agentic-standard/templates/evidence-gates.yaml"
|
|
70
|
+
purpose: "Declare evidence-gated task lifecycle transitions."
|
|
71
|
+
pattern_catalog:
|
|
72
|
+
template: "framework/agentic-standard/templates/pattern-catalog.yaml"
|
|
73
|
+
purpose: "Classify executable agentic patterns and map them to artifacts, rules, and checks."
|
|
74
|
+
compliance_score:
|
|
75
|
+
template: "framework/agentic-standard/templates/compliance-score.yaml"
|
|
76
|
+
purpose: "Declare multidimensional compliance scoring and profile thresholds."
|
|
77
|
+
remediation_plan:
|
|
78
|
+
template: "framework/agentic-standard/templates/remediation-plan.yaml"
|
|
79
|
+
purpose: "Declare remediation action semantics for audit findings."
|
|
80
|
+
accepted_risks:
|
|
81
|
+
template: "framework/agentic-standard/templates/accepted-risks.yaml"
|
|
82
|
+
purpose: "Declare governed risk acceptances and expiry policy."
|
|
83
|
+
waivers:
|
|
84
|
+
template: "framework/agentic-standard/templates/waivers.yaml"
|
|
85
|
+
purpose: "Declare temporary governance waivers and approval evidence."
|
|
86
|
+
|
|
87
|
+
profiles:
|
|
88
|
+
- id: starter
|
|
89
|
+
display_name: "Starter"
|
|
90
|
+
target: "Individual or small project adopting a minimal standard-aware flow."
|
|
91
|
+
maturity: 1
|
|
92
|
+
required_artifacts:
|
|
93
|
+
- mission_brief
|
|
94
|
+
- task_envelope
|
|
95
|
+
- evidence_pack
|
|
96
|
+
recommended_archetypes:
|
|
97
|
+
- minimal
|
|
98
|
+
- agentic-standard
|
|
99
|
+
mapped_capabilities:
|
|
100
|
+
- workflow-state-engine
|
|
101
|
+
- evidence-gated-workflow
|
|
102
|
+
- tool-blast-radius-limiter
|
|
103
|
+
minimum_evidence:
|
|
104
|
+
- "Selected profile and task state are declared."
|
|
105
|
+
- "Tools and writable paths are bounded."
|
|
106
|
+
- "Completion includes validation evidence or an explicit non-applicability note."
|
|
107
|
+
|
|
108
|
+
- id: controlled
|
|
109
|
+
display_name: "Controlled"
|
|
110
|
+
target: "Team project requiring repeatable governance and provider-neutral LLM routing."
|
|
111
|
+
maturity: 2
|
|
112
|
+
required_artifacts:
|
|
113
|
+
- mission_brief
|
|
114
|
+
- task_envelope
|
|
115
|
+
- evidence_pack
|
|
116
|
+
- llm_provider_registry
|
|
117
|
+
- compliance_declaration
|
|
118
|
+
recommended_archetypes:
|
|
119
|
+
- minimal
|
|
120
|
+
- agentic-standard
|
|
121
|
+
- fix-loop
|
|
122
|
+
mapped_capabilities:
|
|
123
|
+
- llm-provider-abstraction
|
|
124
|
+
- guardrail-contract
|
|
125
|
+
- mcp-trust-gate
|
|
126
|
+
- prompt-version-observability
|
|
127
|
+
minimum_evidence:
|
|
128
|
+
- "Every provider/model call is declared in the provider registry."
|
|
129
|
+
- "Guardrails define allow, deny, and escalation behavior."
|
|
130
|
+
- "Prompt, instruction, and capability changes are traceable."
|
|
131
|
+
|
|
132
|
+
- id: orchestrated
|
|
133
|
+
display_name: "Orchestrated"
|
|
134
|
+
target: "Multi-agent flow with advanced context routing and external knowledge grafting."
|
|
135
|
+
maturity: 3
|
|
136
|
+
required_artifacts:
|
|
137
|
+
- mission_brief
|
|
138
|
+
- task_board
|
|
139
|
+
- task_envelope
|
|
140
|
+
- evidence_pack
|
|
141
|
+
- knowledge_source_registry
|
|
142
|
+
- llm_provider_registry
|
|
143
|
+
- compliance_declaration
|
|
144
|
+
- memory_policy
|
|
145
|
+
- context_contract
|
|
146
|
+
- decision_graph
|
|
147
|
+
- rule_packs
|
|
148
|
+
- hook_registry
|
|
149
|
+
- orchestration_policy
|
|
150
|
+
- evidence_gates
|
|
151
|
+
- pattern_catalog
|
|
152
|
+
recommended_archetypes:
|
|
153
|
+
- minimal
|
|
154
|
+
- agentic-standard
|
|
155
|
+
- features/vector-memory
|
|
156
|
+
- platform-engineering
|
|
157
|
+
mapped_capabilities:
|
|
158
|
+
- advanced-context-orchestrator
|
|
159
|
+
- knowledge-base-indexer
|
|
160
|
+
- memory-integrity-validator
|
|
161
|
+
- runtime-provider-contract
|
|
162
|
+
- trajectory-logging
|
|
163
|
+
minimum_evidence:
|
|
164
|
+
- "Context selections cite their source, freshness, and reason for inclusion."
|
|
165
|
+
- "Knowledge sources have indexing mode, trust level, and refresh policy."
|
|
166
|
+
- "Memory and knowledge base writes are separated."
|
|
167
|
+
|
|
168
|
+
- id: governed
|
|
169
|
+
display_name: "Governed"
|
|
170
|
+
target: "Organization-grade flow with policy, audit, and environment-aware controls."
|
|
171
|
+
maturity: 4
|
|
172
|
+
required_artifacts:
|
|
173
|
+
- mission_brief
|
|
174
|
+
- task_board
|
|
175
|
+
- task_envelope
|
|
176
|
+
- evidence_pack
|
|
177
|
+
- knowledge_source_registry
|
|
178
|
+
- llm_provider_registry
|
|
179
|
+
- compliance_declaration
|
|
180
|
+
- memory_policy
|
|
181
|
+
- context_contract
|
|
182
|
+
- decision_graph
|
|
183
|
+
- rule_packs
|
|
184
|
+
- hook_registry
|
|
185
|
+
- orchestration_policy
|
|
186
|
+
- evidence_gates
|
|
187
|
+
- pattern_catalog
|
|
188
|
+
- compliance_score
|
|
189
|
+
- remediation_plan
|
|
190
|
+
- accepted_risks
|
|
191
|
+
- waivers
|
|
192
|
+
recommended_archetypes:
|
|
193
|
+
- minimal
|
|
194
|
+
- agentic-standard
|
|
195
|
+
- infra-ops
|
|
196
|
+
- platform-engineering
|
|
197
|
+
mapped_capabilities:
|
|
198
|
+
- policy-by-environment
|
|
199
|
+
- workspace-isolation
|
|
200
|
+
- browser-tool-contract
|
|
201
|
+
- agent-telemetry-plane
|
|
202
|
+
- session-reliability-slo-reporter
|
|
203
|
+
minimum_evidence:
|
|
204
|
+
- "Environment policy states what changes between local, CI, staging, and production."
|
|
205
|
+
- "Workspace isolation and network/tool boundaries are declared."
|
|
206
|
+
- "Telemetry and audit trails cover workflow state transitions."
|
|
207
|
+
|
|
208
|
+
- id: production
|
|
209
|
+
display_name: "Production"
|
|
210
|
+
target: "Enterprise or public critical flow with SLOs, dry-runs, cost controls, and release gates."
|
|
211
|
+
maturity: 5
|
|
212
|
+
required_artifacts:
|
|
213
|
+
- mission_brief
|
|
214
|
+
- task_board
|
|
215
|
+
- task_envelope
|
|
216
|
+
- evidence_pack
|
|
217
|
+
- knowledge_source_registry
|
|
218
|
+
- llm_provider_registry
|
|
219
|
+
- compliance_declaration
|
|
220
|
+
- memory_policy
|
|
221
|
+
- context_contract
|
|
222
|
+
- decision_graph
|
|
223
|
+
- rule_packs
|
|
224
|
+
- hook_registry
|
|
225
|
+
- orchestration_policy
|
|
226
|
+
- evidence_gates
|
|
227
|
+
- pattern_catalog
|
|
228
|
+
- compliance_score
|
|
229
|
+
- remediation_plan
|
|
230
|
+
- accepted_risks
|
|
231
|
+
- waivers
|
|
232
|
+
recommended_archetypes:
|
|
233
|
+
- minimal
|
|
234
|
+
- agentic-standard
|
|
235
|
+
- infra-ops
|
|
236
|
+
- platform-engineering
|
|
237
|
+
- features/vector-memory
|
|
238
|
+
mapped_capabilities:
|
|
239
|
+
- kubernetes-agent-control-plane
|
|
240
|
+
- cluster-action-dry-run
|
|
241
|
+
- llm-cost-registry
|
|
242
|
+
- doc-to-graph-pipeline
|
|
243
|
+
- flow-dsl-minimal
|
|
244
|
+
minimum_evidence:
|
|
245
|
+
- "High-risk actions support dry-run and rollback proof."
|
|
246
|
+
- "Cost, latency, reliability, and quality signals are recorded for critical runs."
|
|
247
|
+
- "Release gates fail closed when mandatory evidence is missing."
|
|
248
|
+
|
|
249
|
+
generation_targets:
|
|
250
|
+
project_root:
|
|
251
|
+
- path: "_grimoire/standard/mission-brief.md"
|
|
252
|
+
source_artifact: mission_brief
|
|
253
|
+
- path: "_grimoire/standard/compliance-declaration.md"
|
|
254
|
+
source_artifact: compliance_declaration
|
|
255
|
+
- path: "_grimoire/standard/knowledge-source-registry.yaml"
|
|
256
|
+
source_artifact: knowledge_source_registry
|
|
257
|
+
- path: "_grimoire/standard/llm-provider-registry.yaml"
|
|
258
|
+
source_artifact: llm_provider_registry
|
|
259
|
+
- path: "_grimoire/standard/task-board.yaml"
|
|
260
|
+
source_artifact: task_board
|
|
261
|
+
- path: "_grimoire/standard/memory-policy.yaml"
|
|
262
|
+
source_artifact: memory_policy
|
|
263
|
+
- path: "_grimoire/standard/context-contract.yaml"
|
|
264
|
+
source_artifact: context_contract
|
|
265
|
+
- path: "_grimoire/standard/decision-graph.yaml"
|
|
266
|
+
source_artifact: decision_graph
|
|
267
|
+
- path: "_grimoire/standard/rule-packs.yaml"
|
|
268
|
+
source_artifact: rule_packs
|
|
269
|
+
- path: "_grimoire/standard/hook-registry.yaml"
|
|
270
|
+
source_artifact: hook_registry
|
|
271
|
+
- path: "_grimoire/standard/orchestration-policy.yaml"
|
|
272
|
+
source_artifact: orchestration_policy
|
|
273
|
+
- path: "_grimoire/standard/evidence-gates.yaml"
|
|
274
|
+
source_artifact: evidence_gates
|
|
275
|
+
- path: "_grimoire/standard/pattern-catalog.yaml"
|
|
276
|
+
source_artifact: pattern_catalog
|
|
277
|
+
- path: "_grimoire/standard/compliance-score.yaml"
|
|
278
|
+
source_artifact: compliance_score
|
|
279
|
+
- path: "_grimoire/standard/remediation-plan.yaml"
|
|
280
|
+
source_artifact: remediation_plan
|
|
281
|
+
- path: "_grimoire/standard/accepted-risks.yaml"
|
|
282
|
+
source_artifact: accepted_risks
|
|
283
|
+
- path: "_grimoire/standard/waivers.yaml"
|
|
284
|
+
source_artifact: waivers
|
|
285
|
+
task_runtime:
|
|
286
|
+
- path: "_grimoire-output/evidence/{task-id}/task-envelope.md"
|
|
287
|
+
source_artifact: task_envelope
|
|
288
|
+
- path: "_grimoire-output/evidence/{task-id}/evidence-pack.md"
|
|
289
|
+
source_artifact: evidence_pack
|