Skip to content

Add AKF — The AI Native File Format instructions#1185

Open
HMAKT99 wants to merge 2 commits intogithub:mainfrom
HMAKT99:add-akf-instructions
Open

Add AKF — The AI Native File Format instructions#1185
HMAKT99 wants to merge 2 commits intogithub:mainfrom
HMAKT99:add-akf-instructions

Conversation

@HMAKT99
Copy link

@HMAKT99 HMAKT99 commented Mar 26, 2026

Adds instructions for AKF (Agent Knowledge Format) — the AI native file format.

What it does: Instructs Copilot to stamp every AI-generated file with trust metadata — trust scores, source provenance, and compliance data. Think EXIF for AI.

Why it's useful:

  • Every file Copilot creates/modifies gets stamped with provenance (~15 tokens of JSON)
  • Metadata embeds natively into 20+ formats (DOCX, PDF, images, code) — no sidecars
  • One-command compliance audit (EU AI Act, SOX, HIPAA)
  • akf read <file> before modifying shows existing trust context

Install: pip install akf
Docs: https://akf.dev
Demo: https://huggingface.co/spaces/HANAKT19/akf

@HMAKT99 HMAKT99 requested a review from aaronpowell as a code owner March 26, 2026 19:51
@github-actions github-actions bot requested a review from dvelton as a code owner March 26, 2026 22:51
@github-actions github-actions bot force-pushed the main branch 4 times, most recently from a9fcf7e to c789530 Compare March 27, 2026 00:17
@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants