Merged
Conversation
Sprint 1: Structure Reset - Created MEMORY/ directory (PAI 2.3 standard, replaces history/) - Added subdirectories: History/, LEARNING/, Signals/, WORK/, PAISYSTEMUPDATES/ Sprint 2: CORE Skill Update - Added SYSTEM/USER split to CORE skill - Moved SkillSystem.md to SYSTEM/ - Created USER/TELOS/ structure - Added WORK/ and Tools/ directories OpenCode Constraints preserved: - skill/ (singular) - OpenCode requirement - plugin/ (singular) - OpenCode requirement - agent/ (singular) - OpenCode requirement Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
README.md: - Updated version badges (v0.6.0, PAI 2.3) - Updated milestone table with v0.6.0 complete - Added Known Issues section (TUI corruption, Plugin system) - Updated "What's Next?" with new directory structure CHANGELOG.md: - Added v0.6.0 entry with breaking changes - Documented MEMORY structure and CORE split - Added migration guide for previous users ROADMAP.md: - Updated to PAI 2.3 references - Added Post-v1.0 phases (Ollama, Advanced Skills) - Reorganized milestones Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Steffen025
pushed a commit
that referenced
this pull request
Jan 23, 2026
CRITICAL ISSUES FIXED: - #1: Created Art/EXTEND.yaml manifest for skill customizations - #2: Fixed settings.json → opencode.json refs in CORE/SKILL.md (3x) - #3: Disabled PaiArchitecture.ts refs in UpdateDocumentation.md - #3b: Marked Headshot.ts as NOT IMPLEMENTED in YouTube workflow - #4: Created PAISECURITYSYSTEM/ with patterns.example.yaml - #5: Marked SkillSearch() as FUTURE FEATURE in SkillSystem.md - #6: Fixed BACKUPS location refs (MEMORY/Backups → ~/.opencode/BACKUPS/) MEDIUM WARNINGS FIXED: - W3: Clarified Notification System docs (Voice only, ntfy/Discord planned) - W11: Fixed context-loader.ts TELOS paths (removed non-existent files) - W14: Removed DocumentChanges.md refs (GitPush, WorkContextRecall) Files changed: 12 (10 modified, 2 new) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
leppikallio
pushed a commit
to leppikallio/pai-opencode
that referenced
this pull request
Mar 6, 2026
…ment feat: PAI 2.3 Alignment (v0.6.0)
leppikallio
pushed a commit
to leppikallio/pai-opencode
that referenced
this pull request
Mar 6, 2026
CRITICAL ISSUES FIXED: - Steffen025#1: Created Art/EXTEND.yaml manifest for skill customizations - Steffen025#2: Fixed settings.json → opencode.json refs in CORE/SKILL.md (3x) - Steffen025#3: Disabled PaiArchitecture.ts refs in UpdateDocumentation.md - #3b: Marked Headshot.ts as NOT IMPLEMENTED in YouTube workflow - Steffen025#4: Created PAISECURITYSYSTEM/ with patterns.example.yaml - Steffen025#5: Marked SkillSearch() as FUTURE FEATURE in SkillSystem.md - Steffen025#6: Fixed BACKUPS location refs (MEMORY/Backups → ~/.opencode/BACKUPS/) MEDIUM WARNINGS FIXED: - W3: Clarified Notification System docs (Voice only, ntfy/Discord planned) - W11: Fixed context-loader.ts TELOS paths (removed non-existent files) - W14: Removed DocumentChanges.md refs (GitPush, WorkContextRecall) Files changed: 12 (10 modified, 2 new) Co-Authored-By: Claude Opus 4.5 <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.
Summary
history/toMEMORY/with PAI 2.3 subdirectoriesChanges
Directory Structure (PAI 2.3 Alignment)
OpenCode Constraints Preserved
skill/(singular) - OpenCode requirementplugin/(singular) - OpenCode requirementagent/(singular) - OpenCode requirementKnown Issues (Unchanged)
These issues will be addressed in v0.7.
Breaking Changes
Users of previous versions need to migrate:
.opencode/history/to.opencode/MEMORY/Test Plan
🤖 Generated with Claude Code