Add fablize procedure layer (memory + method, one product)#501
Closed
k6bdptd77n-arch wants to merge 1 commit into
Closed
Add fablize procedure layer (memory + method, one product)#501k6bdptd77n-arch wants to merge 1 commit into
k6bdptd77n-arch wants to merge 1 commit into
Conversation
Pairs the codebase-memory-mcp engine (what the code IS) with fablize (how to work on it): clarify-first, multi-story verification gate with bounded self-correction, investigation protocol, verification grounding, destructive-action guard, and observability. Integration is prompt-level only — the disciplines call the MCP tools (get_architecture, search_graph, trace_path, detect_changes) at the points they help most (see INTEGRATION.md). The C core is unmodified upstream, so git pull upstream merges cleanly; fablize lives entirely in fablize/ as dependency-free stdlib Python + plain-text packs. - fablize/: packs, engines (goals/spec/metrics/bundle), guard hook, 15 tests - install-combined.sh: build engine -> register MCP -> apply disciplines - INTEGRATION.md, NOTICE (dual-MIT), fablize-ci.yml (path-scoped) - README: additive callout for the combined distribution Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Pairs the codebase-memory-mcp engine (what the code IS) with fablize (how to work on it): clarify-first, multi-story verification gate with bounded self-correction, investigation protocol, verification grounding, destructive-action guard, and observability.
Integration is prompt-level only — the disciplines call the MCP tools (get_architecture, search_graph, trace_path, detect_changes) at the points they help most (see INTEGRATION.md). The C core is unmodified upstream, so git pull upstream merges cleanly; fablize lives entirely in fablize/ as dependency-free stdlib Python + plain-text packs.
What does this PR do?
Checklist
git commit -s) — required, CI rejectsunsigned commits (DCO, see CONTRIBUTING.md)
make -f Makefile.cbm test)make -f Makefile.cbm lint-ci)