Releases: Sistema2D/FrameCode-VibeWork
Release list
Release v0.12.0
FrameCode VibeWork v0.12.0 (Baseline)
This release provides the clean baseline of the FrameCode VibeWork (FCVW) framework, updated to V0.12.0 and ready for use in new projects. The main repository keeps the full history, but the attached ZIP is intended to start projects from scratch while preserving only the framework guidelines and removing local plan/session history.
What is new in this release:
- Declarative automation contracts: new Markdown-only governance contracts define pseudo-hooks, watcher rules, daemon loops, and governance gates without adding executable automation.
- ADR-0002: formalizes that hooks, watchers, daemons, and gates are documentation contracts in Scenario 1, not scripts or background processes.
- Output-token economy:
TOKEN_BUDGET.mddefines compact communication guidance so routine execution evidence stays in plans, changelogs, audits, troubleshooting records, release notes, and PR descriptions. - Improved bilingual README: the README now explains the project clearly in PT-BR and EN-US, with Mermaid diagrams for the lifecycle, token economy, and declarative automation pipelines.
- README badge header: adds version, release, Apache 2.0 license, and LinkedIn contact badges.
- Apache 2.0 license: the framework license was moved to the repository root and aligned with Apache License 2.0.
- Clean V0.12.0 template: baseline package regenerated with the current version and without local plan/session history.
How to use:
- Download the
FrameCode-VibeWork-Clean-Template.zipfile attached to this release. - Extract the contents into the root directory of your new repository or project under development.
- Consult the
AGENTS.mdfile and theFCVW/INSTANTIATION.mdguide to start Phase 0 of your project.
Changelog V0.12.0
Version
V0.12.0
Date
2026-06-23
Release Status
published
GitHub Release Status
published
Release Type
minor
Summary
- Added Markdown-only declarative automation contracts for pseudo-hooks, watcher rules, manual/agentic daemon loops, and governance gates.
- Added ADR-0002 to clarify that hooks, watchers, daemons, and governance gates are governance contracts, not executable automation.
- Added
TOKEN_BUDGET.mdas the canonical output-token economy guidance for compact execution summaries. - Refreshed the public README in PT-BR and EN-US with a clearer project explanation and Mermaid pipeline diagrams.
- Added a centered README badge header showing framework version, release, Apache 2.0 license, and LinkedIn contact.
- Moved the framework license to the repository root and changed the framework license posture to Apache License 2.0.
- Preserved conceptual credit to
https://github.com/SantanderAIfor declarative automation inspiration, without copying source code.
Related Plans
FCVW/Plans/in_progress/P2-R3-2026-06-23-declarative-automation-contracts.mdFCVW/Plans/in_progress/P2-R2-2026-06-23-v0120-communication-release.md
Note: these plans were still located in
in_progress/during release preparation because some cleanup/release-publication steps required manual follow-up.
Items Created
LICENSEFCVW/AUTOMATION.mdFCVW/HOOKS.mdFCVW/WATCHERS.mdFCVW/DAEMONS.mdFCVW/GOVERNANCE_GATES.mdFCVW/TOKEN_BUDGET.mdFCVW/decisions/ADR-0002-declarative-automation-contracts.mdFCVW/governance/TEMPLATE_AUTOMATION_CONTRACT.mdFCVW/governance/TEMPLATE_HOOK_CHECK.mdFCVW/governance/TEMPLATE_WATCHER_RULE.mdFCVW/governance/TEMPLATE_DAEMON_LOOP.mdFCVW/governance/TEMPLATE_GOVERNANCE_GATE_REPORT.mdFCVW/wiki/sources/santanderai-declarative-automation-inspiration.mdFCVW/changelogs/V0-12-0.md
Items Modified
AGENTS.mdREADME.mdFCVW/AI.mdFCVW/CONTEXT_MAP.mdFCVW/FILESYSTEM.mdFCVW/MANIFEST.mdFCVW/SECURITY.mdFCVW/STACK.mdFCVW/WORKFLOW.mdFCVW/skills/README.mdFCVW/skills/governance-validator/SKILL.mdFCVW/skills/wiki-lint/SKILL.mdFCVW/wiki/index.mdFCVW/wiki/log.md
Items Removed
FCVW/LICENSE
Justifications
- The framework already optimized input-context consumption through selective loading, AICC session syntheses, and JIT skills. It also needed an explicit output-token economy rule to reduce unnecessary chat narration during governed execution.
- Declarative automation terminology needed to be made safe and unambiguous, preserving the pure Markdown baseline from ADR-0001 while allowing hooks, watchers, daemons, and gates to be documented as non-executable governance contracts.
- The public README needed to communicate the project more clearly to first-time readers, in both PT-BR and EN-US, with visual pipeline diagrams.
- The license needed to be placed at the repository root and aligned with Apache License 2.0 for free framework use.
Affected Files
LICENSEAGENTS.mdREADME.mdFCVW/AI.mdFCVW/AUTOMATION.mdFCVW/CONTEXT_MAP.mdFCVW/DAEMONS.mdFCVW/FILESYSTEM.mdFCVW/GOVERNANCE_GATES.mdFCVW/HOOKS.mdFCVW/MANIFEST.mdFCVW/SECURITY.mdFCVW/STACK.mdFCVW/TOKEN_BUDGET.mdFCVW/WATCHERS.mdFCVW/WORKFLOW.mdFCVW/changelogs/V0-12-0.mdFCVW/decisions/ADR-0002-declarative-automation-contracts.mdFCVW/governance/TEMPLATE_AUTOMATION_CONTRACT.mdFCVW/governance/TEMPLATE_DAEMON_LOOP.mdFCVW/governance/TEMPLATE_GOVERNANCE_GATE_REPORT.mdFCVW/governance/TEMPLATE_HOOK_CHECK.mdFCVW/governance/TEMPLATE_WATCHER_RULE.mdFCVW/skills/README.mdFCVW/skills/governance-validator/SKILL.mdFCVW/skills/wiki-lint/SKILL.mdFCVW/wiki/index.mdFCVW/wiki/log.mdFCVW/wiki/sources/santanderai-declarative-automation-inspiration.md
Functional Impact
- Adds compact output behavior as a first-class governance concern through
TOKEN_BUDGET.md. - Clarifies that detailed execution evidence should live in plans, changelogs, audits, troubleshooting records, release notes, and PR descriptions instead of being repeated in chat.
- Adds declarative automation contracts that let agents reason about pseudo-hooks, watchers, daemon loops, and gates without creating executable automation.
- Improves onboarding by making the README explain the project, lifecycle, token economy, and automation boundary visually and bilingually.
Visual Impact
- Adds a centered README header with shields/badges for:
- framework version;
- current release;
- Apache 2.0 license;
- LinkedIn contact.
- Adds Mermaid diagrams for:
- main lifecycle pipeline;
- token economy pipeline;
- declarative automation pipeline.
Technical Impact
- Keeps FCVW as a Markdown-first governance framework.
- Does not add runtime code.
- Does not add package dependencies.
- Does not add CI/CD workflows.
- Does not install Git hooks.
- Does not create coded watchers.
- Does not create background daemons.
- Does not integrate provider SDKs or API-key flows.
License Impact
- Adds root-level
LICENSEwith Apache License 2.0 reference. - Removes nested
FCVW/LICENSEto avoid conflicting license placement. - Establishes Apache 2.0 as the framework license posture.
External Inspiration Credit
Scenario 1 declarative automation records conceptual inspiration from https://github.com/SantanderAI, especially around:
- loop and stop-condition patterns;
- vault/lint style knowledge governance;
- hard-gate thinking;
- guardrail-oriented validation.
No SantanderAI source code was copied into FCVW.
Evaluated Risks and Regressions
-
Risk: output-token policy could be interpreted as hiding validation evidence.
Mitigation: the policy keeps detailed evidence mandatory in repository artifacts. -
Risk: automation terms could be misunderstood as permission to create runtime scripts.
Mitigation: ADR-0002 and the automation contract documents explicitly preserve Markdown-only Scenario 1. -
Risk: README could become too long.
Mitigation: the README uses bilingual sections, concise tables, and visual diagrams. -
Risk: license migration could leave conflicting license files.
Mitigation: rootLICENSEwas added andFCVW/LICENSEwas removed.
Validation Executed
- Confirmed the existing V0.12.0 changelog file was incomplete and should be replaced or expanded manually.
- Confirmed README includes PT-BR and EN-US sections.
- Confirmed README includes Mermaid diagrams.
- Confirmed README includes badges for framework version, release, Apache 2.0 license, and LinkedIn contact.
- Confirmed root
LICENSEexists with Apache 2.0 reference. - Confirmed
FCVW/LICENSEwas removed. - Confirmed no executable automation artifacts were intentionally introduced.
Known Gaps
- The GitHub Release/tag
v0.12.0was not created through the available connector tools. - The current repository file
FCVW/changelogs/V0-12-0.mdcontains only a minimal placeholder and should be manually replaced with this content. - A duplicate minimal file
FCVW/changelogs/V0.12.mdmay require manual deletion if still present.
Suggested GitHub Release Text
Title
FrameCode VibeWork v0.12.0
Tag
v0.12.0
Target
main
Release Description
FrameCode VibeWork v0.12.0 adds Markdown-only declarative automation contracts, output-token economy guidance, a refreshed bilingual README with pipeline diagrams, and a root Apache 2.0 license.
This release preserves the framework's pure Markdown baseline while making FCVW clearer for public use, safer around automation terminology, and more economical in AI-assisted execution.
Highlights
- Markdown-only automation contracts for hooks, watchers, daemon loops, and gove...
Release V0.11.0
FrameCode VibeWork v0.11.0 (Baseline)
This release provides the clean baseline of the FrameCode VibeWork (FCVW) framework, updated to V0.11.0 and ready for use in new projects. The main repository keeps the full history, but the attached ZIP is intended to start projects from scratch while preserving only the guidelines and removing the local history.
What is new in this release:
- Continuous wiki curation: the new
wiki-curatorskill promotes, reviews, clusters, and tags knowledge on demand. - Taxonomy and thematic colors:
wiki/taxonomy.mddefines canonical tags, themes, andtheme_colorfor frontmatter. - Freshness and quality metrics:
wiki/metrics.mddefines review cadence, source coverage, duplication, and release syntheses. - Optimized fixed-cost mode: curation uses a single standard JIT mode, with no customizable configuration.
- Clean V0.11.0 template: baseline package regenerated with the current version and without local plan/session history.
How to use:
- Download the
FrameCode-VibeWork-Clean-Template.zipfile attached to this release. - Extract the contents into the root directory of your new repository or project under development.
- Consult the
AGENTS.mdfile and theINSTANTIATION.mdguide to start Phase 0 of your project.
Changelog V0.11.0
Version
V0.11.0
Date
2026-06-17
Release Status
published
GitHub Release Status
published
Release Type
minor
Summary
- Added governed continuous-learning support for the LLM Wiki.
- Introduced
wiki-curatoras a JIT skill for promotion, clustering, metadata refresh, metrics, and low-cost curation. - Added canonical wiki taxonomy and metrics pages, including thematic frontmatter colors.
- Standardized wiki curation around one fixed optimized cost mode instead of a customizable mode.
Related Plans
Plans/completed/P2-R2-2026-06-17-v0110-wiki-continuous-learning-governance.md
Items Created
FCVW/skills/wiki-curator/SKILL.mdFCVW/wiki/taxonomy.mdFCVW/wiki/metrics.mdFCVW/wiki/releases/v0-11-0-summary.mdFCVW/wiki/sessions/S007-2026-06-17-v0110-wiki-continuous-learning-governance.mdFCVW/Plans/completed/P2-R2-2026-06-17-v0110-wiki-continuous-learning-governance.mdFCVW/changelogs/V0.11.0.md
Items Modified
AGENTS.mdREADME.mdFCVW/README.mdFCVW/AI.mdFCVW/AUDIT.mdFCVW/CONTEXT_MAP.mdFCVW/FILESYSTEM.mdFCVW/MANIFEST.mdFCVW/STACK.mdFCVW/TESTS.mdFCVW/VERSIONING.mdFCVW/skills/README.mdFCVW/skills/wiki-lint/SKILL.mdFCVW/wiki/index.mdFCVW/wiki/log.mdFCVW/wiki/schema.mdFCVW/wiki/README.md
Items Removed
- None.
Justifications
- The framework needed an explicit continuous-learning loop that uses the AI model to incorporate new knowledge, revise existing content, connect related notes, keep frontmatter thematic, and measure freshness without inflating the default context.
- A fixed optimized mode better preserves the framework's token-cost pillar than exposing customizable cost modes.
Affected Files
AGENTS.mdREADME.mdFCVW/README.mdFCVW/AI.mdFCVW/AUDIT.mdFCVW/CONTEXT_MAP.mdFCVW/FILESYSTEM.mdFCVW/MANIFEST.mdFCVW/STACK.mdFCVW/TESTS.mdFCVW/VERSIONING.mdFCVW/changelogs/V0.11.0.mdFCVW/Plans/completed/P2-R2-2026-06-17-v0110-wiki-continuous-learning-governance.mdFCVW/skills/README.mdFCVW/skills/wiki-curator/SKILL.mdFCVW/skills/wiki-lint/SKILL.mdFCVW/wiki/index.mdFCVW/wiki/log.mdFCVW/wiki/metrics.mdFCVW/wiki/releases/v0-11-0-summary.mdFCVW/wiki/README.mdFCVW/wiki/schema.mdFCVW/wiki/sessions/S007-2026-06-17-v0110-wiki-continuous-learning-governance.mdFCVW/wiki/taxonomy.md
Functional Impact
- Adds a repeatable AI-assisted wiki curation flow for future sessions.
- Does not change application runtime behavior because FCVW remains Markdown-only.
Visual Impact
- None.
Technical Impact
- Adds a new skill and two core wiki governance pages.
- Extends wiki metadata guidance with optional thematic and supersession fields.
- Keeps curation cost bounded through JIT loading and one fixed optimized mode.
Evaluated Risks and Regressions
- Risk: skill/catalog drift. Mitigation: updated
skills/README.md,CONTEXT_MAP.md, andSTACK.md. - Risk: taxonomy noise. Mitigation: canonical tag/theme page and no bulk retagging of historical pages.
- Risk: wiki-lint false positives on AICC sessions. Mitigation: aligned allowed frontmatter types with
type: "session". - Risk: version drift. Mitigation: version coherence validation across release documents.
Validation Executed
git diff --check- Wiki structural lint for minor release: frontmatter, index coverage, release synthesis coverage, and new page taxonomy fields checked.
- Governance validation: skill catalog consistency, version coherence, plan-state coherence, and
FILESYSTEM.mdcoverage checked. - Markdown fence balance and placeholder scan executed.
Known Gaps
- Historical pages were not bulk-retagged. Future wiki-curator sessions should update metadata when pages are touched for substantive reasons.
Rollback Observations
- Roll back by reverting the release commit and deleting GitHub tag/release
v0.11.0if publication must be withdrawn. No data migration, runtime artifact, or external service rollback is required.
"""
path = Path("/mnt/data/framecode-vibework-v0.11.0-release-notes-en.md")
path.write_text(content, encoding="utf-8")
print(f"Arquivo criado: {path}")
print(f"Tamanho: {path.stat().st_size} bytes")
Release V0.10.3
FrameCode VibeWork v0.10.3 (Baseline)
Este release disponibiliza o baseline limpo do framework FrameCode VibeWork (FCVW), atualizado para V0.10.3 e pronto para uso em novos projetos. O repositório principal registra todo o histórico, mas o ZIP anexado serve para iniciar projetos do zero mantendo apenas as diretrizes e removendo o histórico local.
O que há de novo neste release:
- Coerência de release e planos: status internos de planos concluídos, schema de changelog e estado de GitHub Release foram alinhados.
- Gatilhos JIT em PT-BR: skills críticas receberam gatilhos em português brasileiro para melhorar ativação sob demanda.
- Carregamento de contexto mais claro: AGENTS.md permanece como ponto de entrada primário e CONTEXT_MAP.md como primeiro mapa auxiliar.
- Arquivos grandes atualizados: README.md, AGENTS.md, MANIFEST.md e FILESYSTEM.md foram sincronizados com V0.10.3.
- Template limpo V0.10.3: pacote de baseline regenerado com a versão atual e sem histórico local de planos/sessões.
Como utilizar:
- Faça o download do arquivo FrameCode-VibeWork-Clean-Template.zip anexado a este release.
- Extraia o conteúdo no diretório raiz do seu novo repositório ou projeto em desenvolvimento.
- Consulte o arquivo AGENTS.md e o guia INSTANTIATION.md para iniciar a Fase 0 do seu projeto.
Changelog V0.10.3
Este release consolida as mudanças publicadas no changelog V0.10.3, acumuladas em main desde o release �0.10.2.
Changelog V0.10.3
Version
V0.10.3
Date
2026-06-17
Release Status
published
GitHub Release Status
published
Release Type
patch
Summary
Governance patch to improve release validation coherence, plan-state checks, and JIT skill activation in Portuguese and English.
Related Plans
Plans/completed/P2-R2-2026-06-17-v0103-release-governance-jit-fixes.md
Items Created
changelogs/V0.10.3.mdwiki/sessions/S006-2026-06-17-v0103-release-governance-jit-fixes.md
Items Modified
../AGENTS.md../README.mdREADME.mdCONTEXT_MAP.mdFILESYSTEM.mdMANIFEST.mdPlans/completed/P2-R1-2026-06-17-v0103-github-release-publication.mdPlans/completed/P2-R3-2026-06-13-framework-agent-self-improvement-template-site.mdPlans/completed/P3-R2-2026-06-13-v0101-cleanup-optimization.mdPlans/completed/P3-R2-2026-06-14-final-compliance-qa.mdSTACK.mdVERSIONING.mdchangelogs/V0.10.2.mdskills/README.mdskills/agent-aegis/SKILL.mdskills/agent-hermes/SKILL.mdskills/agent-hephaestus/SKILL.mdskills/code-hygiene-refactor/SKILL.mdskills/governance-validator/SKILL.mdskills/release-checklist/SKILL.mdskills/self-improvement/SKILL.mdwiki/index.mdwiki/log.md
Items Removed
- None.
Justifications
- Some completed plan files stored under
Plans/completed/still had internal status values that did not match their directory. - The V0.10.2 changelog used a simplified format that diverged from the official release-checklist schema.
- Release checklist activation depended too much on user wording instead of version/changelog file changes.
- Several domain-agent triggers lacked Portuguese terms, reducing JIT activation reliability for PT-BR prompts.
AGENTS.mdandCONTEXT_MAP.mdhad ambiguous wording about which file should be read first.- Draft PR review found that the large files listed in this changelog (
README.md,AGENTS.md,FILESYSTEM.md, andMANIFEST.md) still needed to be updated in the branch diff.
Affected Files
- Governance, release, skills, and wiki Markdown files only.
Functional Impact
- No application runtime impact. This is a governance/documentation patch.
Visual Impact
- None.
Technical Impact
- Adds plan-state coherence checks.
- Adds
GitHub Release Statusto the release checklist changelog schema. - Expands JIT trigger keywords in Portuguese for critical skills.
- Clarifies that
AGENTS.mdis the primary entrypoint andCONTEXT_MAP.mdis the first auxiliary loading map.
Evaluated Risks and Regressions
| Risk | Assessment |
|---|---|
| Trigger lists become too broad | Mitigated by adding narrowly scoped Portuguese equivalents only. |
| Changelog schema churn | Mitigated by aligning V0.10.2 and V0.10.3 with the existing release-checklist pattern. |
| Documentation-only version bump without GitHub release | Resolved by publishing GitHub Release v0.10.3 with release notes and clean-template asset. |
Validation Executed
- Manual plan-state coherence review.
- Manual changelog schema review.
- Manual skill trigger/catalog review.
- Manual version coherence review.
- Manual large-file PR review for
README.md,AGENTS.md,FCVW/MANIFEST.md, andFCVW/FILESYSTEM.md. git diff --check.- Structural spot checks for version references, plan-state coherence, FILESYSTEM required entries, skill catalog consistency, and Markdown code fences.
- Manual Markdown structure review.
Known Gaps
- No programmatic Markdown linter was added, preserving ADR-0001's Markdown-only/no-script baseline.
- GitHub Release/tag publication was requested after PR #35 merge and recorded through
Plans/completed/P2-R1-2026-06-17-v0103-github-release-publication.md.
Rollback Observations
Rollback: delete GitHub Release v0.10.3, delete tag v0.10.3, revert the documentation patch to V0.10.2, remove changelogs/V0.10.3.md, remove wiki/sessions/S006-2026-06-17-v0103-release-governance-jit-fixes.md, and restore prior version references.
Release V0.10.2
FrameCode VibeWork v0.10.2 (Baseline)
Este release disponibiliza o baseline "limpo" do framework FrameCode VibeWork (FCVW), atualizado para V0.10.2 e pronto para uso em novos projetos. O repositório principal registra todo o histórico, mas o ZIP anexado serve para iniciar projetos do zero mantendo apenas as diretrizes e removendo o histórico local.
O que há de novo neste release:
- Governança anti-monólito e higiene de código: novas skills, templates e gates para bloquear artefatos grandes demais, duplicação, arquivos obsoletos e limpeza sem triagem.
- Criação e melhoria controlada de skills/agentes: novos processos
agent-factoryeself-improvementcom critérios mensuráveis. - Template limpo Markdown-only: pacote de baseline regenerado, sem histórico local de planos/sessões/refatorações.
- QA final de conformidade: correções em wikilinks de exemplo, espelho estático de documentação e validações finais para
V0.10.2.
Como utilizar:
- Faça o download do arquivo
FrameCode-VibeWork-Clean-Template.zipanexado a este release. - Extraia o conteúdo no diretório raiz do seu novo repositório ou projeto em desenvolvimento.
- Consulte o arquivo
AGENTS.mde o guiaINSTANTIATION.mdpara iniciar a Fase 0 do seu projeto.
Changelog cumulativo V0.10.2
Este release consolida as mudanças publicadas nos changelogs V0.9.1, V0.10.0, V0.10.1 e V0.10.2, acumuladas em main desde o release �0.9.0.
Changelog V0.9.1
Version
V0.9.1
Date
2026-06-13
Release Status
published
Release Type
patch
Summary
Documentation/process patch that makes the framework actively block AI-generated monoliths and drive code hygiene/refactoring through Markdown-only skills, templates, planning gates, validation rules, and retroactive instantiation triage.
Related Plans
P2-R3-2026-06-13-anti-monolith-code-hygiene.md
Items Created
skills/anti-monolith-guard/SKILL.mdskills/code-hygiene-refactor/SKILL.mdgovernance/TEMPLATE_MONOLITH_GATE.mdgovernance/TEMPLATE_CODE_HYGIENE_REPORT.mdwiki/refactorings/anti-monolith-and-code-hygiene-gates.mdwiki/sessions/S002-2026-06-13-anti-monolith-code-hygiene.mdchangelogs/V0.9.1.md
Items Modified
../AGENTS.mdREADME.mdAI.mdAUDIT.mdCONTEXT_MAP.mdFILESYSTEM.mdMANIFEST.mdPLANNING.mdREADME.mdREFACTORING.mdRETROACTIVE_INSTANTIATION.mdSTACK.mdTESTS.mdVERSIONING.mdskills/README.mdskills/agent-aegis/SKILL.mdskills/agent-hephaestus/SKILL.mdskills/agent-hermes/SKILL.mdskills/orchestrator/SKILL.mdskills/retroactive-instantiation/SKILL.mdwiki/index.mdwiki/log.md
Items Removed
- None.
Justifications
- Refactoring guidance existed, but agents were not forced to stop before creating mixed-responsibility modules.
- Retroactive instantiation preserved code, but did not require active hygiene triage for duplication, stale files, dead code, or monolith candidates.
- Domain agents claimed scheduler/PR/subagent behavior that may not exist in every environment. They now operate as tool-aware Markdown profiles and fall back safely when capabilities are unavailable.
- Local reference files under
Referencias/showed reusable patterns: explicit tool availability checks, concise progress discipline, memory compaction, planning before edits, validation before closure, and prompt-injection resistance.
Affected Files
../AGENTS.mdREADME.mdAI.mdAUDIT.mdCONTEXT_MAP.mdFILESYSTEM.mdMANIFEST.mdPLANNING.mdREFACTORING.mdRETROACTIVE_INSTANTIATION.mdSTACK.mdTESTS.mdVERSIONING.mdgovernance/TEMPLATE_CODE_HYGIENE_REPORT.mdgovernance/TEMPLATE_MONOLITH_GATE.mdskills/*/SKILL.mdskills/README.mdwiki/index.mdwiki/log.mdwiki/refactorings/anti-monolith-and-code-hygiene-gates.mdwiki/sessions/S002-2026-06-13-anti-monolith-code-hygiene.md
Functional Impact
AI agents following FCVW now must run explicit gates before creating or expanding large artifacts and before cleanup/refactoring work involving duplication, stale files, dead code, or monolith remediation.
Visual Impact
None.
Technical Impact
- Adds two new ASE skills loaded on demand.
- Adds two reusable governance templates.
- Adds plan/audit/test closure checks for monolith prevention and code hygiene.
- Makes retroactive instantiation produce cleanup backlog without silently modifying legacy code.
- Converts domain agents into environment-aware, functional Markdown procedures.
Evaluated Risks and Regressions
| Risk | Assessment |
|---|---|
| Increased governance overhead | Mitigated by CONTEXT_MAP.md and JIT skill loading; only triggered for relevant work. |
| Agents over-splitting code prematurely | Mitigated by size budgets as warning/block thresholds, not universal hard language rules. |
| Cleanup changing behavior | Mitigated by explicit behavior preservation and validation evidence. |
| External prompt references contaminating FCVW rules | Mitigated by AI.md reference repository safety rule. |
Validation Executed
rg --filesinventory after edits.- Skill catalog path check.
- Internal path existence check for new skills, templates, changelog, plan, and wiki records.
- Markdown-only validation; no executable test harness exists for this framework baseline.
Known Gaps
- No programmatic Markdown linter is included by design because ADR-0001 keeps the framework script-free.
- Existing historical encoding artifacts remain in older documents and were not globally normalized in this patch.
Rollback Observations
Rollback: remove the new Markdown artifacts, revert modified Markdown references to V0.9.0, and restore the previous skill catalog. No code, dependency, data, or runtime migration is involved.
Changelog V0.10.0
Status
published
Date
2026-06-13
Related Plan
Plans/completed/P2-R3-2026-06-13-framework-agent-self-improvement-template-site.md
Summary
Added controlled creation and self-improvement governance for skills and agent profiles, repaired AI-usability issues in governance templates, generated a clean Markdown-only template, and refreshed the static web site to match the current framework.
Added
skills/agent-factory/SKILL.mdfor measurable creation of new skills and agent profiles.skills/self-improvement/SKILL.mdfor evidence-based changes to skills and agent profiles.governance/TEMPLATE_AGENT_OR_SKILL_PROPOSAL.md.governance/TEMPLATE_SELF_IMPROVEMENT_REPORT.md.wiki/refactorings/agent-skill-self-improvement-governance.md.wiki/sessions/S003-2026-06-13-agent-self-improvement-template-site.md.- Clean Markdown-only baseline under
Template limpo/.
Changed
- Updated
AGENTS.md,AI.md,PLANNING.md,AUDIT.md,TESTS.md,CONTEXT_MAP.md,STACK.md,MANIFEST.md,VERSIONING.md,README.md,FCVW/README.md, andskills/README.md. - Updated static site files in
Página web/to describeV0.10.0, anti-monolith gates, code hygiene, agent factory, self-improvement, and clean-template distribution. - Replaced stale visual-diff mockup links with evidence placeholders that do not imply deprecated framework-owned mockup paths.
- Reworded placeholder Markdown-link examples in skills to avoid false broken-link detections.
Validation
- Markdown fence balance scan passed.
- Skill trigger declaration scan passed.
- Skill catalog consistency scan passed.
- Key Markdown relative-link scan passed after placeholder fixes.
- Clean template contains only Markdown files and excludes development history.
- Static site references
V0.10.0and current framework features. - In-app Browser render check was attempted but local
file://navigation was blocked by browser URL policy; validation fell back to static site data and DOM-source checks.
Residual Risks
- The framework remains Markdown-only by design; validation is declarative/manual and not a runtime test harness.
- The static site is a documentation mirror; canonical governance remains under
Framework/FCVW/. - Browser-level visual verification may require serving
Página web/through an approved local HTTP target outside the blockedfile://path.
Changelog V0.10.1
Status
published
Date
2026-06-14
Related Plan
Plans/completed/P3-R2-2026-06-13-v0101-cleanup-optimization.md
Summary
Follow-up cleanup patch for V0.10.0. Removes raw HTML from Markdown README files, replaces the static site's embedded Markdown blob with a small document manifest, and sanitizes the clean template manifest to remove framework-development history leakage.
Changed
- Converted README image/support snippets from raw HTML to Markdown-native links.
- Updated framework version references to
V0.10.1. - Changed
Página web/docs.htmlto load Markdown documents lazily from mirrored.mdfiles instead of reading embedded full document bodies fromfcvw-content.js. - Regenerated
Página web/fcvw-content.jsas a compact metadata and document-manifest file. - Regenerated
Template limpo/and replaced its manifest with a clean baseline manifest.
Validation
- Markdown fence scan passed.
- Raw HTML scan for non-template Markdown content passed.
- Skill catalog consistency scan passed.
- Relative Markdown link scan passed.
- Clean template remained Markdown-only and free of historical plan/session/refactoring artifacts.
- Static site loaded successfully through a local HTTP server.
Residual Risks
docs.htmlexpects the site to be served over HTTP for reliable Markdown fetching. Directfile://rendering may be restricted by browser po...
Release V0.9.0
FrameCode VibeWork v0.9.0 (Baseline)
Este release disponibiliza o baseline "limpo" do framework FrameCode VibeWork (FCVW), atualizado e pronto para uso em novos projetos. O repositório principal registra todo o histórico, mas o ZIP anexado serve para iniciar projetos do zero mantendo apenas as diretrizes e removendo o histórico local.
Como utilizar:
- Faça o download do arquivo
FrameCode-VibeWork-Clean-Template.zipanexado a este release. - Extraia o conteúdo no diretório raiz do seu novo repositório ou projeto em desenvolvimento.
- Consulte o arquivo
AGENTS.mde o guiaFCVW/INSTANTIATION.mdpara iniciar a Fase 0 do seu projeto.
Changelog V0.9.0
Version
V0.9.0
Date
2026-06-11
Release Status
published
Release Type
minor (by explicit user request — all changes are documentation/process, which would normally be a patch per VERSIONING.md increment criteria)
Summary
Governance gap closure release — documents four structural gaps identified during hypothesis testing: service research mandate, PR/branch/code review workflow, environment promotion workflow, and multi-agent concurrency protocol. All changes are documentation-only (pure Markdown, ADR-0001 compliant).
Related Plans
P1-R4-2026-06-11-service-research-mandate.mdP2-R3-2026-06-11-pr-branch-workflow.mdP2-R3-2026-06-11-environment-promotion-workflow.mdP2-R4-2026-06-11-multi-agent-concurrency.md
Items Created
FCVW/changelogs/V0.9.0.md— consolidated release changelogFCVW/Plans/completed/P2-R3-2026-06-11-pr-branch-workflow.mdFCVW/Plans/completed/P2-R3-2026-06-11-environment-promotion-workflow.mdFCVW/Plans/completed/P2-R4-2026-06-11-multi-agent-concurrency.mdFCVW/wiki/releases/v0-8-0-summary.md— consolidated session synthesis
Items Modified
GAP-1.3 — Third-Party Service Research Mandate
| File | Change |
|---|---|
AGENTS.md |
Added "Third-Party Services" operational rule + Initial Checklist item referencing FCVW/AI.md §Third-Party Service Research |
FCVW/AI.md |
Added "Third-Party Service Research" section — mandatory research, prohibited behaviors, integration protocol, exceptions |
GAP-2.2 — Pull Request, Branch Strategy, and Code Review Workflow
| File | Change |
|---|---|
AGENTS.md |
Added "Code Review / Pull Requests" operational rule + dedicated section (branch naming, PR workflow, review standards by risk, cross-reference to refactoring-guide/17-branch-and-pull-request-policy.md). Added PR review item to Checklist Before Finishing a Change. |
FCVW/CONTEXT_MAP.md |
Added "Pull Request / Code Review" session type row |
GAP-3.2 — Environment Promotion and Deployment Workflow
| File | Change |
|---|---|
FCVW/ENVIRONMENT.md |
Added §5 "Environment Promotion Workflow" — environment roles table, promotion gates, rollback, single-environment fallback. Section numbering re-indexed. Frontmatter updated. |
FCVW/RELEASE.md |
Expanded release states to include in_staging and in_production. Added "Deployment and Environment Promotion" section — workflow, rollback, single-environment fallback. |
FCVW/CONTEXT_MAP.md |
Added "Deploy / Environment Promotion" session type row |
GAP-5.1 — Multi-Agent Concurrency Protocol
| File | Change |
|---|---|
AGENTS.md |
Added "Multi-Agent Concurrency" operational rule + dedicated section (plan-based signaling, coordination check with 3 overlap levels, agent journals, scope locking, conflict resolution, branch isolation). Added items to Initial Checklist and Checklist Before Finishing a Change. |
FCVW/CONTEXT_MAP.md |
Added "Multi-Agent / Collaboration" session type row |
Version References
| File | Change |
|---|---|
FCVW/STACK.md |
Current version updated from V0.8.0 to V0.9.0 |
FCVW/MANIFEST.md |
Current version updated from V0.8.0 to V0.9.0. Added §14 entry for V0.9.0 release. |
Items Removed
FCVW/changelogs/unreleased/P1-R4-2026-06-11-service-research-mandate.md— consolidated into V0.9.0 (file remains on disk — pending physical deletion)FCVW/changelogs/unreleased/P2-R3-2026-06-11-pr-branch-workflow.md— consolidated into V0.9.0 (file remains on disk — pending physical deletion)FCVW/changelogs/unreleased/P2-R3-2026-06-11-environment-promotion-workflow.md— consolidated into V0.9.0 (file remains on disk — pending physical deletion)FCVW/changelogs/unreleased/P2-R4-2026-06-11-multi-agent-concurrency.md— consolidated into V0.9.0 (file remains on disk — pending physical deletion)
Justifications
All four gaps were identified during hypothesis testing of the framework governance layer:
- Service research (P1-R4): Framework had no rule preventing agents from recommending services from training memory alone — risk of outdated/incompatible selections.
- PR/branch workflow (P2-R3): Main governance entry points had no documented PR, branch, or code review process. Existing refactoring PR policy was invisible.
- Environment promotion (P2-R3): Environments were defined conceptually but no workflow existed for promoting changes between them. Releases ended at documentation with no deployment connection.
- Multi-agent concurrency (P2-R4): Framework assumed single-agent serialized operation — no protocol for concurrent contributors.
Affected Files
AGENTS.mdFCVW/AI.mdFCVW/ENVIRONMENT.mdFCVW/RELEASE.mdFCVW/CONTEXT_MAP.mdFCVW/STACK.mdFCVW/MANIFEST.mdFCVW/FILESYSTEM.md(verified — already up to date)FCVW/wiki/releases/v0-8-0-summary.md
Functional Impact
None — all changes are governance documentation only. No application code, API contracts, or persisted data were modified.
Visual Impact
None.
Technical Impact
AI agents following the framework will now:
- Research third-party services via Gravity Index before recommending (instead of relying on training memory)
- Follow a defined branch naming convention and PR workflow for all changes
- Execute releases with environment promotion gates and rollback procedures
- Coordinate with other agents via plan-based signaling in
Plans/in_progress/
Evaluated Risks and Regressions
| Risk | Assessment |
|---|---|
| New rules increase governance overhead | Mitigated by CONTEXT_MAP.md selective loading — agents load only relevant rules per session type |
| Contradiction with existing PLANNING.md risk gates | Reviewed — all new rules are additive, not contradictory |
| CI/CD reference in PR rules | Corrected to "automated tests or validations" — aligned with ADR-0001 (CI/CD out of scope) |
| Stale plan files in pending/ and in_progress/ | Marked as superseded — authoritative versions in completed/ |
Validation Executed
- Code review: 4 plans reviewed in 12 total review rounds (3 per plan), all issues resolved
- Cross-reference verification: AGENTS.md → AI.md, AGENTS.md → refactoring-guide, ENVIRONMENT.md ↔ RELEASE.md
- Plan consolidation audit: 15 plan files mapped, 7 stale copies identified and marked
- MANIFEST.md §14: 4 new entries verified
Known Gaps
- Stale files in
FCVW/Plans/pending/andFCVW/Plans/in_progress/remain on disk (markedsuperseded— pending physical deletion) - Changelog fragments in
unreleased/remain on disk (consolidated into this changelog — pending physical deletion)
Rollback Observations
Rollback: revert all markdown edits and restore STACK.md and MANIFEST.md version to V0.8.0. No data migration required.
v0.7.5
FrameCode VibeWork v0.7.5 (Baseline)
Este release disponibiliza o baseline "limpo" do framework FrameCode VibeWork (FCVW), pronto para uso em novos projetos.
O que há de novo neste release:
O repositório principal do framework registra o histórico detalhado e os planos de alteração de seu próprio desenvolvimento. Para facilitar o início de novos projetos, este release disponibiliza o pacote FrameCode-VibeWork-Clean-Template.zip, que limpa esses registros locais mantendo a estrutura original:
- Estrutura de Pastas Preservada: Diretórios operacionais vazios para
Plans/,changelogs/,wiki/sessions/eaudits/. - Diretrizes e Regras do Framework: Arquivos oficiais de baseline (
AGENTS.md,README.md,MANIFEST.md,PLANNING.md,STACK.md,TESTS.md, etc.). - Gabaritos de Governança (Templates): Arquivos de modelos vazios em
FCVW/governance/eFCVW/wiki/templates/prontos para serem preenchidos. - Skills JIT: Habilidades sob demanda para agentes de IA localizadas em
FCVW/skills/. - Manual de Refatoração: Guia operacional completo de refatoração governada em
FCVW/refactoring-guide/.
Como utilizar:
- Faça o download do arquivo
FrameCode-VibeWork-Clean-Template.zipanexado a este release. - Extraia o conteúdo no diretório raiz do seu novo repositório ou projeto em desenvolvimento.
- Consulte o arquivo
AGENTS.mde o guiaFCVW/INSTANTIATION.mdpara iniciar a Fase 0 do seu projeto.